Rousan Ali

Results 46 comments of Rousan Ali

@vipansabherwal can you please provide a sample code to generate the same issue at our end?

Hi @vipansabherwal, Your main `TS` code and `template` seems perfect, can you tell me how you used `fusioncharts` module in your `app.module.ts` file?

Hi @chinthu, You can easily use `heatmap` with `angular4-fusioncharts` wrapper. For this case, you need to import `PowerCharts` module in your `app.module.ts` file as follows: `app.module.ts` file: ```typescript import {...

@sachien2000 You can customize the `heatmap` chart with various of available attributes. [Click](https://www.fusioncharts.com/dev/chart-guide/chart-configurations/annotations) here to get detailed instructions.

@chinthu You need to import `widgets` module for `guages` as follows: ```typescript import { NgModule } from '@angular/core'; import { BrowserModule } from '@angular/platform-browser'; import * as FusionCharts from 'fusioncharts';...

Workaround: Add a space between curly braces. ```text "dependencies": { {{#if isAntdIncluded}} "antd": "^3.26.15", {{/if}} } ```