Skip to content

Commit

Permalink
Add config for stacked bars
Browse files Browse the repository at this point in the history
  • Loading branch information
guerler committed Feb 11, 2018
1 parent f56cb32 commit d871196
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 20 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE visualization SYSTEM "../../visualization.dtd">
<visualization name="Stacked (NVD3)" regular="True">
<macros>
<import>../../nvd3_bar/config/nvd3_shared.xml</import>
</macros>
<description>Renders a stacked bar diagram using NVD3 hosted at http://www.nvd3.org.</description>
<expand macro="data"/>
<entry_point entry_point_type="chart" src="static/nvd3bar.js"></entry_point>
<specs>
<expand macro="specs"/>
<use_panels>no</use_panels>
</specs>
<groups>
<expand macro="groups"/>
<expand macro="groups_bar"/>
</groups>
<settings>
<expand macro="settings"/>
</settings>
</visualization>
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
20 changes: 0 additions & 20 deletions config/plugins/visualizations/nvd3_horizontal_stacked/config.js

This file was deleted.

0 comments on commit d871196

Please sign in to comment.