How to use the victory-chart/src.VictoryVoronoi.defaultProps function in victory-chart

To help you get started, we’ve selected a few victory-chart examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github FormidableLabs / victory-chart-native / lib / components / victory-voronoi.js View on Github external
import React from "react";
import { Dimensions, Platform } from "react-native";
import { G } from "react-native-svg";
import { VictoryVoronoi } from "victory-chart/src";
import { VictoryLabel, VictoryContainer, Voronoi } from "victory-core-native";

export default class extends VictoryVoronoi {
  static defaultProps = {
    ...VictoryVoronoi.defaultProps,
    dataComponent: ,
    labelComponent: ,
    containerComponent: ,
    groupComponent: