New JavaScript API
Integrate dashboards within your application in few lines of JavaScript.
It's as easy as: Cloud9Charts.render('#cloud9charts', {
type: 'share',
dashboard: 'QFf5YbPG03gXQpHis8gWaddtii2UfuCOANRwXQBZY3wroie',
view: {
title: true
},
onload: function() {
console.log('loaded');
}
});
See it in action: https://jsfiddle.net/gopalaj/czv9oxj3/3/.
Further documentation outlining various options can be found here.
Multiple Embed Options
There are now multiple embed options to choose from, based on the security model requirements for your application.
Secure embedding: Securely encrypt parameters from your application into a Cloud9 Charts embedded dashboard.
Simple embed: Simply generate a link for any dashboard and embed it.
Single Sign-On: REST API based Single Sign-On scheme with full permissions model.