times / axisJS

Open source framework for creating simple interactive graphs
MIT License
74 stars 12 forks source link

Weirdness with timeseries data #97

Closed aendra-rininsland closed 9 years ago

aendra-rininsland commented 9 years ago

If something's set as timeseries, and then is set to not be timeseries, a TypeError is thrown and everything breaks.

Steps to reproduce:

  1. Create a timeseries graph, such as the default output from the new financialInput.
  2. Either uncheck "timeseries" on the x-axis or change something to be a categorical axis.
aendra-rininsland commented 9 years ago

Fixed by 9a57c0f.