Hi,
Is there any way to show tooltip for the lines when we mouse over on it. (note- without enabling the bullet option)
Hi,
Is there any way to show tooltip for the lines when we mouse over on it. (note- without enabling the bullet option)
You can achieve this by setting the following two properties to 0.
Unfortunately you have to enable bullet option.
.bullets>fill>opacity
.bullets>stroke>width
or .bullets>stroke>opacity
However, I have a concern: how is the user supposed to know where to hover to see the tooltip? Any specific reason to disable bullet?)
Awesome thanks for quick response.
Its setpoint value - example 100. so it will be linear line. that's y i wanted this feature
If possible can you help me out for below questions
[x/y]Axes>[*]>appearance>grid>opacity = 0
dataSource
with value null
.bullets>[*]>label>text = [font-Size:20px bold]{value}
Hi,
Style Labels i tired something like this
{
"text": "[font-Size:20px bold]{this.custom.rule}",
"position": {
"dx": 0,
"dy": -9
}
}
its not working
Can you share the value of series>[*]>data>y
in the XY Chart?
As I mentioned in my post,
Thanks its working
Hi,
one question
If data points are more then enable bullets makes the chart very slow sometimes web page gets hang.
Is there any option to fix this issue?
I haven't personally encountered a situation where the page becomes unresponsive due to enabling bullets.
Can you tell me the total datapoints in your dataSources?
If you have a very large dataset, consider reducing the number of data points by aggregating or sampling the data.
Hi,
Sorry for delay response i am not feeling well.
Yes large data points is issue nearly i have 3000 rows
I am using it as dataset. Converting them to json might reduce rendering little?