Re: Help : Dynamic Bar Chart In Echarts

2020-06-02 Thread plainheart
Hi, Haritha

It can be made easily by ECharts. There is an example for this. 
https://gallery.echartsjs.com/editor.html?c=xp8EKXjJjJ=1

Thanks

Zhongxiang

On 2020/06/02 13:28:34, Haritha Honey  wrote: 
> Hello,> 
> Is it possible dynamic bar chart in echarts> 
> Below is the sample link of my requiremen> 
> 
> https://canvasjs.com/javascript-charts/dynamic-live-column-chart/> 
> 




Help : Dynamic Bar Chart In Echarts

2020-06-02 Thread Haritha Honey
Hello,
Is it possible dynamic bar chart in echarts
Below is the sample link of my requiremen

https://canvasjs.com/javascript-charts/dynamic-live-column-chart/


Re: ECharts @types

2020-06-02 Thread Wenli Zhang
Thank you!

*Wenli Zhang*



On Tue, Jun 2, 2020 at 2:53 PM Tomek Rajnisz  wrote:

> Hi,
>
> You are right. Maintaining @types seems to be waste of time now. I think
> moving into TypeScript is a very good idea.
> Good luck! You are doing great job!
>
> Greetings,
> trajnisz
>
> wt., 2 cze 2020 o 04:27 Wenli Zhang  napisaƂ(a):
>
>> Hi,
>>
>> Thanks for your helping!
>>
>> But I'd suggest not spending too much effort maintaining it because we
>> are already developing with TypeScript under "next" branch which should
>> probably be merged into master in another one or two months. By that time,
>> DefinitelyTyped is not necessary any more.
>>
>> Currently, the types under DefinitelyTyped was generated using
>> https://github.com/iRON5/echarts-ts-describer . But as you see, this
>> repo is not maintained for a long time, and many of the types are changed
>> manually.
>>
>> *Wenli Zhang*
>>
>>
>>
>> On Mon, Jun 1, 2020 at 10:29 PM Tomek Rajnisz 
>> wrote:
>>
>>> Hi Ovilia,
>>>
>>> I`m currently working with echarts in TS. Using @types (
>>> https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/echarts)
>>> i can see that a lot of code is unnecessarily unrepeated. I can help
>>> correct it.
>>> I would like to ask if you have any method of generating these .d.ts
>>> files or it was all written by hand? It would save me a lot of time.
>>>
>>> Greetings,
>>> trajnisz
>>>
>>