You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
6 lines
1.1 KiB
6 lines
1.1 KiB
/*!
|
|
* stack-admin-theme (https://pixinvent.com/bootstrap-admin-template/stack)
|
|
* Copyright 2018 PIXINVENT
|
|
* Licensed under the Themeforest Standard Licenses
|
|
*/
|
|
$(window).on("load",function(){var ctx=$("#line-logarithmic"),chartOptions={responsive:!0,maintainAspectRatio:!1,title:{display:!0,text:"Chart.js Line Chart - Logarithmic"},scales:{xAxes:[{display:!0,gridLines:{color:"#f3f3f3",drawTicks:!1},scaleLabel:{display:!0,labelString:"x axis"}}],yAxes:[{display:!0,gridLines:{color:"#f3f3f3",drawTicks:!1},type:"logarithmic",scaleLabel:{display:!0,labelString:"y axis"}}]}},chartData={labels:["January","February","March","April","May","June","July"],datasets:[{label:"My First dataset",data:[65,59,80,81,56,55,40],fill:!1,borderDash:[5,5],backgroundColor:"#FFF",borderColor:"#FF5722",pointRadius:4},{label:"My Second dataset",data:[28,48,40,19,86,27,90],backgroundColor:"rgba(22,211,154,.5)",borderColor:"transparent",pointBorderColor:"#28D094",pointBackgroundColor:"#FFF",pointBorderWidth:2,pointHoverBorderWidth:2,pointRadius:4}]},config={type:"line",options:chartOptions,data:chartData};new Chart(ctx,config)}); |