Apache ECharts Type 'string' is not assignable to type '"pictorialBar"'?

2023-12-20 Thread Ole Ersoy
Hi, I'm trying to make sure I'm using valid options for a demo and I'm getting this an error described here. Any ideas? https://stackoverflow.com/questions/77681159/apache-echarts-type-string-is-not-assignable-to-type-pictorialbar Cheers, Ole

Apache ECharts types of property 'trigger' are incompatible?

2023-12-20 Thread Ole Ersoy
Hi, I'm trying to scaffold out some basic options and getting the error described here. https://stackoverflow.com/questions/77681351/apache-echarts-types-of-property-trigger-are-incompatible Any ideas? Cheers, Ole

How to add emphasis to an item style?

2023-06-21 Thread Ole Ersoy
Hi, I created this question on Stackoverflow as well. https://stackoverflow.com/questions/76507700/adding-a-highlight-style-to-echart-items Trying to have each item symbol in the line chart change color and border color when the user hovers over it. I tried a few permutations that I've seen in

Re: Getting the params data point value for the tooltip callback function in echarts?

2022-12-08 Thread Ole Ersoy
hanks > > *Ovilia* > > > On Sat, Dec 3, 2022 at 12:31 AM Ole Ersoy wrote: > >> Hi, >> 0 >> <https://stackoverflow.com/posts/74650968/timeline> >> >> I'm trying to get the value for this Apache EChart >> <https://echarts.apache.org/ex

Getting the params data point value for the tooltip callback function in echarts?

2022-12-02 Thread Ole Ersoy
Hi, 0 I'm trying to get the value for this Apache EChart within the callback of the tooltip formatter. I've also asked this question on Stackoverflow here. https://stack

Fwd: Importing graphic in Typescript

2022-11-26 Thread Ole Ersoy
Please just ignore this question. I realized that I had left echarts prepended to graphic, hence the error. Once I removed it the example compiles fine. Cheers, Ole -- Forwarded message - From: Ole Ersoy Date: Tue, Nov 22, 2022 at 7:58 PM Subject: Importing graphic in

Importing graphic in Typescript

2022-11-24 Thread Ole Ersoy
Hi, I'm attempting to import graphic in Typescript. This is the demo. https://stackblitz.com/edit/angular-ivy-52drlo?file=src%2Fapp%2Fapp.component.ts This is the related SO question: https://stackoverflow.com/questions/74540403/importing-echarts-in-typescript The import produces the error: E

Re: Apache ECharts bar animation?

2022-11-20 Thread Ole Ersoy
is.echartsIntance.resize({animation: {* > *duration: 500,* > *easing: 'elasticOut' * > > *}});* > > And you need to add *[autoResize]="false"* into `*hello.component.html*` > to disable the automatic resize from the `ngx-echarts` library. > &g

Apache ECharts bar animation?

2022-11-19 Thread Ole Ersoy
Hi, I'm trying to animate the bars in one of the demos when the browser changes size. I asked the question on Stackoverflow, but no love so far. Any ideas? https://stackoverflow.com/questions/74498704/apache-echarts-bar-animation TIA, Ole