victory icon indicating copy to clipboard operation
victory copied to clipboard

Zoom is not working in iOS in victory-native

Open MonikaGupta756 opened this issue 2 years ago • 2 comments

Questions

For discussions about features or questions about how to use Victory, please start a new discussion rather than opening an issue.

Bug Reports

Checklist

  • [x] I have read through the FAQ and Guides

  • [x] I am using the latest version of Victory

  • [x] I've searched open issues to make sure I'm not opening a duplicate issue

The Problem

  • I have created a react-native project using the latest version of victory-native (36.3.1).
  • I have added the VictoryZoomContainer, it's working in android but not working in iOS
  • Here is the simple example

<VictoryChart domain={{y: [0, 100]}} containerComponent={<VictoryZoomContainer />}> <VictoryScatter data={getData()} style={{ data: { opacity: ({datum}) => (datum.y % 5 === 0 ? 1 : 0.7), fill: ({datum}) => (datum.y % 5 === 0 ? 'tomato' : 'black'), }, }} /> </VictoryChart>

Reproduction

Every time with about code

Feature Requests

Checklist

  • [x] I've read through the Docs and Guides to make sure this functionality doesn't already exist

  • [x] I've searched open issues to make sure I'm not opening a duplicate issue

Description

I am trying to achieve zoom and scroll on both platforms. It's working in Android but not in iOS

MonikaGupta756 avatar Apr 08 '22 10:04 MonikaGupta756

Hello! Did you found a solution? Thanks in advance! :)

daaanigm avatar Oct 06 '22 10:10 daaanigm

Hi everyone, we are transitioning all Native development to our new Victory Native XL library which is purpose built for supporting Native. Many of the design decisions we made in this version of Victory is not ideal for Native development.

acharyakavita avatar Jan 08 '24 15:01 acharyakavita

This issue is stale because it has been open for 90 days with no activity. If there is no activity in the next 7 days, the issue will be closed.

github-actions[bot] avatar Apr 08 '24 00:04 github-actions[bot]

This issue was closed because it has been inactive for 7 days since being marked as stale. Please open a new issue if you believe you are encountering a related problem.

github-actions[bot] avatar Apr 15 '24 02:04 github-actions[bot]