From 213c89c7ff478e3fba73b0efbfd88cc084ceb43c Mon Sep 17 00:00:00 2001 From: Jules Laplace Date: Thu, 27 Jun 2019 19:01:55 -0400 Subject: adding single pie chart --- client/applet.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'client/applet.js') diff --git a/client/applet.js b/client/applet.js index ebc0e3fc..5cfa6e3e 100644 --- a/client/applet.js +++ b/client/applet.js @@ -5,7 +5,7 @@ import React, { Component } from 'react' // import { Container as NameSearchContainer } from './nameSearch' import { Container as DatasetListContainer } from './datasetList' import { CitationsTable, FileTable } from './table' -import { CountriesByYear, PieCharts } from './chart' +import { CountriesByYear, PieCharts, SinglePieChart } from './chart' export default class Applet extends Component { render() { @@ -23,6 +23,8 @@ export default class Applet extends Component { return case 'piechart': return + case 'single_pie_chart': + return case 'citations': return case 'load_file': -- cgit v1.2.3-70-g09d2