This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| import Vue from "vue"; | |
| import {Bar, Line, mixins} from "vue-chartjs"; | |
| Vue.component("chartline", { | |
| extends: Line, | |
| mixins: [mixins.reactiveProp], | |
| props: ["options"], | |
| mounted() { | |
| const max = Math.max(...this.chartData.datasets[0].data); | |
| this.renderChart(this.chartData, { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Please follow these steps to point your domain name from namecheap domain to the Netlify nameservers: | |
| - Having logged into Namecheap account, go to your Domain List -> click 'Manage' next to the domain website.com -> locate the 'Nameservers' section; | |
| - Choose ‘Custom DNS’ in the drop-down menu; | |
| - Fill in your custom nameservers into empty lines; | |
| 4 lines in total : | |
| dns1.p03.nsone.net | |
| dns2.p03.nsone.net | |
| dns3.p03.nsone.net |