Re: [DISCUSS] About refactoring our code with TypeScript

2019-10-29 Thread Jonathan Avila
Love this idea. Typescript would be immensely helpful with Echart's declarative approach. Not sure how you would like to manage the builds, but to get started, this library may be helpful: https://github.com/jaredpalmer/tsdx. Thanks, Jonathan On Tue, Oct 29, 2019 at 3:08 AM Yi Shen wrote: >

Re: [DISCUSS] Features included in the next big release 5.0!

2020-04-08 Thread Jonathan Avila
@pissang, 5.0 Sounds amazing!!!. Looking forward to these improvements. One the topic of labels, I wonder if there's an opportunity for chart developers to be able to express via function when they want labels to show or hide based on the available label container space. Maybe even change the

Re: Bullet Chart

2021-06-08 Thread Jonathan Avila
need to make it responsive based on the chart size. I tried using combinations of barWidth in percentage and negative barGaps in percentage but couldn't get it to work. Thanks, Jonathan On Fri, Jun 4, 2021 at 8:10 AM Jonathan Avila wrote: > Thanks Yi. This is very helpful. I completely for

Bullet Chart

2021-06-02 Thread Jonathan Avila
Hi Echarts Dev Team, I was looking for an example of a Bullet Chart and I came across this Github issue that used to have a working link, but it seems to now be pointed to a non working domain: Bullet chart · Issue #6795 · apache/echarts (github.com)

Re: Bullet Chart

2021-06-04 Thread Jonathan Avila
n changed to www.makeapie.com due to branding > risk. > > I created a CodeSandbox example in case you can't access the makeapie > website. > > https://codesandbox.io/s/relaxed-wiles-92hhq > > Regards > > On Thu, Jun 3, 2021 at 12:46 AM Jonathan Avila > wrote: >

Re: getBoundingRect on Axis ComponentView

2021-03-03 Thread Jonathan Avila
track it? > > [1] https://codesandbox.io/s/cool-jackson-om9cg?file=/src/index.js > > Regards > > On Mon, Mar 1, 2021 at 10:53 PM Jonathan Avila > wrote: > >> Yi, >> >> Here's a video of what I was trying to achieve. Notice how the right &

Re: getBoundingRect on Axis ComponentView

2021-03-01 Thread Jonathan Avila
date that can be extended by `registerPostUpdate`. >> >> But I will suggest you calculating the right offset according to the axis >> number and maximum width of the axis labels, which I think is not hard to >> get if the result is not required to be very accurate. >>

Re: getBoundingRect on Axis ComponentView

2021-03-01 Thread Jonathan Avila
dth of the axis labels, which I think is not hard to > get if the result is not required to be very accurate. > > Regards > > On Mon, Feb 22, 2021 at 10:33 PM Jonathan Avila > wrote: > >> Hi Echart Dev Team, >> >> I'm working on a chart that will have a dynamic number

getBoundingRect on Axis ComponentView

2021-02-22 Thread Jonathan Avila
Hi Echart Dev Team, I'm working on a chart that will have a dynamic number of y axis positioned to the right. I want to be able to set the right offset for each axis to avoid label overlap, but I would like to avoid setting a fixed number for the offset to maximize the available space. My first

Highlighting tooltip value for hovered series in Stacked Bar Chart

2022-12-08 Thread Jonathan Avila
Hello Devs, Is there a way to change this example so that the hovered series is "highlighted" / emphasized in the tooltip https://echarts.apache.org/examples/en/editor.html?c=bar-y-category-stack Thanks, Jonathan

Release of v5.5

2023-05-10 Thread Jonathan Avila
Hi Devs, I'm curious if you have a rough estimate for the release of ECharts v5.5. Is the project currently following a release cadence, or will it be released only when all the issues listed in the Milestone are closed? Thanks Jonathan