jqwidgets-scripts-custom
Version:
jQWidgets is an advanced jQuery, Angular 7, Vue, React, ASP .NET MVC, Custom Elements and HTML5 UI framework.
34 lines (32 loc) • 1.18 kB
HTML
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title id='Description'>
The jqxBarGauge ReactJS component tooltips in this demo are customized.
</title>
<link rel="stylesheet" href="../../../jqwidgets/styles/jqx.base.css" type="text/css" />
<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" src="../../../scripts/demos.js"></script>
<style>
.myTooltip
{
padding: 10px;
font-size: 1.2em;
border-style: dashed;
border-width:3px;
border-radius:4px;
}
</style>
</head>
<body>
<div class="example-description">
The jqxBarGauge ReactJS component tooltips in this demo are customized.
</div>
<div id="app"></div>
<script src="../build/bargauge_customtooltips.bundle.js"></script>
</body>
</html>