This forum uses cookies
This forum makes use of cookies to store your login information if you are registered, and your last visit if you are not. Cookies are small text documents stored on your computer; the cookies set by this forum can only be used on this website and pose no security risk. Cookies on this forum also track the specific topics you have read and when you last read them. Please confirm that you accept these cookies being set.

chartist to display nice pie...
#42
Ok, thanks. But in that case using CSS and not Chartist.js..?

Because I also have some of these:

Code:
// UPS Load
$(function() {
  grp.listen('35/0/6', function(obj, type) {
        var load = grp.getvalue('35/0/6');
    var planid = 17;
   
      var el = $('<progress id="p1" value="' + load + '" max="100"></progress>').css({
        position: 'absolute',
        top: '528px',
        left: '100px'
      }).appendTo('#plan-' + planid);

  }, true);
});

That I don't quite understand how to deal with now...
Reply


Messages In This Thread
chartist to display nice pie... - by domotiqa - 05.01.2022, 08:56
RE: chartist to display nice pie... - by jmir - 14.02.2022, 11:32
RE: chartist to display nice pie... - by jmir - 14.02.2022, 13:34
RE: chartist to display nice pie... - by jmir - 15.02.2022, 11:15
RE: chartist to display nice pie... - by Acla - 12.06.2023, 05:05
RE: chartist to display nice pie... - by JRP - 08.09.2022, 16:18
RE: chartist to display nice pie... - by Acla - 12.06.2023, 15:44
RE: chartist to display nice pie... - by jmir - 25.03.2024, 14:49
RE: chartist to display nice pie... - by stianj - 31.10.2025, 12:36

Forum Jump: