Skip to content
Francois Vancoppenolle edited this page Aug 15, 2015 · 6 revisions

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];

Line

see : Samples/lineStyles.html

Previous Page         Next Page          Top of Page