You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi. I'm trying to make a line chart with dates, but I'm finding the behaviour of LineChart.Axis.Ticks.time and LineChart.Axis.Ticks.timeCustom unclear.
Same here. Using (most anything) "time" related seems to be pretty "broken" as far as I can tell in the current 2.0 release and master. I see the same behaviour your a describing when using the defaults for Axis.time or a full custom config.
Hi. I'm trying to make a line chart with dates, but I'm finding the behaviour of
LineChart.Axis.Ticks.time
andLineChart.Axis.Ticks.timeCustom
unclear.I have a chart with a line like
And the chart look like:
There is only one tick in the x axis.
If I change the line to:
I see this:
I have tried to replicate this here https://ellie-app.com/3XVkgWxJx7ra1
When
You see 2 ticks.
If you change this to:
It shows 6.
Is this expected or a bug?
Thanks
The text was updated successfully, but these errors were encountered: