score:0
So far I have found that an invalid argument is passed to the VMLRenderer.attr method. Add this log in the top of the function definition to see:
attr: function (hash, val) {if (hash == 'align') { console.log('@attr ' + val); }
This method is probably called from the animation logic.
The solution is:
// Don't run animations on textual properties like align (#1821)
if (fx.prop === 'align') {
return;
}
References
Source: stackoverflow.com
Related Query
- Highcharts v3.0.1 problems with rotating data labels in IE8 and jQuery v1.7.1
- Highcharts - Global configuration with common code and unique data & Headings
- Dynamic column based highcharts feeding data with jquery and php
- Highcharts data series issue with ajax/json and PHP
- Highcharts / jQuery - destroy and rebuild chart with original options
- Highcharts with JSON data and multiple series
- How to structure Angular with Highcharts and lots of dynamic data
- Creating a line graph with highcharts and data in an external csv
- Data with timestamp group to month(like Jan, Feb, March) and showing as total count for month in Highcharts
- Highcharts with ajax and json data what am i doing wrong?
- Highcharts show the same yAxis start and end value with multiple data series
- HighCharts & MVC: How to load whole graph definition and data with JSON?
- Problems with Highcharts exporting server: Encoding and quality
- Highcharts - how to show/hide multiple data labels on mouseOver and mouseOut
- Highcharts Columnrange data labels high and low different colors
- Formatting data points and Y-axis labels using HighCharts
- Highcharts bar with negative stack: how to position data labels
- Highcharts with datetime and also additional data (tooltip text)
- Highcharts - selection error with live data and different time intervals
- Using yii with dynamic data and highcharts
- Highcharts single horizontal stacked bar chart with data names (labels) and %-ages always shown and data numbers and series name shown on mousehover
- highcharts with only javascript and no jquery
- HighCharts - problems with tickInterval and tickAmount
- Highcharts series visibility with csv data source
- Javascript Highcharts High buttons and calender with jquery
- Highcharts format labels on grouped stacked bar diagram with $ k, M for currency and 'hrs' for time
- Highcharts issue when dealing with 3D pie and large labels
- Highcharts issue when dealing with 3D pie and large labels
- Fomatting labels on Y-axis in Highcharts with Data from HTML table
- Stacked Bar type of jquery Highcharts with data from HTML Table
More Query from same tag
- Highcharts changing tooltip datetime with formatter
- Highcharts - Custom X axis format
- Highstock MACD Study is using sma instead of ema
- How to use HighChart's column-stacked-and-grouped graph dynamic date range in x-axis?
- Polymer Template Repeat Over Multiple Charts
- highchart with a specific json format in django
- Highcharts extracting x and y coordinates from event.target
- Highcharts: Render the bar chart from the bottom
- Load chart with some series/legend items hidden by default
- Highchart click response time
- Highcharts: create multiple series using JSON data
- How to position custom tooltips on mouseover, equivalent to default tooltip by using chart.renderer.text on event load in chart property
- Highcharts exporting SVG with data pre-selected
- Trying to make master-detail charts in ReactJS
- Get X Axis value on bar Highchart click event
- Highcharts - Treemap synchronisation onclick
- HighCharts : Is it possible to customize the colors of individual series?
- Highcharts - how to put bubble chart in straight line?
- Highstock : Yaxis last horizontal label value not showing
- Highcharts pie chart annotations are not centering
- Highcharts stacked column bar with line
- Highcharts Pie Chart data formatting
- React plot options onclick event
- Simple, Open source PHP wrapper for Highcharts library
- Possibilities/advise for creating a grid-like Dashboard with graphs (highcharts)?
- Revert theme to default
- Highcharts Error while loading solid gauge module
- Trouble converting time to UTC for highstocks
- Datapoints in Xrange highchart are not uniformly getting aligned to the center
- Remove axis line from highchart graphic