1.0.20 • Published 2 years ago

@bharatnischal/superset-custom-chart-plugin v1.0.20

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
2 years ago

Superset Custom Plugins

This repository contains all the custom plugins which are created for use in superset for swiggy use case.

List of Plugins

  1. AnobisTimeSeriesLineChart: This chart contains the correct logic for calculating SDLW difference as we are using in Anobis which is the mobile version of monitoring tool.
  2. SwiggyPivotTableChartPlugin: This chart contains dynamic change in column and metric after chart creation. so that multiple pivot table charts can be included as 1 single chart with a dropdown.
  3. AnomalyChartPlugin: This chart is being used in SSB for taking feedback from users regarding true/false positive of anomaly.
  4. AnomalyPointChartPlugin: This chart is extension to superset's multiple timeseries chart with customization that it can accept column names for which it will accept cross filters during chart creation step.

Rules for extending superset charts

  1. Don't make any direct change in the superset file. Instead create a clone of it and then make changes in the clone.
  2. Add labels = 'ADDITION', 'UPDATED', 'REMOVED' so that we can easily find what changes we have made to the cloned file.
  3. While updating code don't directly change it. Add a new boolean prop and add a condition for applying prev logic and new logic.
1.0.20

2 years ago

1.0.19

2 years ago

1.0.18

2 years ago

1.0.17

2 years ago

1.0.16

2 years ago

1.0.15

2 years ago

1.0.11

2 years ago

1.0.10

2 years ago

1.0.14

2 years ago

1.0.13

2 years ago

1.0.12

2 years ago

1.0.9

2 years ago

1.0.8

2 years ago

1.0.7

2 years ago

1.0.6

2 years ago

1.0.5

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago