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
1
vote
1 answer

Ticks marks are moving upon changing the type of Chart

I am using Highcharts in AngularJS. My issue is that every time I change the type of graph, the tick marks are moving along the x-axis. I don't want it to move along the x-axis. I want it to be start from the origin. Screenshots: Before changing…
Krishna
  • 154
  • 4
  • 14
1
vote
2 answers

Highcharts:Column Range chart having height of bar same as the height of interval in y Axis

I want to create a columnrange chart type using highcharts. I have tried something like below: I want to implement the below chart with the following custumization: Height of the bars same as the gap between Y axis values as shown in image Remove…
1
vote
1 answer

Highcharts bar grouping while maintaining transparent overlay?

I've been trying to group the following graph of months into four groups of three representing each quarter. http://jsfiddle.net/2mbnxdzj/ code also below. I'm trying to maintain all the current transparent overlay features but have the groupings…
1
vote
0 answers

Using highcharts, how would I highlight only the intersection of 2 plotbands on the x and y axis?

I am using highcharts to display an inverted columnrange chart. The user can select both the x and y axis labels, which will use plotbands to highlight that entire row or column. My next step is, if the user highlights a row and then selects column…
cpwynn
  • 23
  • 1
  • 7
1
vote
1 answer

DataLabels hide themselves even after allowOverlap is set to true. How to fix it?

HIGHCHARTS Please Have a look at JSFIDDLE. In this Example, the "Opera" dataLabel is hidden even if allowOverlap is set to true. How to fix this? Please share your ideas. EDIT: Here is the updated JSFIDDLE.
Jeffrin John
  • 675
  • 2
  • 7
  • 16
1
vote
1 answer

Can we have tickposition both outside and inside in highcharts?

I am looking for a way to display tick markers on both side of axis. But highcharts api is allowing us to place it inside or outside and not both. Can someone share some pointers?
vanarp
  • 19
  • 3
1
vote
1 answer

Dynamically load data in highcharts ng

I am working on highcharts ng for my angular project but the data is not getting filled. I think there might be an issue related to the loading of the DOM and the called function. my HTML part :
Rohit
  • 71
  • 5
1
vote
2 answers

Synchronize multiple chart's x-axis

In Angular Highcharts, I wanted to do synchronized X-axis in multiple charts in the dashboard. I found a solution for x-axis synchronize for two chart(pasted below). But I stuck with multi chart synchronize. I have 8 charts in my dashboard. I want…
Fizer Khan
  • 88,237
  • 28
  • 143
  • 153
1
vote
1 answer

Null points from drilldown remain on screen on subsequent drilldown of a different location

I have reproduced my issue here: http://jsfiddle.net/1bf4ob05/4/ And here is the issue on github: https://github.com/highcharts/highcharts/issues/6308 Is there some configuration that needs to be passed. It seems to happen when you pass data and…
es3735746
  • 841
  • 3
  • 16
  • 40
1
vote
2 answers

Highchart series is choping

I want to create chart for 24 hrs data using highcharts , but Its seems first two data is not rendering properly, its rendering 11 column in place of 12, Can someone help me.. I have create example here
Ashish Yadav
  • 350
  • 3
  • 17
1
vote
1 answer

Change color of a column in highchart with a default color

I have to change the color of one of the columns in highcharts. I see what we can change it for the entire series but haven't been able to figure out changing it for only 1 column. This is how the my series is made: var dates = []; var scores =…
user869375
  • 2,299
  • 5
  • 27
  • 46
1
vote
0 answers

Replacing series data set is causing some series to be shifted along the x-axis

I have a line chart consisting of 8 series, the data for these series change depending on selections made on the page, but it always has the same number of data points (12). I'm having a very strange issue where updating the data sets in my series…
Clare
  • 11
  • 2
1
vote
1 answer

Highcharts: Column and Bar Chart labels are incorrect when I drilldown

I am using highcharts-ng. In column and bar charts of highcharts, if the data set is large, the x-axis is being plot as random numbers instead of the given category. If I deselect and select the legend, then the x-axis labels appear correctly. …
1
vote
1 answer

Highcharts - cylinder Chart

I want to create a cylinder highchart as shown in the pic. Is there any built in chart or de we have to write a custom chart ? A good example is most appreciated.
Sasikumar
  • 828
  • 12
  • 25
1
vote
1 answer

How to call Highcharts tooltip formatter function from outside the config object?

so I have an interesting problem. Here is where the formatter function is inside of the chart config object: In HighCharts Controller vm.config = { options: { .... chart: { .... }, navigator: { …
Leon Gaban
  • 36,509
  • 115
  • 332
  • 529