Skip to content
This repository has been archived by the owner on Jan 29, 2021. It is now read-only.

Commit

Permalink
Fix: Regions not rendering combination with Paired Result (fixes #40) (
Browse files Browse the repository at this point in the history
  • Loading branch information
abhijit945 authored Jul 30, 2019
1 parent b9dc616 commit d8c7644
Show file tree
Hide file tree
Showing 7 changed files with 4,215 additions and 3,643 deletions.
2 changes: 1 addition & 1 deletion dev/examples/controls/combination.js
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@ export const renderCombinationRegion = (id) => {
const combGraph = Carbon.api.graph(
getDemoData(`#${id}`, "LINE_PAIR_COMB_DEFAULT")
);
combGraph.loadContent(Carbon.api.line(lineData));
combGraph.loadContent(Carbon.api.pairedResult(pairedData));
combGraph.loadContent(Carbon.api.line(lineData));
return combGraph;
};
export const renderCombinationBar = (id) => {
Expand Down
Loading

0 comments on commit d8c7644

Please sign in to comment.