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

High Charts not honouring the label format

I am using high charts to build a graph, which has multiple y axis and x axis date time based. But I see whatever format I am giving high charts for X axis it does not honour it the date is consecutive (example : july 01, july 02, july 03).The X…
WomenInTech
  • 1,141
  • 2
  • 18
  • 25
0
votes
1 answer

Highcharts, series with data of different size

I'm currently working on building a chart in highcharts, where I plot in data by week and month. This means that for every month, there will be 4.3 week-plots. My question is, is there a way to make the by-month data have a similar length as the…
yusijs
  • 867
  • 9
  • 20
0
votes
1 answer

Highcharts plotting line instead of area

I am trying highcharts demo available in the documentation with highcharts-ng. I want to plot area charts but when I run it, area doesn't appear but just the line. Following is the code sample. HTML:
Rusty
  • 1,086
  • 2
  • 13
  • 27
0
votes
2 answers

Datepicker jquery-ui for angular highcharts-ng rangeSelector

I am trying to add a datepicker (jquery-ui) to the range selector but I can't get it to work. I want to get something like this example with jquery: $.getJSON('https://www.highcharts.com/samples/data/jsonp.php?filename=aapl-c.json&callback=?',…
Watchmaker
  • 4,908
  • 1
  • 37
  • 38
0
votes
1 answer

A different suffix from an array for each line on Highcharts

What I need is to show a different valuesuffix for each chart type value based on a unique array for each series. I have considered the answer in this question and created this jsfiddle.a It will only work when the tooltip is displayed for one…
Rafael code
  • 289
  • 1
  • 3
  • 13
0
votes
0 answers

Highcharts export functionality is not working

Highcharts export functionality is not working if I use requirejs to load all the files of my angular project. Let me know if any thing I am missing thanks a lot in advanced
Ashish Yadav
  • 99
  • 3
  • 5
0
votes
0 answers

Update ng-Highcharts into Html table

I'm looking for a way to get html table from angular Highcharts. I know it is possible to extract data from Html table to display a chart. But opposite seems more complex. Could you help me please ? EDIT: If someone is looking for :…
John
  • 185
  • 1
  • 6
  • 21
0
votes
1 answer

highcharts, remove alphabetical order

I'm using highcharts. Here is a screenshot of it. The data that I gave are like this: "1": { "Peoples": { "Very high": 0, "High": 3, "Moderate": 7, "Low": 1, "Very low": 1 } } I…
user6145033
0
votes
1 answer

Highcharts xAxis labels formatter callback data empty

I'm new to Highcharts and need to use the xAxis.labels.formatter function to generate labels. The problem is that when the formatter function runs, the data is empty. If I click on the legend the data is loaded and the labels are created correctly.…
neridaj
  • 2,143
  • 9
  • 31
  • 62
0
votes
1 answer

Highcharts with angular2 and SystemJS Setup

had a tough time trying to get ng2-highcharts and angular2 to work nicely together. what I have is; import * as Highcharts from 'highcharts'; window['Highcharts'] = Highcharts; bootstrap(AppComponent); SystemJS Config; map: { "highcharts":…
Steoates
  • 3,058
  • 5
  • 27
  • 43
0
votes
1 answer

Update highcharts chart series from meteor subscription in angularjs-meteor

The way I have been doing it so far is to use Meteor.call and reset all the series in the callback, adding all the points all over. I then fetch new data using $interval every 5 seconds or so. This is obviously not very efficient and my data set is…
neric
  • 3,927
  • 3
  • 21
  • 25
0
votes
1 answer

Export Highcharts to PDF with AngularJS Controller

I'm looking to export a customized chart simliar to the post here Export Highcharts to PDF (using javascript and local server - no internet connection) that references http://fiddle.jshell.net/leighking2/dct9tfvn/. This has the exact functionality…
0
votes
1 answer

Highcharts box plot chart customization

Is it possible to customize the Highcharts box plot chart to have markers instead of boxes. I need to create something that's a cross between a spleen and a box plot. I tried messing with the error bar example but can't get the spline line to be…
neridaj
  • 2,143
  • 9
  • 31
  • 62
0
votes
2 answers

Highcharts Custom Funnel

I'm new to the Highcharts library and need to create a horizontal funnel. There is an existing funnel: http://www.highcharts.com/demo/funnel but there are no options to make it horizontal. I've been reading through the docs on how to extend…
neridaj
  • 2,143
  • 9
  • 31
  • 62
0
votes
1 answer

AngularJS one-way binding on custom directive

I am using AngularJS highcharts (https://github.com/pablojim/highcharts-ng) I have this config and I need make sure it is only binded once. I looked up one-way binding on AngularJS and it says I need to use :: if I am using AngularJs 1.3(Which I am…
VP1456
  • 1
  • 2