190_Stroke_Styles - FVANCOP/ChartNew.js GitHub Wiki
Previous Page Next Page Table of content
Stroke Styles
Several options can be used to specify the style of specific lines. Several styles have been predefined :
- "solid"
- "dotted"
- "dashed"
- "shortDash"
- "dashSpace"
- "longDashDot"
- "longDashShortDash"
- "gradient"
If you want to define you own style, define your style like this : chartJSLineStyle["<style name>"]=[<style specifications>];
Example : chartJSLineStyle["my_defined_style"]=[4,4,8,4,16,4,8,4];
see : Samples/lineStyles.html