Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Provide a default implementation for the case of only one float series #36

Open
marianogappa opened this issue Jul 28, 2018 · 0 comments

Comments

@marianogappa
Copy link
Owner

There's a very common case for input that looks like this:

1
5
10
11
12
...

It's not clear what chart should do in this case. The two most likely charts that one wants in this case (in my opinion) are:

  1. histogram (most likely)
  2. line chart with the data series being the y-axis, and with an implicit monotonically increasing x-axis (i.e. want to see the evolution of the data series line by line, e.g. the evolution of a stock price every hour)

At the moment, however, chart just returns: FATA[0000] couldn't find values to plot.

Given that we don't support histograms, 2) should be supported instead.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant