jQuery UI Widgets › Forums › Gauges and Maps › Gauges › jqxLinearGauge json data
Tagged: angular bargauge, bootstrap bargauge, javascript bargauge, jquery bargauge, jqwidgets bargauge, jqxbargauge, jqxLinearGauge json data gauge linear from json data
This topic contains 1 reply, has 2 voices, and was last updated by Hristo 8 years, 9 months ago.
-
AuthorjqxLinearGauge json data Posts
-
Hello,
I have this data from jsondata: http://da42.co.nf/vafsp/E07REGULAR/DEFIS/tpilote.php
http://da42.co.nf/vafsp/E07REGULAR/DEFIS/data.phpI would make 1 linearGauge by pilot with each gauge have the 14 award in % and if possible 1 other with sum of 14 percentage / 14 for final title !.
Could you help me to get data.
`<!DOCTYPE html>
<html lang=”en”>
<head>
<meta name=”keywords” content=”jQuery BarGauge, BarGauge, Radial BarGauge, jqxBarGauge” />
<meta name=”description” content=”Bar Gauge default functionality.” />
<title id=’Description’>jqxBarGauge displays an indicator within a range of values. Gauges
can be used in a table or matrix to show the relative value of a field in a range
of values in the data region.</title>
<link rel=”stylesheet” href=”../../jqwidgets/styles/jqx.base.css” type=”text/css” />
<script type=”text/javascript” src=”../../scripts/jquery-1.11.1.min.js”></script>
<script type=”text/javascript” src=”../../jqwidgets/jqxcore.js”></script>
<script type=”text/javascript” src=”../../jqwidgets/jqxdraw.js”></script>
<script type=”text/javascript” src=”../../jqwidgets/jqxbargauge.js”></script>
<script type=”text/javascript”>
$(document).ready(function ()
{
$(‘#barGauge’).jqxBarGauge({// HERE
</script>
</head>
<body>
<div id=”barGauge”></div>
</body>
</html>Thanks you for all
Best regardsHello Blomotom,
What you mean to use BarGauge like this?
http://www.jqwidgets.com/jquery-widgets-demo/demos/jqxbargauge/defaultfunctionality.htm?light
API Documentation: http://www.jqwidgets.com/jquery-widgets-documentation/documentation/jqxbargauge/jquery-bar-gauge-getting-started.htm?search=gauge
Or LinearGauge like this?
http://www.jqwidgets.com/jquery-widgets-demo/demos/jqxgauge/linear-gauge-settings.htm?light
API Documentation: http://www.jqwidgets.com/jquery-widgets-documentation/documentation/jqxgauge/jquery-gauge-getting-started.htm?search=gaugePlease, take a look this:
https://www.jseditor.io/?key=bargauge-containersBest Regards,
Hristo HristovjQWidgets team
http://www.jqwidgets.com -
AuthorPosts
You must be logged in to reply to this topic.