Skip to content

StrokeWidth

Srdjan Djenader edited this page Nov 30, 2017 · 1 revision

Provides input control for changing width of line and arrow.


Enabling the Plugin

plugins: [
    'StrokeWidth'
]

Configuration

pluginsConfig: {
    'StrokeWidth': {
        digitsAfterDecimalPoint : 0
    }
}
  • digitsAfterDecimalPoint:
    • The number of digits to appear after the decimal point (By default = 0).
Clone this wiki locally