source: node_modules/recharts/lib/util/scale/index.js@ a762898

Last change on this file since a762898 was a762898, checked in by istevanoska <ilinastevanoska@…>, 5 months ago

Added visualizations

  • Property mode set to 100644
File size: 460 bytes
Line 
1"use strict";
2
3Object.defineProperty(exports, "__esModule", {
4 value: true
5});
6Object.defineProperty(exports, "getNiceTickValues", {
7 enumerable: true,
8 get: function get() {
9 return _getNiceTickValues.getNiceTickValues;
10 }
11});
12Object.defineProperty(exports, "getTickValuesFixedDomain", {
13 enumerable: true,
14 get: function get() {
15 return _getNiceTickValues.getTickValuesFixedDomain;
16 }
17});
18var _getNiceTickValues = require("./getNiceTickValues");
Note: See TracBrowser for help on using the repository browser.