How to use the victory-chart/src.VictoryCandlestick.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-candlestick.js View on Github external
import React from "react";
import { Dimensions, Platform } from "react-native";
import { G } from "react-native-svg";
import { VictoryLabel, VictoryContainer, Candle } from "victory-core-native";
import { VictoryCandlestick } from "victory-chart/src";

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