mirror of
https://github.com/timberjoegithub/grafana-statusmap.git
synced 2026-07-21 23:42:03 +00:00
fix: cleanup dist folder, change README
- move images for README into docs/img - move libs/* into utils. libs folder is copied into dist by grafana-toolkit - remove d3-scale-chromatic sources, use it from dependencies - update compatible versions in README - update installation info
This commit is contained in:
+2
-2
@@ -1,13 +1,13 @@
|
||||
import _ from 'lodash';
|
||||
import $ from 'jquery';
|
||||
import * as d3 from 'd3';
|
||||
import { d3ScaleChromatic } from './d3/d3-scale-chromatic';
|
||||
import { d3ScaleChromatic } from './util/d3/d3-scale-chromatic';
|
||||
import { contextSrv } from 'grafana/app/core/core';
|
||||
import { tickStep } from 'grafana/app/core/utils/ticks';
|
||||
import coreModule from 'grafana/app/core/core_module';
|
||||
|
||||
import { StatusHeatmapCtrl } from './module';
|
||||
import { PanelEvents } from './libs/grafana/events/index';
|
||||
import { PanelEvents } from './util/grafana/events/index';
|
||||
|
||||
const LEGEND_STEP_WIDTH = 2;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user