semiotic icon indicating copy to clipboard operation
semiotic copied to clipboard

A data visualization framework combining React & D3

Results 44 semiotic issues
Sort by recently updated
recently updated
newest added

Bumps [terser](https://github.com/terser/terser) from 5.10.0 to 5.14.2. Changelog Sourced from terser's changelog. v5.14.2 Security fix for RegExps that should not be evaluated (regexp DDOS) Source maps improvements (#1211) Performance improvements in...

dependencies

For example, https://semiotic.nteract.io/guides/axis is blank and the error: semiotic.module.js:7304 Uncaught TypeError: Cannot read properties of undefined (reading '0') is in the console.

https://codesandbox.io/s/semiotic-ordinalframe-workshop-example-forked-r6x0pq The size parameter only takes in a number array. Is there a way to specify the size in terms of percentage and make it responsive I guess? I couldn't...

Hi, I might be missing something obvious but I have trouble getting semiotic to work in nteract. I've tried installing it via npm (https://github.com/nteract/nteract/issues/1696) using the following package.json ```json {...

At the moment we have two options to position the legend to the `left` or `right` of the chart area. There are plenty of times that I need the legend...

At the moment the tooltip position 'snaps' between locations when points are hovered over. ![transition-tooltip-position](https://user-images.githubusercontent.com/1482075/150817468-7d647042-c851-471b-babc-866b5dc6f1d5.gif) I've been trying to get this to transition via CSS without any success. Is there...

While inspecting some of the rendered SVG code I noticed that some group elements contain a mixture of `class` and `className` attributes. The `className` attribute appears to mirror the `class`...

enhancement
chores :broom:

I just wondered if there was any advice on managing the size of bundled Semiotic for projects? For example, I'm using the latest development version (2.0.0-rc.19) and the size of...

For every distinct type of frame (`XYFrame`, `NetworkFrame`, `OrdinalFrame`) there is `Responsive*` and `Spark*` variants which main goal is to define particular space allocation behavior while the original frame assumes...