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
9
votes
1 answer

highcharts-ng grows but doesn't shrink in flexbox

I'm trying to put a highchart in a flexbox container. The chart grows with the container just fine, but it doesn't shrink when the container shrinks. My project uses angularJS and highcharts-ng, although I'm guessing the problem lies with flexbox…
Julian Mann
  • 6,256
  • 5
  • 31
  • 43
8
votes
2 answers

Using HighStocks with highcharts-ng

I'm using the Angular directive for HighCharts, https://github.com/pablojim/highcharts-ng. However I want to use the HighStock option which should be possible according to the above link by setting useHighStocks: true. When I try this the chart…
6
votes
1 answer

Highcharts - yAxis logarithmic scale and allowDecimals set to false not seeming to have any effect

I am wanting to prevent the display of decimal values on a y-axis of an area chart I have configured. When my chart initially shows with all series showing, I see: But after filtering out some of the series to show, I see the y axis start showing…
mindparse
  • 6,115
  • 27
  • 90
  • 191
6
votes
2 answers

HighCharts: How to use reflow to allow auto-resize after changing size

In our Angular app we're using highcarts-ng for our HighCharts implementation. Here is the Chart Maximize and Minimize function, which works: function expandChartPanel() { vm.chartMaxed = !vm.chartMaxed; viewHeader =…
Leon Gaban
  • 36,509
  • 115
  • 332
  • 529
6
votes
1 answer

Updating data in charts, highcharts with angular, highcharts-ng

Trying out a highcharts directive for angular, highcharts-ng. https://github.com/pablojim/highcharts-ng I have some problem with updating the data. Updating the series values is no problem. But I cant update the X-axis titles. I have a js-fiddle…
Joe
  • 4,274
  • 32
  • 95
  • 175
5
votes
2 answers

highcharts organization chart is throwing error when loading module

I am trying to generate Organization charts using highcharts and highcharts-angular. However, it is throwing below error while loading organization chart module. organization.js:9 Uncaught TypeError: Cannot read property 'prototype' of undefined at…
5
votes
1 answer

Shadow in Highcharts bar chart

I want to give 5 px shadow in right side of the bar. Is it possible?
ali
  • 557
  • 2
  • 13
5
votes
3 answers

Grouping a stacked bar chart in Highcharts

I have a situation that I need to group certain bars/columns into logical grouping for a business need. I do not care if it is a stacked bar or a stacked column but I need to group certain stacks together. The individual stacks still need to be…
Nexeh
  • 213
  • 3
  • 18
4
votes
2 answers

Ionic 2 Highcharts

I am using Ionic 2 framework and want to implement highcharts. I followed this step https://forum.ionicframework.com/t/ionic-2-and-highcharts-modules/59365/2 from mharington (ionic team) to setup my first high chart. The error I get is I can't…
Royce
  • 171
  • 2
  • 11
4
votes
1 answer

How to create an inner circle pie chart in Highcharts

I am using Highcharts pie chart and I would like to have an inner circle in pie chart. However the option to create a inner circle is not available in Highcharts. I want to create inner circle in my chart as shown in this picture: Below is my code.…
4
votes
3 answers

Highcharts spans beyond bootstrap column width when implemented as an angular directive

I have implemented an angular directive for highcharts as follows according to this highcharts blog post: angular.module('highCharts') .directive('ngChart', function () { return { restrict: 'E', template:…
Deepal
  • 1,729
  • 5
  • 24
  • 34
4
votes
1 answer

Highcharts-ng directive (Angular) not updating

I'm using highcharts-ng Angular-JS directive to draw a chart on my page. I am hoping to be able to update the data in my controller, and have these values reflected in the graph. However, when I update a $scope variable using assignment…
3
votes
1 answer

HighCharts chart export (screenshot download) does not display Navigator graph

We are currently on HighCharts 4.2.2 http://api.highcharts.com/highcharts/exporting So while reading their exporting docs, I decided instead of using their default menu dropdown. I just needed access to the .exportChart() function. So what I do is…
Leon Gaban
  • 36,509
  • 115
  • 332
  • 529
3
votes
0 answers

(Highstock) How to set a navigator extremes in options based on variables, not data

I'm creating a Highstock chart that is supposed to show only some portion of available data at the beginning. I want the navigator extremes to be set to some default values that I provide, and load the rest of the data in asynchronous way when user…
kdkade
  • 65
  • 7
3
votes
0 answers

Highcharts colors keep changing

I am using highcharts and the colors keeps changing when i refresh the chart with different data. Here is my theme object: Highcharts.theme = { colors: [ // Main Colours /* '#1E73AA', '#C44441', '#55BF3B', '#7A5992', …
arsinawaz
  • 480
  • 1
  • 6
  • 18
1
2 3
18 19