I have a donut style chart where, until then, I used a simple SQL call in data , like this code below:
data:
<?php
$mysqli = new mysqli('localhost', 'performance','46019725','db_intranet');
$sql = $mysqli->query("select disponibi...
asked by
11.04.2018 / 15:13