mirror of
https://github.com/getredash/redash.git
synced 2026-03-22 10:00:17 -04:00
* Migrate Chart visualization: Renderer * Refine PlotlyChart component; move stylesheets to visualization's folder * Migrate Custom JS Chart to React * Cleanup
5 lines
72 B
Plaintext
5 lines
72 B
Plaintext
.chart-visualization-container {
|
|
height: 400px;
|
|
overflow: hidden;
|
|
}
|