You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@echarts.apache.org by Ovilia <ov...@gmail.com> on 2020/06/01 05:36:58 UTC

Re: Import Apache Echarts in Angular 9 project

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.
>