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

Type 'spline' cannot be changed to 'line' #2270

Closed
daveww opened this issue Sep 19, 2013 · 1 comment
Closed

Type 'spline' cannot be changed to 'line' #2270

daveww opened this issue Sep 19, 2013 · 1 comment

Comments

@daveww
Copy link

daveww commented Sep 19, 2013

I have a series setup with type='spline'. I want to give the option to change to 'line'. However, this does not work. I can change to anything else, but 'line'. I grabbed an existing jFiddle and modified it so you can see the bug:

http://jsfiddle.net/j932J/

Try to click on 'line' button and it does not work.

I am using 3.0.5.

-Dave

@jfallon1
Copy link

jfallon1 commented Oct 4, 2013

I am using 3.0.6. The specific issue noted above has been fixed. However, there are other similar problems.

I have 3 series in a chart of type=spline. I can toggle between line and spline correctly. However, when I go from Line to Area I get an AreaSpline instead. And when I click Line I get a Spline instead. Clicking Line after that does nothing. But if I click Spline and THEN click Line the chart is re-drawn correctly.

Similarly, if I click Column it renders correctly. But when I click Line after that it renders a Spline instead.

Same thing for Scatter and Pie charts.

Bottom line - if the chart is first set up as a Spline then you click a button to change it to Line, the renderings of other buttons do not work correctly going forward or coming back to Line.

-Joe

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

2 participants