In a line chart the single data points surrounded by null points are not rendered.
For ex:
store: { fields: ['billperiod', 'charges', 'adjustments', 'receipts'],
data: [{
billperiod:...
Type: Posts; User: bharathraj.m
In a line chart the single data points surrounded by null points are not rendered.
For ex:
store: { fields: ['billperiod', 'charges', 'adjustments', 'receipts'],
data: [{
billperiod:...
I have multiple series on a line chart. And legends with appropriate colors are shown, but I want to disable the legend for a specific series.
Anyway to do that?
series({
axis: "left",
type:...