score:2
you may see a full code example an app where a chart is updated with new data based on a selection in a Release dropdown here. In that code I check if chart exists, and remove it if it does before recreating it:
if (this.down('#myChart')) {
this.remove('myChart');
}
this.add(
{
xtype: 'rallychart',
height: 400,
itemId: 'myChart',
chartConfig: {
//....
},
chartData: {
categories: scheduleStateGroups,
series: [
{
//...
}
]
}
}
);
this.down('#myChart')._unmask(); //otherwise loading mask does not go away
Source: stackoverflow.com
Related Query
- HTML table as data source for highstock charts using highcharts
- How to create a drilleable bar graph in jsp page using open source charts API
- Charts using Rally
- Using PhantomJS to create HighCharts grahps server side for use in PDF creation (PHP) - results in exit code 11 from PHPs exec();
- Toggle between charts using highcharts
- drilldown maps and funnell charts on the same page using highcharts
- Charts on rails 3 using highcharts
- Resize High Charts based on grid layout width and height using react
- Using connecting legends for two Highcharts pie charts
- How to grab correct highchart number in selectors using Selenium Webdriver with Python with several charts on the page?
- Use of DotNet HighCharts dll to make charts in code behind
- How to show multiple pie charts using highcharts
- Charts rendered using highcharts in angular2 do not take the height of the parent
- Nested table yields unexpected columns for a basic column graph using high charts with 'Data defined in a HTML table'
- Using global data in High Charts point click custom function in R Shiny
- How to make two charts using highchart show up in the same line side by side using div
- How to make multiple charts using highcharts in a loop?
- Charts using Highcharts with multiple series from JSON
- Displaying dynamic data using charts and graphs in ruby on rails
- Highcharts multiple charts on a single page using c# asp.net mvc3
- How can I automate high charts and graphs using selenium webdriver?
- Not able to render the charts in pdf using Wickedpdf and Highcharts in rails 2.3 app
- How to change tool tip using High Charts
- Drawing a small vertical line on top of chart using High charts by specifying end coordinates
- Draw charts with a Loop using HighCharts in symfony
- live charts using chart.js
- Render Two charts separate charts using angular js directives
- Highcharts display label for pie chart using html table as data source
- Adding multiple series to the spline chart using dotnet high charts in asp.net mvc3
- Responsive Line Chart using High Charts & Bootstrap 3
More Query from same tag
- a multi line graph in highcharts
- Highstock date input, page jumps to top on ipad
- Highcharts Heatmap yAxis with 2 categories. How to show both of them in the tooltip?
- highcharts inside ng-repeat (AngularJS)
- Highcharts formatNumbers displaying labels and axis incorrectly
- Highcharts line chart with multi colored areas
- Jump Line charts in High Charts
- Is it possible to make a table with y axis labels of Highcharts bar chart?
- How to speed up the package loading in R (in Shiny app)
- HighChart on Android dynamically update
- how to display the title in the middle of a donut chart with legend?(react-highcharts)
- HighCharts Data Structure - Multiple Independent Series, Stacked Column Chart
- Drawing a small vertical line on top of chart using High charts by specifying end coordinates
- Discrete bar with highcharts?
- R Highcharter map from customized shapefile
- Exporting Chart Not Keeping Navigator Series
- HighStock charts - Change default Open Price to Close Price
- MSSQL Server to PHP Array to JSON Encode to Highcharts
- Highcharts + Plotband tooltip hover + default styling
- How to set datalabels as vertical in Highcharts
- Align y-axis title of high charts to begin exactly at 0 position
- Highcharts Bubble Chart with dynamic data
- How can I capture all points belonging to the same series with the same xAxis value without a loop?
- Highcharts sticky labels for big values goes out of chart
- Highcharts width flow out of parent div
- Showing multiple lines for one series in Highcharts
- Highcharts Error #16 But I'm not using Highstocks
- Need total value of two columns on Tooltip High charts
- Highcharts legend symbol sizes for scatter charts
- Change first tick label on yAxis