Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork2.5k
Who no lines drawn when I select FixedScaleAxis?#1369
-
Tried with both 0.11 and latest 1.0 -- I am trying to plot a date-time series with lots of points (100+), so I'd like to just show it as a continuous set of line sqgments. If I use the default axes, this seems to work with showLine: true and showPoint: false in the options. But the axis formatting is terrible, because the dates are all shown as raw integer numbers, and it's drawing 100+ of them on the X-axis. So I switch to FixedScaleAxis or AutoScaleAxis. But now it won't show the line segments. In fact, if showPoint is set to false, I get nothing on the graph at all! Am I doing something dumb here? ... |
BetaWas this translation helpful?Give feedback.