mapd3 icon indicating copy to clipboard operation
mapd3 copied to clipboard

chart type only showing dots

Open biovisualize opened this issue 6 years ago • 2 comments

Just a quick example to expose that we can make a dot chart, following an idea from @venk-at-krishnamurthy

Venkat Krishnamurthy [01:41] http://software.es.net/react-timeseries-charts/#/example/wind would be great to add these or similar time series viz types at some point

screen shot 2018-05-23 at 5 58 25 am

For now the config is:

{
    chartType: dot,
    dotsToShow: "all"
}

There's no way to test it for this PR than to try it on a local branch. But the code is probably simple enough to show that it has a limited capacity to cause side-effects.

biovisualize avatar May 23 '18 10:05 biovisualize

@biovisualize do you mean for this to be a scatterplot? Assume if that's the case we would have to support string values for both the x and y axises & scales.

clhenrick avatar May 25 '18 16:05 clhenrick

No, it's just a time series dot plot as in the example linked above.

biovisualize avatar May 25 '18 18:05 biovisualize