Histogram: Adds histogram test dashboard & test data (#34821)

* Added test data that contains normal distribution

* Added histogram test dashboard

* Fixed so panels share same data
This commit is contained in:
Torkel Ödegaard
2021-05-27 17:27:29 +02:00
committed by GitHub
parent e085b2316c
commit 119dbc4d76
3 changed files with 10444 additions and 0 deletions

View File

@@ -12,6 +12,7 @@ export const CSVFileEditor = ({ onChange, query }: EditorProps) => {
'population_by_state.csv',
'gdp_per_capita.csv',
'js_libraries.csv',
'weight_height.csv',
'browser_marketshare.csv',
].map((name) => ({ label: name, value: name }));