vasturiano / timelines-chart

Timelines Chart
http://vasturiano.github.io/timelines-chart/example/categorical/
MIT License
563 stars 122 forks source link

Don't display Color Scale #37

Open Chatcola opened 5 years ago

Chatcola commented 5 years ago

Hi, is it possible to remove the display of the color scale ? I'm using only one color. Thanks by advance.

peterbe commented 3 years ago

I don't even understand what it does. And I have no idea how to remove it. Do you know any hacks @Chatcola ?

jurelou commented 2 years ago

It might be too late, but still ...

You can add to your stylesheet:

.legend rect {
    fill: rgba(0,0,0,0) !important;
    stroke-width: 0 !important;
}

.legend text {
    fill: rgba(100,100,140,0.0) !important;
}