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
2 answers

put a text in all categories in Highcharts

took a long time with this same question, then I appreciate too if I can help. I researched a lot and understand that by this method that I have in my code will not run. then I can make it work, how I can do? I have tried many things. I do not…
user5115790
0
votes
1 answer

customize images and different text in Highcharts

I'm new to the subject of highcarts. I have a message that says "label" and the figure for all categories. I need to customize individual image or text. How can I do this? I have this code: http://jsfiddle.net/u3o416xb/ labels: { x: -5, y: -20, …
user5013616
0
votes
1 answer

how to change the color of column in chart ?

I am making a skacked column chart using highchart library . can we change the color of chart ..? There is three color display (blue, black ,green)..Is there way to change the default color like (yellow,pink,red ) I need to change the color of…
user944513
  • 12,247
  • 49
  • 168
  • 318
0
votes
0 answers

Highstock graph color changes on each redraw

I am using highstock with ajax call to update data on each zoom. During each zoom the chart data is updated via API call. On each redraw the line color gets changed randomly. How can I avoid this? Zoom 1 Zoom 2 Please note that I am using…
Afsal
  • 349
  • 3
  • 10
0
votes
1 answer

Clickable Data Labels in Highcharts-ng?

I'd like to add an angular ng-click event or onClick event to some pie charts I have in my Angular App. The pie chart looks like this: What I'd like to do is when I click on that text that it applies some filtering logic I have. However adding an…
0
votes
0 answers

Highcharts - Ensure lowest value of stack bar chart is at bottom

So I'm using Highcharts and I have a stacked bar chart to display some data like so: As you see the columns, their values are all different. What I want to do is have the lowest value at the bottom, the 2nd lowest above that, and the third lowest…
0
votes
1 answer

Animate change in piechart start angle with highcharts-ng

I'm using highcharts-ng to create a dynamically updated piechart. When the data changes the slices animate (grow or shrink in size). I am trying to achieve a similar effect with a regard to the start angle of the chart. When the startAngle…
tausch86
  • 103
  • 3
  • 13
0
votes
0 answers

Reduce the amount of rendered datapoints in a zoomable areaspline with highcharts

I have a graph that will present sold entrance tickets over a quarter with a granularity of 1 datapoint per hour. To make this presentable, I am using highcharts zoom feature together with a stacked areaspline. My problem is that the graph gets…
Fredrik
  • 31
  • 2
0
votes
1 answer

Loading Highcharts within an angular application

I am trying to replicate the chart found here: http://jsfiddle.net/pablojim/Hjdnw/ within my angular app. However, unlike in the example above, i am using version 1.2.28 instead of v1.0.. I have replicated my set up here:…
Oam Psy
  • 8,555
  • 32
  • 93
  • 157
0
votes
1 answer

add chart using highcharts to angular via highcharts-ng directive

I want to add a chart to my angular application. I decided to use the highchart-ng directive. here is the controller: discoutControllers.controller('TestController', function($scope/*, $location,$route,TableUtility, TestService*/) { …
Muhammad Bekette
  • 1,396
  • 1
  • 24
  • 60
0
votes
2 answers

Highcharts: column overlaps when hiding by legend

I have a problem with highcharts. I have a set of columns for a single category, and when i start hiding the columns using the legend names it starts to show a strange behaviour for example my default chart is as follows: After I start hiding…
Diego Romero
  • 120
  • 2
  • 11
0
votes
0 answers

Load JSON data directly into highcharts angular

I am using https://github.com/pablojim/highcharts-ng to build Highcharts in my angularjs app. As suggested on that site I am configuring my chart configs in my controller as follows: $scope.chartConfig6 = { options: { chart: { …
user1585869
  • 301
  • 3
  • 11
0
votes
1 answer

Highchart is not define error while deploying on server

My project is in angualr js which is working in my local with highcharts fine but when I tried to deploy on the server it is giving error highhcarts is not define . whne i searched on the internet i found there is problem with grunt.js which is…
0
votes
1 answer

Why isn't my spline chart showing when using combo charts?

So I'm using Highcharts-ng with Angular to create a combination chart of a spline chart and a column chart formatted as a histogram to show trends. The way it works is that the on the load of the page, I only see the histogram, and not the spline.…
Oscar McCullough
  • 365
  • 4
  • 17
0
votes
0 answers

change legend color using highchart-ng

I want to change legend color in highchart. I have used highchart-ng, the below code its not working, Please help me scope.dvBarChartNG = { options: { chart: { type:…
Jeyabalan
  • 33
  • 6