Skip to content

Commit

Permalink
feat(webapp): update timeline appearance and refactor flot plugins (#…
Browse files Browse the repository at this point in the history
…1323)

* feat: update timeline appearance/ flot pugins refactor
  • Loading branch information
pavelpashkovsky authored Aug 12, 2022
1 parent 2019ce8 commit 9393449
Show file tree
Hide file tree
Showing 13 changed files with 810 additions and 50 deletions.
23 changes: 0 additions & 23 deletions webapp/javascript/components/InstructionText.tsx

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ window.$ = jquery;

import ReactFlot from 'react-flot';
import 'react-flot/flot/jquery.flot.time.min';
import 'react-flot/flot/jquery.flot.selection.min';
import './TimelineChartSelection';
import 'react-flot/flot/jquery.flot.crosshair.min';
import './TimelineChartPlugin';

Expand Down
Loading

0 comments on commit 9393449

Please sign in to comment.