chartspire v1.0.0-Alpha2
Install
Using npm or yarn
# using npm
npm i @chartspire/chartspire-ui
# using yarn
yarn add @chartspire/chartspire-ui
Using unpkg or jsDelivr
<!-- using unpkg -->
<script src="https://unpkg.com/@ChartSpires/MainUI/dist/ChartSpires-MainUI.umd.js"></script>
<!-- using jsdelivr -->
<script src="https://cdn.jsdelivr.net/npm/@ChartSpires/MainUI/dist/ChartSpires-MainUI.umd.js"></script>
Docs
©️ License
This product includes software developed at KlineCharts (https://github.com/klinecharts).
The original code is licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at:
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
This version includes modifications and significant new code written by ChartSpire. These modifications and new code are licensed under the GNU Affero General Public License, Version 3 (AGPLv3). As such, all derivative work of this repository as a whole becomes subject to the AGPLv3.
Under the terms of the AGPLv3, this software and any derivative works may not be made closed-source. The complete source code must be made available to users when the software is distributed or hosted as a service.
A copy of the AGPLv3 license is included in the LICENSE_AGPL3 file. You may also find the license at:
https://www.gnu.org/licenses/
Please note that while modifications and new code fall under the AGPLv3, the original portions of the code developed by KlineCharts remain under the Apache License, Version 2.0.
4 months ago
4 months ago