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

Adding series to many charts & colors #260

Closed
slawekkolodziej opened this issue May 30, 2011 · 2 comments
Closed

Adding series to many charts & colors #260

slawekkolodziej opened this issue May 30, 2011 · 2 comments

Comments

@slawekkolodziej
Copy link
Contributor

Take a look at this example: http://jsfiddle.net/5taFU/
There are two charts with on series each. If you add series to the first chart this series will take color #2. But then if you add series to the second chart, series will take color #3.

Related thread: http://highslide.com/forum/viewtopic.php?f=9&t=10759

@TorsteinHonsi
Copy link
Collaborator

The problem is that colorCounter is a global variable, whereas it should
probably be related to the chart instance.

@eolsson
Copy link
Contributor

eolsson commented Jun 30, 2011

TorsteinHonsi pushed a commit that referenced this issue Jul 4, 2011
@eolsson eolsson closed this as completed Aug 9, 2011
eolsson pushed a commit that referenced this issue Aug 18, 2011
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

3 participants