dc-js / dc.js

Multi-Dimensional charting built to work natively with crossfilter rendered with d3.js
Apache License 2.0
7.42k stars 1.81k forks source link

Missing css file in the Github repo #1832

Closed CHEN7YU closed 3 years ago

CHEN7YU commented 3 years ago

In the source of example (https://dc-js.github.io/dc.js/examples/download-table.html). The HTML is linked with below css file.

`

`

But when navigate to the ../css folder, I am not able to find the dc.css and dc-floatleft.css files. Can you please upload those 2 files? thanks

kum-deepak commented 3 years ago

Please pick it from https://dc-js.github.io/dc.js/css/dc.css and https://dc-js.github.io/dc.js/css/dc-floatleft.css. These files are there even though if you try to navigate to https://dc-js.github.io/dc.js/css/ you would get a 404.