Skip to content

Commit

Permalink
chore(doc): fix broken markdown description of the 'labelFormat' prop…
Browse files Browse the repository at this point in the history
…erty (#748)

Based on the same field in bubbles which does properly use markdown, this can be found here:
https://github.com/plouc/nivo/blob/52feccbfdf9c65d01238edffe83efa75eb6e248a/website/src/data/components/bubble/props.js#L235
  • Loading branch information
Addono authored and plouc committed Nov 20, 2019
1 parent cdfec98 commit d1efd7d
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions website/src/data/components/bar/props.js
Original file line number Diff line number Diff line change
Expand Up @@ -350,13 +350,7 @@ const props = [
help: 'How to format labels.',
description: `
How to format labels,
<a
href="https://github.com/d3/d3-format/blob/master/README.md#format"
target="_blank"
rel="noopener noreferrer"
>
see d3.format() documentation
</a>.
[see d3.format() documentation](https://github.com/d3/d3-format/blob/master/README.md#format).
`,
type: 'string | Function',
},
Expand Down

0 comments on commit d1efd7d

Please sign in to comment.