score:9
Accepted answer
The xAxis should be an object and not an array. The config should be set up like so:
xAxis: {
categories: ['old bar title', 'old bar title 2 ']
}
And the update should be:
$scope.chartConfig.xAxis.categories = ['new bar title', 'new bar title2'];
Source: stackoverflow.com
Related Query
- Updating data in charts, highcharts with angular, highcharts-ng
- Appending Data with Highcharts (real time updating chart)
- Highcharts Angular with API data
- How to structure Angular with Highcharts and lots of dynamic data
- Highcharts - Global configuration with common code and unique data & Headings
- Angular Highcharts list of charts with ng-repeat
- Highcharts Synchronized charts with missing data points
- Highcharts series visibility with csv data source
- HTML table as data source for highstock charts using highcharts
- How to have multiple highcharts with different series data in vuejs without repeating code
- Multiple charts with same data not loading in same page: Highcharts
- how to draw charts with json file data in highcharts
- Why code of Horizonal line(y-axis) on a single in Highcharts get applied to all other charts integrated with Webdatarocks
- HighCharts angular not working with dynamic data from Angular service
- Populating Highcharts tooltip with data from other charts
- Display data from CSV in Highcharts with Angular
- Highcharts cloud issue with data source when duplicating chart
- Updating data with Highcharts alters initial set
- Angular Highcharts Series name in piechart with API data
- highcharts / node-export-server: Blank charts with large data sets
- Reload chart data via JSON with Highcharts
- How to use highcharts with angular 5?
- Resize data points with highcharts
- Highcharts doesn't display series with lots of data points
- Highcharts data series issue with ajax/json and PHP
- Highcharts - Dyanmic graph with no initial data
- Load data into Highcharts with Ajax
- Highcharts custom visuals with Data binding PowerBI
- Enable or disable data labels shown in pie charts in Highcharts on click of a button
- Adding a series dynamically with HighCharts Stock Charts
More Query from same tag
- Event on middle click pie chart slice?
- Highcharts Ajax Json not displaying Chart
- live charts using chart.js
- Dynamic update multible series Highcharts with single point XML file
- Chart position in highchart
- highcharts: dynamically define colors in pie chart
- Highchart : Line Chart not Loading the data from Database on screen
- customized tooltip and linking values to formfields -- highcharts / columnrange
- how to place the chart in the centre while using django-chartit?
- use jquery function in a highcharts
- Highcharts - how to display multiple graphs on one page using multiple xml files
- show tooltip for each point of highcharts network graph in Angular
- Highchart maps show some states as selected with feasibility to select other states
- Django and Highcharts - Generating charts, and still being DRY?
- Reversed series on bar chart with data loaded from table
- highchart dataLabel diffent position
- How can i assign the same yAxis.categories values to series.data in HighCharts?
- gantt chart plot wrong date on xAxis
- Rotating a donut chart in javascript after it is rendered
- Export High chart to power point
- JSFiddle 'Please use Post Requst' error
- Resize on multiple Highcharts not working after dropdown change
- call to context menu function
- Highcharts - Add difference between y-points
- Highcharts separate datalabels per series
- How to add labels for highcharts activity gauge for each series
- Javascript Highcharts rename or remove series label in chart
- HighCharts Axis Label Encoding
- Not able to click (Sometimes) categories(Y-axis) of gantt chart after updating series data results
- How to show a legend for a bar chart in Ruby on Rails?