Samuel Gratzl

Results 161 comments of Samuel Gratzl

there isn't a way since the the scale interface used to normalize and generate the color is limited to giving only a numeric value

that is currently not supported since cytoscape.js itself is canvas based and the arrows are canvas paths2ds. re arrow, see also https://js.cytoscape.org/#style/edge-arrow

can you provide a plot.ly example to understand what you mean?

so far filtered data is not supported via crosstalk since it would require to recompute the intersections. the following crosstalk handler is registered: https://github.com/upsetjs/upsetjs_r/blob/972b8d4da3a36fa198a79e40014fc57d19aec1fa/js/htmlwidget.ts#L26

the tooltip plugin is separate in chart.js and need to explicitly registered.

try `pointWithErrorBarRadius` instead of `pointRadius` since a different element is used to combine the error bar and the point.

can you provide a codesandbox or stackblitz or similar one?

e.g. https://codesandbox.io/p/sandbox/thirsty-forest-c9t29m?file=%2Fsrc%2FApp.vue%3A45%2C1-46%2C1