[GitHub] [echarts] Ovilia commented on issue #18517: [Bug] title.textStyle.ellipsis config not working

2023-04-17 Thread via GitHub
Ovilia commented on issue #18517: URL: https://github.com/apache/echarts/issues/18517#issuecomment-1512515629 It seems none of the `ellipsis` is working. See also the [demo](https://echarts.apache.org/examples/zh/editor.html?c=line-simple&version=5.4.2&code=PYBwLglsB2AEC8sDeAoWsAeBBDEDOAXMmu

[GitHub] [echarts] echarts-bot[bot] commented on issue #18513: [Bug] graphic下,type: 'text'中,style.fontSize使用不同单位,行为不同

2023-04-17 Thread via GitHub
echarts-bot[bot] commented on issue #18513: URL: https://github.com/apache/echarts/issues/18513#issuecomment-1512492397 This issue is labeled with `difficulty: easy`. @liunanchenFYJJ Would you like to debug it by yourself? This is a quicker way to get your problem fixed. Or you may wait f

[GitHub] [echarts] liunanchenFYJJ commented on issue #18513: [Bug] graphic下,type: 'text'中,style.fontSize使用不同单位,行为不同

2023-04-17 Thread via GitHub
liunanchenFYJJ commented on issue #18513: URL: https://github.com/apache/echarts/issues/18513#issuecomment-1512478399 Plz check the demo down below https://codepen.io/liunanchenFYJJ/pen/VwEjqod -- This is an automated message from the Apache Git Service. To respond to the message, pleas

[GitHub] [echarts] helgasoft commented on issue #14324: Time axis chart issue with data zoom

2023-04-17 Thread via GitHub
helgasoft commented on issue #14324: URL: https://github.com/apache/echarts/issues/14324#issuecomment-1512467400 **cannot reproduce** "messy at end", and do not understand the expected "A graph with a curve without crossing." @anthony-bt, could you elaborate ? Has this been fixed? [De

[GitHub] [echarts] whmhm commented on issue #18520: [Bug] 径向树图配置缩放。进行放大后点击节点,画布内容消失

2023-04-17 Thread via GitHub
whmhm commented on issue #18520: URL: https://github.com/apache/echarts/issues/18520#issuecomment-1512429697 ---原始邮件--- 发件人: ***@***.***> 发送时间: 2023年4月18日(周二) 凌晨0:15 收件人: ***@***.***>; 抄送: ***@***.**@***.***>; 主题: Re: [apache/echarts] [Bug] 径向树图配置缩放。进行放大后点击节点,画布内容消失 (Issue

[GitHub] [echarts] helgasoft commented on issue #9801: Y-axis, type:'log' , series type :'bar', the first data value is 0, the bars on charts is not normal.

2023-04-17 Thread via GitHub
helgasoft commented on issue #9801: URL: https://github.com/apache/echarts/issues/9801#issuecomment-1512429511 > in my case , (0 means no traffic and null means i fetched no data at this time), please if someone has a fix let me know replace 0 with '' (empty string) and keep the nulls

[GitHub] [echarts] yay commented on issue #18523: [Feature] Provide an API to draw/define a custom emphasis

2023-04-17 Thread via GitHub
yay commented on issue #18523: URL: https://github.com/apache/echarts/issues/18523#issuecomment-1512420663 Thank you! I will give it a try. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the spe

[GitHub] [echarts] CWS-CTRL commented on issue #18517: [Bug] title.textStyle.ellipsis config not working

2023-04-17 Thread via GitHub
CWS-CTRL commented on issue #18517: URL: https://github.com/apache/echarts/issues/18517#issuecomment-1512381589 > The demo cannot run. Please consider adding an empty series. > > It's nice to hear that you have figured out the solution. Please consider making a pull request! So

[GitHub] [echarts] echarts-bot[bot] commented on issue #18513: [Bug] graphic下,type: 'text'中,style.fontSize使用不同单位,行为不同

2023-04-17 Thread via GitHub
echarts-bot[bot] commented on issue #18513: URL: https://github.com/apache/echarts/issues/18513#issuecomment-1512361154 @liunanchenFYJJ Please provide a demo for the issue either with [Official Editor](https://echarts.apache.org/examples/editor.html), [CodePen](https://codepen.io/Ovilia/pen

[GitHub] [echarts] Ovilia commented on issue #18509: [Bug] markline may not be centered at different phone resolutions

2023-04-17 Thread via GitHub
Ovilia commented on issue #18509: URL: https://github.com/apache/echarts/issues/18509#issuecomment-1512360700 https://user-images.githubusercontent.com/779050/232658292-bb49890c-d6db-404e-b533-ec493aff4f48.png";> Looks good to me. Can you make the demo with the width that can reproduce

[GitHub] [echarts] Ovilia commented on issue #18517: [Bug] title.textStyle.ellipsis config not working

2023-04-17 Thread via GitHub
Ovilia commented on issue #18517: URL: https://github.com/apache/echarts/issues/18517#issuecomment-1512358915 The demo cannot run. Please consider adding an empty series. It's nice to hear that you have figured out the solution. Please consider making a pull request! -- This is an

[GitHub] [echarts] Ovilia commented on issue #18523: [Feature] Provide an API to draw/define a custom emphasis

2023-04-17 Thread via GitHub
Ovilia commented on issue #18523: URL: https://github.com/apache/echarts/issues/18523#issuecomment-1512356485 Hi. This is possible but you need to write a little code. The basic idea is to listen to the mouse event and use `setOption` to draw or hide the shape. ```ts chart.on('mous

[GitHub] [echarts] Ovilia commented on issue #18521: 数据相差过大,有负数,折线图需要怎么处理才能美观

2023-04-17 Thread via GitHub
Ovilia commented on issue #18521: URL: https://github.com/apache/echarts/issues/18521#issuecomment-1512353431 这个问题本身和 ECharts 无关。如果要做图二的效果,那就是不展示左边很大的数据,这个属于业务层面考虑的问题了。 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use t

[GitHub] [echarts] Ovilia closed issue #18521: 数据相差过大,有负数,折线图需要怎么处理才能美观

2023-04-17 Thread via GitHub
Ovilia closed issue #18521: 数据相差过大,有负数,折线图需要怎么处理才能美观 URL: https://github.com/apache/echarts/issues/18521 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail:

[GitHub] [echarts] echarts-bot[bot] commented on pull request #18524: feat(axisPointer): add option to disable emphasis. close #18495

2023-04-17 Thread via GitHub
echarts-bot[bot] commented on PR #18524: URL: https://github.com/apache/echarts/pull/18524#issuecomment-1512253206 Thanks for your contribution! The community will review it ASAP. In the meanwhile, please checkout [the coding standard](https://echarts.apache.org/en/coding-standard.html) a

[GitHub] [echarts] juliepagano opened a new pull request, #18524: feat(axisPointer): add option to disable emphasis. close #18495

2023-04-17 Thread via GitHub
juliepagano opened a new pull request, #18524: URL: https://github.com/apache/echarts/pull/18524 ## Brief Information This pull request is in the type of: - [ ] bug fixing - [X] new feature - [ ] others ### What does this PR do? This PR adds a

[GitHub] [echarts] sarimarton commented on issue #12014: Fetch data asynchronously on dataZoom changed

2023-04-17 Thread via GitHub
sarimarton commented on issue #12014: URL: https://github.com/apache/echarts/issues/12014#issuecomment-1512236154 Why is this stale??? Such a basic feature. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above

[GitHub] [echarts] iKnowMagic commented on issue #17189: [Bug] Support dual packaging

2023-04-17 Thread via GitHub
iKnowMagic commented on issue #17189: URL: https://github.com/apache/echarts/issues/17189#issuecomment-1512101757 I am having the same error. :( -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to th

[GitHub] [echarts] github-actions[bot] commented on issue #14691: Echarts Dataset examples require TransformComponent

2023-04-17 Thread via GitHub
github-actions[bot] commented on issue #14691: URL: https://github.com/apache/echarts/issues/14691#issuecomment-1512084354 This issue has been automatically marked as stale because it did not have recent activity. It will be closed in 7 days if no further activity occurs. If you wish not to

[GitHub] [echarts] juliepagano commented on issue #18495: [Feature] Add ability to disable emphasis/highlight functionality of tooltip axis trigger

2023-04-17 Thread via GitHub
juliepagano commented on issue #18495: URL: https://github.com/apache/echarts/issues/18495#issuecomment-1512073904 FYI, I'm going to look into making a pull request for this feature. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to G

[GitHub] [echarts] MaXal commented on a diff in pull request #16921: fix(custom): provide generic for itemStyle. close #16775

2023-04-17 Thread via GitHub
MaXal commented on code in PR #16921: URL: https://github.com/apache/echarts/pull/16921#discussion_r1168986067 ## src/chart/custom/CustomSeries.ts: ## @@ -319,7 +319,7 @@ export type CustomSeriesRenderItem = ( api: CustomSeriesRenderItemAPI ) => CustomSeriesRenderItemRetur

[GitHub] [echarts] helgasoft commented on issue #18520: [Bug] 径向树图配置缩放。进行放大后点击节点,画布内容消失

2023-04-17 Thread via GitHub
helgasoft commented on issue #18520: URL: https://github.com/apache/echarts/issues/18520#issuecomment-1511687014 **cannot reproduce** _roam: 'move'_ does not allow zooming, it needs to be _roam: true_ Do not see anything wrong with zooming and clicking "the node". -- This is an auto

[GitHub] [echarts] helgasoft commented on issue #18522: [Bug] Graphics overlapping on scatter shot (Z-index) when there is a big amount of data (Exactly > 3000 dots)

2023-04-17 Thread via GitHub
helgasoft commented on issue #18522: URL: https://github.com/apache/echarts/issues/18522#issuecomment-1511637395 use _zlevel_ instead of "z" in _rect_ and _text_ -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL

[GitHub] [echarts] konrad-amtenbrink commented on pull request #17579: Feat/box plot labels

2023-04-17 Thread via GitHub
konrad-amtenbrink commented on PR #17579: URL: https://github.com/apache/echarts/pull/17579#issuecomment-1511428940 Hey @Ovilia, I left some questions on your comments because I am not sure if I understand them correctly - are there any updates on this? Greetings and thanks, Ko

[GitHub] [echarts] yay opened a new issue, #18523: [Feature] Provide an API to draw/define a custom emphasis

2023-04-17 Thread via GitHub
yay opened a new issue, #18523: URL: https://github.com/apache/echarts/issues/18523 ### What problem does this feature solve? Hi, We'd like to migrate from [visx](https://airbnb.io/visx/) to eCharts ,but need to support the following emphasis style in our charts: https://img

[GitHub] [echarts] jmar1998 opened a new issue, #18522: [Bug] Graphics overlapping on scatter shot (Z-index) when there is a big amount of data (Exactly > 3000 dots)

2023-04-17 Thread via GitHub
jmar1998 opened a new issue, #18522: URL: https://github.com/apache/echarts/issues/18522 ### Version 5.4.2 ### Link to Minimal Reproduction https://jsfiddle.net/2ajk8L6w/ ### Steps to Reproduce Code is on fiddle 1) Example with 3000 dots https://jsfiddle.

[GitHub] [echarts] HOUSHENGREN commented on issue #18488: [Feature] 折线图相邻数据值很大时会重合,能否优化下

2023-04-17 Thread via GitHub
HOUSHENGREN commented on issue #18488: URL: https://github.com/apache/echarts/issues/18488#issuecomment-1511109238 > > See the [demo](https://echarts.apache.org/examples/zh/editor.html?c=candlestick-sh&code=PYBwLglsB2AEC8sDeAoWsAeBBDEDOAXMmurGAJ4gCmRA5AMYCGYVA5sAE7m0A0J6AE2aMiAbVoBZGL1i0AKgF

[GitHub] [echarts] HOUSHENGREN commented on issue #18488: [Feature] 折线图相邻数据值很大时会重合,能否优化下

2023-04-17 Thread via GitHub
HOUSHENGREN commented on issue #18488: URL: https://github.com/apache/echarts/issues/18488#issuecomment-1511106916 > See the [demo](https://echarts.apache.org/examples/zh/editor.html?c=candlestick-sh&code=PYBwLglsB2AEC8sDeAoWsAeBBDEDOAXMmurGAJ4gCmRA5AMYCGYVA5sAE7m0A0J6AE2aMiAbVoBZGL1i0AKgFcq

[GitHub] [echarts] joankuah commented on issue #4990: Question: Dynamically change data existing data on Zoom event

2023-04-17 Thread via GitHub
joankuah commented on issue #4990: URL: https://github.com/apache/echarts/issues/4990#issuecomment-1510908404 Im using vue echarts and this is how im changing the startValue/endValue instead: ` this.option.dataZoom[indexOfTheAxisYouWantToSetTheRange].startValue = number/date/strin

[GitHub] [echarts] panchangcheng commented on issue #18498: [Bug] 饼图的legend.textStyle.rich.align右对齐无效问题

2023-04-17 Thread via GitHub
panchangcheng commented on issue #18498: URL: https://github.com/apache/echarts/issues/18498#issuecomment-1510898740 no one answered? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the s

[GitHub] [echarts] joankuah commented on issue #17814: [Feature] Control the zoom/drag-to-zoom speed on large data

2023-04-17 Thread via GitHub
joankuah commented on issue #17814: URL: https://github.com/apache/echarts/issues/17814#issuecomment-1510895198 Hi, I am also interested to know if there is any way to control the speed/sensitivity when zooming in and out of the graph (in my case, a scatter plot graph). I tried to i