shutterstock / rickshaw

JavaScript toolkit for creating interactive real-time graphs
https://shutterstock.github.io/rickshaw
MIT License
6.53k stars 939 forks source link

Add auto height and width to detail.css #619

Closed zilioti closed 4 years ago

zilioti commented 5 years ago

As noted in #36, I have added the required css. Anything more?

coveralls commented 5 years ago

Coverage Status

Coverage remained the same at 62.953% when pulling d2bb90c7ab051c250fdc3079819d640cdb03c1a6 on zilioti:detail-auto-sized into 382dfa1eae051c73071fbc015b32f88f9c34ac1c on shutterstock:master.

cesine commented 4 years ago

Tested using the scatterplot and additional css for wrap:

<style type="text/css">
    .rickshaw_graph .detail .item.active {
        white-space: pre-wrap;
    }
</style>
Screen Shot 2020-03-29 at 9 00 30 PM