Is it possible to make dashed lines for a line chart created using ms_linechart
?
I see that you can use chart_data_fill
, chart_data_stroke
, chart_data_symbol
, chart_data_size
, chart_data_line_width
to modify the fill, stroke, symbol, size, line width respectfully. However, there does not appear to be a function like: chart_data_dash
.
Resolved with pull request #59