Closed capcar closed 8 years ago
Hi,
Have you included HighStock.js dependency in your project?
Best,
yes, I included it. I am trying to test the example that there is here, with v. 0.6.1: https://github.com/Bigous/angular2-seed-ng2-highcharts/blob/master/src/client/app/charts/charts.component.ts Where am I wrong?
Hi @capcar, I've just done the following:
git clone https://github.com/Bigous/angular2-seed-ng2-highcharts
cd angular2-seed-ng2-highcharts
npm install
npm start
Everything has gone well.
I've opened the browser and open the http://localhost:4200/
and clicked at CHARTS
menu.
All the 4 charts are running well too.
Is it possible create one graph like this: http://www.highcharts.com/demo/gauge-solid ? And combinations of graphs? http://www.highcharts.com/demo/combo Thanks
I have resolved: it is possible create gauge chart and combinations of graphs
Hi @capcar ,
Yes, it's possible as you already noted :).
For documentation:
You need to add the module highcharts-more
from highcharts as a dependency and use it normally.
It's a highcharts
question and not a ng2-highcharts
thou.
[]'s
In my application I have highcharts and highstocks graphs. With highcharts I have not problem, while with highstocks I obtain this error:
In html I use:
<div [ng2-highstocks]="chartStock">