python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Victory Stacked Area giving undefined on tooltip
I'm using victory stacked area chart and trying to display label on tool tip. But whenever I'm clicking on chart it's not giving index. I tried to console it and it gives undefined to index value but ...
Kanwarjeet Singh
Votes: 0
Answers: 1
Victory chart give range of 10 in y axis
I creating bar chart. I want to give range to y axis for e.g currently y axis showing 5, 10,15,20 but I want 10,20,30 a range of 10. How can I achieve that?
<VictoryAxis
domain={{y: [0...
Kanwarjeet Singh
Votes: 0
Answers: 1
Victory Native BarGraph Event
I am trying to implement a bar graph that will allow the selection of bars on a bar graph. The trouble I am running into is properly setting the events. I have the following code:
<VictoryChart
con...
StuffedPoblano
Votes: 0
Answers: 0
Victory Native PieChart titles nested
I am using victory-native chart to render a pie chart but titles nested.Here is my code:
<VictoryPie
animate={{
duration: 1000,
easing: 'bounce',
...
Ahmet Hoşca
Votes: 0
Answers: 1