victory-charts Questions
2
Solved
I'm using VictoryCharts, specifically the VictoryLegend component to render the legend for my chart. According to the docs it sounds like the only options for positioning the legend are absolute x ...
Momentarily asked 25/3, 2018 at 1:14
2
Solved
Is it possible to display a grid like this using Victory charts?
So far I can only get a grid with both vertical and horizontal lines on top of my bars likes this:
Costanzo asked 23/10, 2018 at 18:34
3
Solved
I have an issue with handling chart libraries.
Step by step
Create an empty project
$ npx create-react-app chart-demo --template typescript
Add Recharts
$ yarn add @types/recharts
Run the ...
Succulent asked 30/9, 2020 at 19:7
2
Solved
this should be a very simple thing to do, but for the life of me I cannot achieve the effect I want, I have a chart, on a dark background, which means I want to change the color of the labels to wh...
Bayne asked 9/3, 2019 at 18:28
6
Solved
I used VictoryChart to implement a pie graph and it works fine...
render() {
const data_distribution = this.state.pie_keys.map((d) => ({x:d, y:this.state.pie_data[d], label:d }));
return (
...
Tequila asked 1/8, 2018 at 5:44
3
Solved
I'm using victory-native and have a VictoryChart with a VictoryLine and VictoryArea as children and want to remove the axis of the chart. Is there any way to access it through props? Probably the c...
Hectorhecuba asked 14/11, 2017 at 10:35
2
Solved
I'm using Victory to render a data set:
class App extends React.Component {
render() {
return (
<div style={{ width: 600 }}>
<VictoryChart domainPadding={30}>
<VictoryAxis
dep...
Pinette asked 11/9, 2019 at 13:11
0
I am rendering a VictoryChart within swipe cards, and swiping is slow. I suspect that the reason is slow rendering of the charts (when replaced with static images, swiping is fast).
Reading variou...
Hatti asked 19/9, 2018 at 6:9
1
Solved
I've implemented a pie graph using VictoryCharts and I added tooltips...
<VictoryPie
labelComponent={<VictoryTooltip cornerRadius={0} />}
colorScale={["tomato", "orange", "gold", "cyan"...
Fragmentary asked 1/8, 2018 at 2:48
1
I am currently working with Victory charts and am having an issue in dealing with adding times to the x-axis. I need to display a line graph that shows numbers between 0 and 1(percentages) in the y...
Shandrashandrydan asked 9/5, 2018 at 3:7
1
Quick question - I have a line chart based on Victory Charts i'd like to display a tooltip on, when someone hovers over the data.
https://formidable.com/blog/2016/09/19/victory-0-12-0-the-one-tru...
Birt asked 21/9, 2017 at 15:23
1
Solved
I'm using the React victory library for charts, and I'm using TypeScript. I have added the @types/victory package to my project, but unfortunately, it's missing a bunch of key definitions that I ne...
Scarecrow asked 13/2, 2018 at 16:50
1
Solved
I am working with React Victory Charts and need some assistance with styling.
I am very new to Victory Charts and your help will be highly accepted.
I need help with:
Padding between axis, bars...
Stasny asked 22/8, 2017 at 12:38
1
© 2022 - 2024 — McMap. All rights reserved.