Login Register

Djox Charting

Can a Chart2D have a "hole" of data?

Hi all!

We would like to use dojox.chart for graphing our monitoring graph, and I'm currently analyzing how we could use it.

Basically, I would like to know if we can have some "hole" of data within a single series in a Chart2D graph.
"hole" mean: no data, so the line can be broken at some point, and continue later on.

ex: 1, 1.5, 2.2, 12.4, -1, -1, -1, 2.3, 5.9, -1, -1, -1, 7.2

Using current chart implementation, all '-1' data won't be graphed, BUT there will be a vertical line between 12.4 and 0, then between 0 and 2.3, and again between 5.9 and 0, and 0 to 7.2.

Syndicate content