Questions tagged [highcharts-ng]

A simple AngularJS directive for Highcharts.

A simple Angularjs directive for Highcharts.
See: https://github.com/pablojim/highcharts-ng

How to install: bower install --save highcharts-ng

271 questions
0
votes
1 answer

Issue with closing angular ui bootstrap modal

Hi I'm getting the below exception when I try to close the modal window. TypeError: Cannot read property 'ng339' of undefined I use angular 1.3 and ui-bootstrap 0.12.. I get this error when I use the highcharts-ng directive In modal I get this…
0
votes
0 answers

How to create Master-Detail charts in highcharts-ng

I am using highcharts-ng for creating dynamic charts in one of our AngularJS application. highcharts-ng is working good for simple chart. But I am unable to figure out a way to use Highchart's Master-Detail Chart through highcharts-ng module. Below…
alishad
  • 139
  • 1
  • 2
  • 11
0
votes
1 answer

highcharts-ng model data not working

I am trying to populate a number of charts with data in a .json file. I have the chart working as required with some dummy/hard coded values (commented out in plunker), but when I try to add the values from the .json file/model it does not…
mcneela86
  • 1,029
  • 3
  • 18
  • 35
0
votes
1 answer

Highcahrt time format issue

this is my yAxsis and normally displays time for column range chart yAxis: { type: 'datetime', labels: { formatter: function () { return Highcharts.dateFormat('%H:%M:%P',…
akaminko
  • 71
  • 1
  • 2
  • 11
0
votes
1 answer

How to get column chart in angular using highcharts using dynamic data

I am implemented the high charts in angular js ,It is working fine with hard coded data but it is not working when data came from web service dynamically . In my controller : $scope.months = []; $scope.retail = []; …
0
votes
1 answer

highcharts positioning and colour

I have a few things I can't see to fix with my chart in highcharts-ng, see this http://jsfiddle.net/mcneela86/DJVP2/ for reference: As a background, the chart will display a comparison of before and after values for horse power and torque in cars,…
mcneela86
  • 1,029
  • 3
  • 18
  • 35
0
votes
0 answers

Highchart-ng border does not display

I've a chart for which I'm not able to display the border. My code that sets the relevant properties:
user2696565
  • 587
  • 1
  • 8
  • 17
0
votes
1 answer

Add Gradient Pie Chart functionality to Highcharts-ng

I am using Highcharts-ng in an app. Everything is working fine. I've successfully added an additional "drilldown" attribute to the javascript file - great! But how do I add the code for a pie chart gradient fill? $scope.chartConfig.options.colors =…
0
votes
1 answer

angular.js using highcharts-ng not maintaining series order, unless I force $apply (which throws already in progress error)

This may be unfixable, but I was hoping someone may have come across this before and found a workaround. Highcharts-ng seems to merge series data with existing data in such a way that I cannot maintain the ordering of series. I specifically want to…
0
votes
2 answers

Turning off point markers does not appear to work for Highcharts-ng

I am trying to turn off the markers on a line chart using highcharts-ng. I've checked the highcharts API and I believe I need to pass in the option: plotOptions: { line: { marker: { enabled: false } } } However,…
-1
votes
1 answer

How to edit the default colors on Styled mode pie - Highscharts?

I tried editing the pie slice colors but it is filling in the label line also. How to avoid this issue? https://codepen.io/jenfloods/pen/WNRELrP Also, how to apply the stroke color outside? I've gone to the Highcharts documentation and it is not…
-1
votes
1 answer

How to show time in box chart in highchart?

Pls suggest the below image chart in Highcharts option with example? enter image description here
-1
votes
1 answer

How to use Highchart on Angular?

I want to make a chart with Highchart on my angular, but I'm stuck to work with it because of lack of information regarding Highchart usage in Angular on the official website of Highchart. This is highchart library on…
aldi
  • 463
  • 1
  • 4
  • 19
-1
votes
1 answer

How to hide series name and color displaying at the bottom of the highchart?

I've highlighted the content to be removed from displaying in my chart
-1
votes
1 answer

How to get height of individual bars in column chart of highcharts?

Is there a way to find individual bar height? I know chart.plotHeight would return potting area height. Similarly i would like to know individual bar height.
Jeffrin John
  • 675
  • 2
  • 7
  • 16
1 2 3
18
19