Support for Bar Graphs (#4221)

* Adds new types for Bar Graphs (#4168)
* Adds new spectral test data

Co-authored-by: Scott Bell <scott@traclabs.com>
Co-authored-by: Charles Hacskaylo <charlesh88@gmail.com>
Co-authored-by: Jamie V <jamie.j.vigliotta@nasa.gov>
Co-authored-by: Andrew Henry <akhenry@gmail.com>
This commit is contained in:
Shefali Joshi
2021-09-18 13:00:16 -07:00
committed by GitHub
parent eabdf6cd04
commit c4b9be18f1
35 changed files with 2240 additions and 92 deletions

View File

@@ -77,7 +77,7 @@
<script>
import eventHelpers from "./lib/eventHelpers";
import { ticks, getFormattedTicks } from "./tickUtils";
import configStore from "./configuration/configStore";
import configStore from "./configuration/ConfigStore";
export default {
inject: ['openmct', 'domainObject'],