Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save metathinker/0988ee203c237fae9bc8b8063ce71107 to your computer and use it in GitHub Desktop.
Save metathinker/0988ee203c237fae9bc8b8063ce71107 to your computer and use it in GitHub Desktop.
From 7f53e123a58781649a5dd9f612c46bb5d8a87ffe Mon Sep 17 00:00:00 2001
From: Michael Ratanapintha <michael.ratanapintha@addepar.com>
Date: Fri, 5 Aug 2016 15:28:46 -0700
Subject: [PATCH] Repro data for VBC coloring bug
---
tests/dummy/app/models/multi_group/five_ranges.js | 10 +---------
1 file changed, 1 insertion(+), 9 deletions(-)
diff --git a/tests/dummy/app/models/multi_group/five_ranges.js b/tests/dummy/app/models/multi_group/five_ranges.js
index e22838b..cfd0857 100644
--- a/tests/dummy/app/models/multi_group/five_ranges.js
+++ b/tests/dummy/app/models/multi_group/five_ranges.js
@@ -27,14 +27,6 @@ export default [{
group: "Group Two",
value: 18
}, {
- label: "Label 3",
- group: "Group Two",
- value: 150
- }, {
- label: "Label 4",
- group: "Group Two",
- value: 160
- }, {
label: "Label 5",
group: "Group Two",
value: 200
@@ -98,4 +90,4 @@ export default [{
label: "Label 5",
group: "Group Five",
value: 30,
-}];
\ No newline at end of file
+}];
--
2.9.2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment