UNPKG

react-native-pizza-chart

Version:

A customizable and animated pizza chart component for React Native

63 lines (62 loc) 1.63 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.defaultStorageData = void 0; // Default dummy data exports.defaultStorageData = [ { name: 'Music', size: 15.2, color: '#3498db', gradientStart: '#4dabf7', gradientEnd: '#3498db', innerColor: 'rgba(52, 152, 219, 0.1)', // Light color for inner part }, { name: 'Pictures', size: 12.8, color: '#f1c40f', gradientStart: '#ffd43b', gradientEnd: '#f1c40f', innerColor: 'rgba(241, 196, 15, 0.1)', }, { name: 'Archives', size: 10.5, color: '#9b59b6', gradientStart: '#cc5de8', gradientEnd: '#9b59b6', innerColor: 'rgba(155, 89, 182, 0.1)', }, { name: 'Documents', size: 8.7, color: '#95a5a6', gradientStart: '#adb5bd', gradientEnd: '#95a5a6', innerColor: 'rgba(149, 165, 166, 0.1)', }, { name: 'Video', size: 20.3, color: '#2ecc71', gradientStart: '#69db7c', gradientEnd: '#2ecc71', innerColor: 'rgba(46, 204, 113, 0.1)', }, { name: 'Test', size: 25, color: '#FFD433', gradientStart: '#FFD433', gradientEnd: '#FFEA33', innerColor: 'rgba(255, 212, 51, 0.2)', }, { name: 'Test', size: 2, color: '#FFD433', gradientStart: '#FFD433', gradientEnd: '#FFEA33', innerColor: 'rgba(255, 212, 51, 0.2)', }, ];