Reputation: 788
I'm using a basic line graph with some of the data series having dashed lines.
{
name: 'Country Population',
data: [1, 2, 3, 4], dashStyle: 'longdash'
}
However I can't get the legend to reflect which lines have dashes. Ideally I want the legend to include which lines have the dashes?
Upvotes: 3
Views: 3182