mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
TestData: Some simple small test data and first draft of what's new in v8 demo dashboard (#34731)
* TestData: More test data * Added v8 demo dashboard
This commit is contained in:
@@ -8,7 +8,12 @@ export const CSVFileEditor = ({ onChange, query }: EditorProps) => {
|
||||
onChange({ ...query, csvFileName: value });
|
||||
};
|
||||
|
||||
const files = ['population_by_state.csv', 'city_stats.csv'].map((name) => ({ label: name, value: name }));
|
||||
const files = [
|
||||
'population_by_state.csv',
|
||||
'gdp_per_capita.csv',
|
||||
'js_libraries.csv',
|
||||
'browser_marketshare.csv',
|
||||
].map((name) => ({ label: name, value: name }));
|
||||
|
||||
return (
|
||||
<InlineFieldRow>
|
||||
|
||||
Reference in New Issue
Block a user