d3fc-webgl-hathi-explorer icon indicating copy to clipboard operation
d3fc-webgl-hathi-explorer copied to clipboard

How to set points color at loading status.

Open xiaozhah opened this issue 4 years ago • 0 comments

When loading the dataset, the points are drawn in gray. But I can't search any code to describe the color of points at loading. Could it be changed?

In index.html, even background color is black transparent(dark mode), the points in still unseen.

      #chart-container > div {
        position: absolute;
        top: 0; bottom: 0; right: 170; left: 170;
        text-align: middle;
        vertical-align: middle;
        background-color: rgba(0 ,0, 0, 0);
      }

xiaozhah avatar May 08 '20 03:05 xiaozhah