Questions tagged [victory-scatter]

3 questions
4
votes
1 answer

Customise the dataComponent of Victory Scatter to use the icon instead of default circle in React Native

I want to show icon on Victory Scatter instead of default circle in React Native. I tried using the below code, but the icon is being placed at the top left corner irrespective of any given x and y point. The icon is not getting placed based on the…
0
votes
0 answers

To display only label of VictoryLine in VictoryVoronoiContainer. Don't display label of victoty scatter in VictoryVoronoiContainer

I am using JavaScript along victory js or victory chart Lib. for this chart. Accepting only one label of victoryline in VictoryVoronoiContainer. below code rendering two labels in VictoryVoronoiContainer when mousepointer hover to scatter. but how…
0
votes
1 answer

Insert a text into the horizontally scrollable VictoryChart

Is there a way to add text in the horizontally scrollable [VictoryChart][1] component? I tried the [VoronoiScatter][2] component, it looks fine on the first picture when you scroll to the right side of chart, but when you scroll a bit left the text…