-
Notifications
You must be signed in to change notification settings - Fork 140
190_Stroke_Styles
Francois Vancoppenolle edited this page Aug 15, 2015
·
6 revisions
Previous Page Next Page Table of content
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