-
Notifications
You must be signed in to change notification settings - Fork 258
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
Line Plot not plotting properly #56
Comments
yikes, maybe there's an ordering issue? |
@nmkridler I don't think so, but is there any documentation on how the LineChart function works and the parameters that it works with? |
I need to revisit a chunk of the documentation, but this should still be applicable:
|
@nmkridler the datapoints that highlight on hover are sequential, but its the in-betweens are really going for a twirl. Is there an aspect of the plot that I can control the "curvy-ness" of the graph? |
The wrapper I wrote is really simple, but it can be extended to pass arbitrary options. In the next version, I can make it possible to pass additional options such as the ones listed in their documentation. I tried to override the options that get sent to the JavaScript bundle, but it looks like I have some sort of version mismatch. The only way to get around this is to build your own bundle. The tests folder can be used as an example, but I don't think it's very straightforward. Have you tried the plotly line plot? |
Yes I've run all the examples and I'm using metricgraphics as a boilerplate. There are no problems with ordering of the x axis, its seems to be some stylistic function that's curving it a bit too much and unnecessarily |
After metrics-graphics 2.10, the |
I've used the examples to plot, but just changed the data source its picking from (another csv) and there's no way my data should ever plot like this.
Is there a fix or is there something I'm missing?
The text was updated successfully, but these errors were encountered: