|
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 |
|
|---|
| 3 | Object.defineProperty(exports, "__esModule", {
|
|---|
| 4 | value: true
|
|---|
| 5 | });
|
|---|
| 6 | Object.defineProperty(exports, "getNiceTickValues", {
|
|---|
| 7 | enumerable: true,
|
|---|
| 8 | get: function get() {
|
|---|
| 9 | return _getNiceTickValues.getNiceTickValues;
|
|---|
| 10 | }
|
|---|
| 11 | });
|
|---|
| 12 | Object.defineProperty(exports, "getTickValuesFixedDomain", {
|
|---|
| 13 | enumerable: true,
|
|---|
| 14 | get: function get() {
|
|---|
| 15 | return _getNiceTickValues.getTickValuesFixedDomain;
|
|---|
| 16 | }
|
|---|
| 17 | });
|
|---|
| 18 | var _getNiceTickValues = require("./getNiceTickValues"); |
|---|
Note:
See
TracBrowser
for help on using the repository browser.