Questions tagged [ngx-echarts]

36 questions
0
votes
0 answers

Is there a way to import a svg file directly into angular 14+ component?

I'm trying to plot a map graph with apache echarts (https://echarts.apache.org/examples/en/editor.html?c=geo-seatmap-flight) in angular component but I can't find the right way to import my .svg file located in the assets/images/light-seats.svg…
Josu16
  • 43
  • 4
0
votes
1 answer

Apache ECharts bar animation?

Trying to get resize bar animation working on for the Apache ECharts demo (Link) . This is the Stackblitz - The chart code is in the hello component.. The chart instance is obtained from a call to this method. onChartInit(echarts) { …
Ole
  • 41,793
  • 59
  • 191
  • 359
0
votes
1 answer

How i can display values on PIE chart in angular ? i am using ngx-echarts

This is my options for my echarts, i don't know where to add an options to display value of my data on the pie chart . or any indicators to display values without hover event. this.options = { backgroundColor: this.eTheme.bg, tooltip: { …
0
votes
1 answer

echarts line + area buggy scale

I am using a line and an area in the same chart, and I have a button to change the data source, when I press the button sometimes the scale is wrong, the data is good but the displayed area is cut in some parts or it shows a colored area where it…
Mehdi Benmoha
  • 3,694
  • 3
  • 23
  • 43
-1
votes
1 answer

EChart XAxis Line not rendered?

Trying to draw the XAxis Line in this EChart Stackblitz Demo using Angular and Ngx-Echarts. This is the line configuration. It works on the Y Axis, however on the X axis the line is not being rendered. Any ideas? axisLine: { …
Ole
  • 41,793
  • 59
  • 191
  • 359
-1
votes
1 answer

Basic Area EChart not compiling with ngx-echarts?

I'm trying to get the basic area echart working on Stackblitz with ngx-echarts. I've installed ngx-echarts and imported the module. I've added the options to app.component.ts like this: option = { xAxis: { type: 'category', boundaryGap:…
Ole
  • 41,793
  • 59
  • 191
  • 359
1 2
3