From 311cef2d98c43c216b53b79cb2692a4af68765d6 Mon Sep 17 00:00:00 2001 From: William Benton Date: Fri, 27 Jan 2017 17:44:35 +0100 Subject: [PATCH] remove unnecessary variables in line chart code examples The multi-series line chart example included example data for the single-series example. Similarly, the single-series line chart example included example data for the multi-series example. This commit removes the unnecessary variables from each example. --- .../data-visualization/line-chart/index.html | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/pattern-library/data-visualization/line-chart/index.html b/pattern-library/data-visualization/line-chart/index.html index 42d582ed7..a27c06195 100644 --- a/pattern-library/data-visualization/line-chart/index.html +++ b/pattern-library/data-visualization/line-chart/index.html @@ -643,9 +643,6 @@

Line Chart

['data4', 10, 340, 30, 290, 35, 20], ['data5', 90, 150, 160, 165, 180, 5] ]; - var singleLineChartDataColumns = [ - ['data1', 30, 200, 100, 400, 150, 250] - ]; var c3ChartDefaults = $().c3ChartDefaults(); var lineChartConfig = c3ChartDefaults.getDefaultLineConfig(); @@ -666,13 +663,6 @@

Single Line Chart