Skip to content
Srdjan Djenader edited this page Nov 29, 2017 · 1 revision

Provides a tool for drawing lines.


Enabling the Plugin

plugins: [
    'Line',
    'Color',
    'ShapeBorder'
]
  • The Color or ColorHtml5 plugin allows the user to set the color of the shape.
  • The optional ShapeBorder plugin allows the user to set the color and style of the border.
  • digitsAfterDecimalPoint: The number of digits to appear after the decimal point (default value: 0).

A tooltip to show the angle in degree can be configured optionally. The configuration of the Line Angle Tooltip can be found here.

Clone this wiki locally