Skip to content

Commit

Permalink
Merge branch 'documentation' of github.com:natashadecoste/carbon-char…
Browse files Browse the repository at this point in the history
…ts into documentation
  • Loading branch information
natashadecoste committed Apr 7, 2020
2 parents e9868f9 + 74ed469 commit d024442
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core/src/tools.ts
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ export namespace Tools {
const providedAxisOptions = providedOptions.axes[axisName];

if (providedAxisOptions["primary"] || providedAxisOptions["secondary"]) {
console.warn("`primary` & `secondary` are no longer needed for axis configurations. Read more here https://carbon-design-system.github.io/carbon-charts/?path=/story/tutorials--tabular-data-format")
console.warn("`primary` & `secondary` are no longer needed for axis configurations. Read more here https://carbon-design-system.github.io/carbon-charts/?path=/story/tutorials--tabular-data-format");
}

const identifier = providedAxisOptions["mapsTo"];
Expand Down

0 comments on commit d024442

Please sign in to comment.