score:0
Accepted answer
SOLVED: The problem was with Date.parse() because IE uses other format. http://www.ruby-doc.org/stdlib-1.9.3/libdoc/date/rdoc/Date.html#method-i-httpdate solved the problem
score:-1
I find a solution to render Highcharts on IE7, IE8 and more !
Add this :
<meta http-equiv="X-UA-Compatible" content="chrome=IE7">
I don't know why this works but it works :)
Source: stackoverflow.com
Related Query
- Highcharts 3 cannot render more than 1000 points in one series
- IE < 9 + HighCharts don't render series
- Highcharts will not render if element in series data is empty
- Highcharts can't render a bubble chart with a single series
- Highcharts series doesnt show data and render the chart
- Highcharts series visibility with csv data source
- How to have multiple highcharts with different series data in vuejs without repeating code
- How to render a bar chart with different series with only one entry per category in HighCharts
- How to render highcharts from external json for multiple series
- Highcharts Column Range - How to render series data stored in PHP variables?
- Highcharts Series data as JSON doesn't render
- Highcharts displays series names but missing data points from json source
- Set Additional Data to highcharts series
- HighCharts Hide Series Name from the Legend
- Proper way to remove all series data from a highcharts chart?
- Hiding a Highcharts series without using the legend
- Changing data dynamically for a series in Highcharts
- Highcharts Series - want to show/hide all EXCEPT selected series (reversal of default logic)
- How can I hide series from a HighCharts legend?
- Add additional data to a Highcharts series for use in formatters
- Render Highcharts canvas as a PNG on the page
- How can I hide a series from initially being displayed in Highcharts
- HighCharts series Z index
- Weird character in front of Highcharts tooltip series names
- Changing series color in highcharts dynamically
- Disable series through configuration in highcharts
- Get Highcharts Series Data after Load
- highcharts - disable fading series on marker hover
- Highcharts doesn't display series with lots of data points
- Add series total to legend in Highcharts
More Query from same tag
- How to change the background color of the Highcharts(HighMaps in specific) dynamically?
- How to avoid hiding the only line showing?
- Highcharts JS showing wrong colors
- Selecting a point by ID using Highcharts
- Highcharts draggable glitchy tooltip
- How to add current price line on hover?
- keeping highcharts stacked columns borderWdith but removing stacking gap
- Highcharts distance from crosshair to tooltip
- When there is a plotband and a plotline emerging from yAxis how to set a particular width for plotband only in highchart
- Highcharts donut chart without inner pie?
- JavaScript Loop to setData method
- Create multiple Pie Highcharts for multiple series
- highcharts, toggle a category?
- How can I update the data in highcharts for both x axis & y axis?
- Change Graph Series Fillcolor in highcharts
- Can I lay two Highcharts series side-by-side?
- dataLabels position issue for area chart (Highcharts)
- Highcharts and CSV, timestamps on x axis
- Highcharts Datetime axis
- Bars inside highchart is overlapping when exported to PDF
- Is it possible to add image behind doughnut chart with transparency color in ng2chart?
- Additional Chart in Tooltip possible?
- Formatting JSON data monthwise for HighCharts using MySQL
- JavaScript select first n booleans
- Navigator line is different than series line
- create a chart with date values in highchart
- Arched square chart using high charts
- how do I process dynamically generated graph with PHP and send the result as an email?
- Highcharts not plotting Date string as Category
- High charts: Can we reduce the distance between two bars in grouped column chart