<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>ZingSoft Demo</title>
<script nonce="undefined" src="https://cdn.zingchart.com/zingchart.min.js"></script>
<style>
.chart--container {
height: 100%;
width: 100%;
min-height: 530px;
}
.zc-ref {
display: none;
}
</style>
</head>
<body>
<div id="myChart" class="chart--container"><a class="zc-ref" href="https://www.zingchart.com/">Powered by ZingChart</a></div>
<script>
ZC.LICENSE = ["569d52cefae586f634c54f86dc99e6a9", "b55b025e438fa8a98e32482b5f768ff5"];
let chartConfig = {
type: 'funnel',
backgroundColor: '#e1f1f8 #c0dbe6',
borderColor: '#01579B',
borderWidth: '3px',
title: {
text: 'SaaS Sales at Tech Company',
fontColor: '#01579B',
fontSize: '24px',
},
plot: {
hoverState: {
visible: false,
},
},
plotarea: {
margin: '20% 10% 10% 15%',
},
scaleY: {
labels: ['Renewals', 'Purchases', 'Free Trials', 'Clicks', 'Impressions'],
},
series: [{
text: 'Repeat Purchases',
values: [50],
tooltip: {
backgroundColor: 'white',
fontColor: '#999999',
},
backgroundColor: '#80D8FF #40C4FF',
borderColor: 'none',
},
{
values: [25],
tooltip: {
backgroundColor: 'white',
fontColor: '#999999',
},
backgroundColor: '#40C4FF #00B0FF',
borderColor: 'none',
},
{
values: [50],
tooltip: {
backgroundColor: 'white',
fontColor: '#999999',
},
backgroundColor: '#00B0FF #0091EA',
borderColor: 'none',
},
{
values: [75],
tooltip: {
backgroundColor: 'white',
fontColor: '#999999',
},
backgroundColor: '#0091EA #0277BD',
borderColor: 'none',
},
{
values: [100],
tooltip: {
backgroundColor: 'white',
fontColor: '#999999',
},
backgroundColor: '#0277BD #01579B',
borderColor: 'none',
minExit: '100%',
},
],
};
zingchart.render({
id: 'myChart',
data: chartConfig,
height: '100%',
width: '100%',
});
</script>
</body>
</html>
let chartConfig = {
type: 'funnel',
backgroundColor: '#e1f1f8 #c0dbe6',
borderColor: '#01579B',
borderWidth: '3px',
title: {
text: 'SaaS Sales at Tech Company',
fontColor: '#01579B',
fontSize: '24px',
},
plot: {
hoverState: {
visible: false,
},
},
plotarea: {
margin: '20% 10% 10% 15%',
},
scaleY: {
labels: ['Renewals', 'Purchases', 'Free Trials', 'Clicks', 'Impressions'],
},
series: [
{
text: 'Repeat Purchases',
values: [50],
tooltip: {
backgroundColor: 'white',
fontColor: '#999999',
},
backgroundColor: '#80D8FF #40C4FF',
borderColor: 'none',
},
{
values: [25],
tooltip: {
backgroundColor: 'white',
fontColor: '#999999',
},
backgroundColor: '#40C4FF #00B0FF',
borderColor: 'none',
},
{
values: [50],
tooltip: {
backgroundColor: 'white',
fontColor: '#999999',
},
backgroundColor: '#00B0FF #0091EA',
borderColor: 'none',
},
{
values: [75],
tooltip: {
backgroundColor: 'white',
fontColor: '#999999',
},
backgroundColor: '#0091EA #0277BD',
borderColor: 'none',
},
{
values: [100],
tooltip: {
backgroundColor: 'white',
fontColor: '#999999',
},
backgroundColor: '#0277BD #01579B',
borderColor: 'none',
minExit: '100%',
},
],
};
zingchart.render({
id: 'myChart',
data: chartConfig,
height: '100%',
width: '100%',
});