What problem does this feature solve?
Add Horizon representation.
Examples :
What does the proposed API look like?
Create new serie type horizon
to show correct representation
Add Horizon representation.
Examples :
Create new serie type horizon
to show correct representation
3条答案
按热度按时间v8wbuo2f1#
Hi! We've received your issue and please be patient to get responded. 🎉
The average response time is expected to be within one day for weekdays.
In the meanwhile, please make sure that it containsa minimum reproducible demoand necessaryimagesto illustrate. Otherwise, our committers will ask you to do so.
You may also check out the API and chart option to get the answer.
If you don't get helped for a long time (over a week) or have an urgent question to ask, you may also send an email to dev@echarts.apache.org . Please attach the issue link if it's a technical question.
If you are interested in the project, you may also subscribe our mailing list .
Have a nice day! 🍵
efzxgjgh2#
After research, It's not simply to create this using the
renderItem
function. I found only examples usingrect
. In this case I want to useline
with area to draw my lines.I used this article to understand how Horizon works : https://bernatgel.github.io/karyoploter_tutorial/Tutorial/PlotHorizon/PlotHorizon.html
I test to cut my serie in 3 positive/negative parts. It works fine if I want to show them in different serie. But in the case they are in the same serie, it's very complicated to do that.
Any help or example to do that ?
For now This is my tests :
And this is the render :
ojsjcaue3#
I continue my investigation. I draw correctly one serie of horizon (using 6 series in echarts) with this code :
Now I want to pass it in category type chart But, when I do that, the chart does not show and the tooltip want to show me all the values of all my series in one time (2000 * 6 is very big)