An open API service indexing awesome lists of open source software.

https://github.com/ahmednuaman/qliksense-extension-c3-component

A C3JS component for QlikSense extensions
https://github.com/ahmednuaman/qliksense-extension-c3-component

Last synced: about 2 months ago
JSON representation

A C3JS component for QlikSense extensions

Awesome Lists containing this project

README

        

# QlikSense extension C3 component

## How to use

In your JS
```
import 'qliksense-extension-c3-component'
```

Then in your template where `config` is C3JS's options: http://c3js.org/reference.html
```

```

To trigger redraws (if properties change, for example) use `$rootScope.$broadcast('c3ChartRedraw')`