kurtomerfaruk / wicked-charts

Automatically exported from code.google.com/p/wicked-charts
0 stars 0 forks source link

Global options not working #6

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Use options.setGlobal(new Global().setUseUTC(false)); for any new graph

What is the expected output? What do you see instead?

It should use dates in browser time zone but it is not. Problem is that global 
options should be set using:
  Highcharts.setOptions({                                          
    global : {
              useUTC : false
             }
  });

And not set on each graph options.

What version of the product are you using? On what operating system?
1.3.1 (wicked-charts-wicket6)

Original issue reported on code.google.com by nicolas....@gmail.com on 6 Dec 2012 at 1:07

GoogleCodeExporter commented 9 years ago

Original comment by tom.homb...@gmail.com on 6 Dec 2012 at 1:43

GoogleCodeExporter commented 9 years ago
This issue was closed by revision r82.

Original comment by tom.homb...@gmail.com on 15 Dec 2012 at 9:32