You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 4, 2020. It is now read-only.
From @vedadeepta on December 24, 2018 15:35
Bugs and Questions
Checklist
This is not a
victory-nativespecific issue. (Issues that only appear invictory-nativeshould be opened here)I have read through the FAQ and Guides before asking a question
I am using the latest version of Victory
I've searched open issues to make sure I'm not opening a duplicate issue
The Problem
Typo in code example in the following FAQ link: https://formidable.com/open-source/victory/docs/faq/#how-can-i-annotate-my-charts-with-lines-and-markers
Buggy Code:
fill: "red"won't work as a part ofdataprop it should be a part ofstyleprop.style={{ data: { fill: 'red' }}}Reproduction
Copied from original issue: FormidableLabs/victory#1217