InteractiveDataDisplay icon indicating copy to clipboard operation
InteractiveDataDisplay copied to clipboard

Interactive Data Display for JavaScript

Results 31 InteractiveDataDisplay issues
Sort by recently updated
recently updated
newest added

I propose to show nearest exact point among input data series for the probe location in probe text and visually on a chart: ![image](https://cloud.githubusercontent.com/assets/16209677/16995998/4151512a-4ec0-11e6-9f89-30206b0a663e.png)

enhancement

Problem: 1. IDD Axis is really slow, especially in IE/Edge. For example, try profile "samples/Navigation%20Panel.html". In Edge on my machine I see that at least 52% of Inclusive CPU (%)...

enhancement

As an end-user of the ChartViewer, I want it to retain certain settings which I change during my interaction with the ChartViewer, such as - visible rectangle, - probe locations,...

enhancement

As IDD chart user, I want the legend control that is drawn inside the chart and above all plots to become fully (incl. palettes) transparent when the mouse cursor is...

enhancement

There are two sides of the issue: 1) Some plot factories (e.g. `markers()`) **do not add the `data-idd-plot` attribute** when constructing `div` for a plot. In this case, the plot...

bug

I would like to have a chart with a legend, where legend shows color palette. The palette itself has an axis with ticks. I want to make that ticks smaller...

enhancement

DOM plot doesnt update attribute data-idd-origin, when IDD API is used(method add).

All Axes has "remove" method it their API which should be called in order to delete axis. However, it will not remove axis's div from plot. You need to manually...

bug

As a user of IDD I want markers to be rendered in a web worker on a background and navigation using the previously rendered image so that I could use...

enhancement

Bumps [qs](https://github.com/ljharb/qs) from 6.5.2 to 6.5.3. Changelog Sourced from qs's changelog. 6.5.3 [Fix] parse: ignore __proto__ keys (#428) [Fix] utils.merge: avoid a crash with a null target and a truthy...

dependencies