1.0.73 • Published 3 years ago

spectramicro-dashboard v1.0.73

Weekly downloads
-
License
ISC
Repository
-
Last release
3 years ago

This is a react dashboard library

Usage

import DashboardComponent from "spectramicro-dashboard"

const config = [
  {
    title: "",
    width: 500,
    height: 400,
    widgetName: "",
    widgetConfig: {
      appId: "HARMONIZE",
      chartType: "ComboChart",
      resultsetId: "provider_rate_by_os_name_data",
      filters: "",
      limit: null,
      nlpFilters: "",
      dimensions: "provider",
      measures: [{ measureField: "total", measureType: "avg" }],
      xAxis: "provider",
      yAxis: "total",
      optionType: "donut",
      onlyLabel: false,
      activeShape: "1",
      activeShapeCenter: "value",
      activeShapeHoverOnly: true,
      chartRadius: {
        cx: 200,
        cy: 200,
        innerRadius: 40,
        outerRadius: 80,
      },
      tooltipProps: {},
      legendProps: {},
      customLegend: true,
      customLegendOption: "1",
      // customLegendValue: "value",
      showToolTip: false,
      widgetColorConfig: {
        key: "provider",
        colors: [
          {
            value: "OPCX",
            color: "#6bde37",
          },
          {
            value: "AWS",
            color: "#ea7064",
          },
        ],
      },
      widgetType: "PieChart"
    },
  },
];

const onSelect = (widgetName, index, data) => {
  console.log("widgetName", widgetName);
  console.log("index", index);
  console.log("data", data);
};

<DashboardComponent config={config} onSelect={onSelect} />
1.0.73

3 years ago

1.0.72

3 years ago

1.0.71

3 years ago

1.0.62

3 years ago

1.0.61

3 years ago

1.0.60

3 years ago

1.0.66

3 years ago

1.0.65

3 years ago

1.0.64

3 years ago

1.0.63

3 years ago

1.0.69

3 years ago

1.0.68

3 years ago

1.0.67

3 years ago

1.0.70

3 years ago

1.0.55

3 years ago

1.0.54

3 years ago

1.0.53

3 years ago

1.0.59

3 years ago

1.0.58

3 years ago

1.0.57

3 years ago

1.0.56

3 years ago

1.0.19

4 years ago

1.0.18

4 years ago

1.0.17

4 years ago

1.0.16

4 years ago

1.0.22

4 years ago

1.0.21

4 years ago

1.0.20

4 years ago

1.0.26

4 years ago

1.0.25

4 years ago

1.0.24

4 years ago

1.0.23

4 years ago

1.0.29

4 years ago

1.0.28

4 years ago

1.0.27

4 years ago

1.0.33

4 years ago

1.0.32

4 years ago

1.0.31

4 years ago

1.0.30

4 years ago

1.0.37

4 years ago

1.0.35

4 years ago

1.0.34

4 years ago

1.0.39

4 years ago

1.0.38

4 years ago

1.0.40

3 years ago

1.0.44

3 years ago

1.0.43

3 years ago

1.0.42

3 years ago

1.0.41

3 years ago

1.0.48

3 years ago

1.0.47

3 years ago

1.0.46

3 years ago

1.0.45

3 years ago

1.0.49

3 years ago

1.0.51

3 years ago

1.0.50

3 years ago

1.0.11

4 years ago

1.0.52

3 years ago

1.0.14

4 years ago

1.0.13

4 years ago

1.0.12

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.9

4 years ago

1.0.8

4 years ago

1.0.7

4 years ago

1.0.6

4 years ago

1.0.5

4 years ago

1.0.4

4 years ago

1.0.3

4 years ago

1.0.10

4 years ago

1.0.0

5 years ago