Skip to content
Snippets Groups Projects
Commit aa176633 authored by elvanowen's avatar elvanowen
Browse files

Everything

parent d93833e3
No related merge requests found
Pipeline #2778 skipped
...@@ -42,8 +42,10 @@ $(function () { ...@@ -42,8 +42,10 @@ $(function () {
success: function(response){ success: function(response){
console.log(response) console.log(response)
var gol1 = "Golongan 1";
var barChartData = { var barChartData = {
labels : ["Golongan 1", "Golongan 2", "Golongan 3", "Golongan 4"], labels : [gol1, "Golongan 2", "Golongan 3", "Golongan 4"],
datasets : [ datasets : [
{ {
fillColor : ColorLuminance("#009688", -0.1), fillColor : ColorLuminance("#009688", -0.1),
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment