Skip to content

v3.11.0

Compare
Choose a tag to compare
@apryka apryka released this 17 Jun 08:39
· 104 commits to master since this release

Features:

  • execution metadata
const chart = new Keen.Dataviz({
  container: '#container', // required
  ui: {
    executionMetadata: true // default
  }
});
  • copy to clipboard when you click on a point on the chart
const chart = new Keen.Dataviz({
  container: '#container', // required
  utils: {
    clickToCopyToClipboard: false, 
  }
});