predictionmachines / InteractiveDataDisplay

Interactive Data Display for JavaScript
http://predictionmachines.github.io/InteractiveDataDisplay
Other
98 stars 32 forks source link

Support for dashed polyline plot #200

Closed lucymukh closed 4 years ago

lucymukh commented 5 years ago

User can select fromthe set of predefined dash patterns: "dot", "dash", "dash dot", "long dash", "long dash dot", "long dash dot dot". User can define dash pattern for polyline by the [ dash_length1, space1, dash_length2, space2, ... ] set. Knockout binding - iddLineDash. Dashed plots are exportable to SVG.

dgrechka commented 5 years ago

Can I return back to solid polyline after I've changed to dashed?

dgrechka commented 5 years ago

Could you also state the feature in the Readme.Md please.

lucymukh commented 5 years ago

Can I return back to solid polyline after I've changed to dashed?

I've updated the sample page KO.DashedPolyline.html to reflect the answer to your question and some other inputs for the dash.