Pricing object with multi level pricing

by seatsio

HTML

<script src="https://cdn.seatsio.net/chart.js"></script>
<div id="chart"></div>

CSS

#chart {
	height: 500px;
}

JavaScript

var chart = new seatsio.SeatingChart({
    divId: "chart",
    publicKey: "publicDemoKey",
    event: "smallTheatreEvent",				
    popoverInfo: () => 'Buy one get one free' 
}).render();