Skip to content

Commit

Permalink
Fix chart saving
Browse files Browse the repository at this point in the history
  • Loading branch information
guerler committed Sep 1, 2016
1 parent 30d4e33 commit 57b41b2
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -49,6 +49,7 @@ define( [ 'utils/utils', 'mvc/visualization/visualization-model' ], function( Ut
chart_dict.groups.push( group.attributes );
});
var viz = new Visualization({
id : this.viz_options.visualization_id || undefined,
type : 'charts',
title : this.get( 'title' ) || '',
config : {
Expand Down

0 comments on commit 57b41b2

Please sign in to comment.