You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@echarts.apache.org by Matias Rivas <ri...@gmail.com> on 2020/05/30 23:51:41 UTC

Import Apache Echarts in Angular 9 project

Hi!

I am interested to use in my angular project the calendar heatmap chart.
Unfortunately, the wrappers of echarts for angular do not have that chart.
So, my question is: Is it possible to import this javascript into an
Angular 9 project?

Thanks,
Matias.

Re: Import Apache Echarts in Angular 9 project

Posted by Ovilia <ov...@gmail.com>.
Yes this is possible.
You may use the library by "npm install echarts" and "import * as echarts
from 'echarts'".

Thanks

*Ovilia*


On Sun, May 31, 2020 at 8:00 AM Matias Rivas <ri...@gmail.com>
wrote:

> Hi!
>
> I am interested to use in my angular project the calendar heatmap chart.
> Unfortunately, the wrappers of echarts for angular do not have that chart.
> So, my question is: Is it possible to import this javascript into an
> Angular 9 project?
>
> Thanks,
> Matias.
>