How to use picasso-plugin-q - 1 common examples

To help you get started, we’ve selected a few picasso-plugin-q examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github AnalyticsEarth / aePicassoChart / aePicassoChart / src / buildpicasso / interactions.js View on Github external
chartBrush.on('update', (added, removed) => {
    var selection = pq.selections(chartBrush)[0];
    //console.log(selection);
    if (selection.method === 'resetMadeSelections') {
      //console.log
      chartBrush.end();
      that.backendApi.clearSelections();
    } else
    if (selection.method === 'selectHyperCubeValues') {
      that.selectValues(selection.params[1], selection.params[2], false);
    } else
    if (selection.method === 'rangeSelectHyperCubeValues') {
      if (chartBrush.isActive) {
        that.backendApi.selectRange(selection.params[1], true);
      } else {

      }

picasso-plugin-q

QIX plugin for picasso.js

MIT
Latest version published 3 months ago

Package Health Score

81 / 100
Full package analysis

Popular picasso-plugin-q functions

Similar packages