Jae Sung Park
Jae Sung Park
@dpraul, I did an rough test replacing the appending to be done by each dataset at once by assembling HTML strings. I took a test for about 200 data points(``...
@patrickcate, that can be one of the alternatives need to look for. To mitigate on this, `v2` added new "point.focus.only" option, where this can be useful for massive data viz...
@adschm, maybe rendering hint can mitigate this. - https://developer.mozilla.org/en-US/docs/Web/SVG/Attribute/shape-rendering ```css .bb-gauge-value { shape-rendering: crispEdges } ```
if you think, by adding an option or the update can improve, contributing to the project will be a best option.
The `opacity=0` set there, is to make smooth gauge text value transition. Checkout the below example, where the `30.0%/38.0%` area w/opacity, texts are fading-out and fading-in after data toggle. w/o...
@blazespinnaker well everyone's needs aren't same. In this case just providing as an option(ex. `gauge.opacity`) can be a solution.
Hi @bhonermann, when you do mouse interaction the data bound to the `` element changes for some reason. I think the changes done by your service code, because I did...
Hi @DJT777, is because the data length is overwhelmed and because of that, the legend area is fully occupying the chart area. To solve, you can make legends to be...
Since v2, will provide UMD and ESM builds as well. For those environments or users using UMD, `type` interface will remain same as v1. The website examples loads the UMD...
Hi @jgoley, can you provide full reproducible code?