All Downloads are FREE. Search and download functionalities are using the official Maven repository.

package.src.constants.delta.js Maven / Gradle / Ivy

The newest version!
'use strict';

module.exports = {
    INCREASING: {
        COLOR: '#3D9970',
        SYMBOL: '▲'
    },
    DECREASING: {
        COLOR: '#FF4136',
        SYMBOL: '▼'
    }
};




© 2015 - 2024 Weber Informatics LLC | Privacy Policy