definicao de layout
This commit is contained in:
150
public/assets/pug/pages/template/chart-flot.pug
Normal file
150
public/assets/pug/pages/template/chart-flot.pug
Normal file
@@ -0,0 +1,150 @@
|
||||
- var theme_customizer = true;
|
||||
- var tooltip = true;
|
||||
- var flotchart = true;
|
||||
- var page_flotchart = true;
|
||||
|
||||
doctype html
|
||||
html(lang='en')
|
||||
include ../../components/header-files
|
||||
body
|
||||
include ../../components/loader
|
||||
// page-wrapper Start
|
||||
#pageWrapper.page-wrapper
|
||||
include ../../components/header
|
||||
// Page Body Start
|
||||
.page-body-wrapper.horizontal-menu
|
||||
include ../../components/sidebar
|
||||
.page-body
|
||||
.container-fluid
|
||||
.page-header
|
||||
.row
|
||||
.col-sm-6
|
||||
h3
|
||||
| Flot Chart
|
||||
ol.breadcrumb
|
||||
li.breadcrumb-item
|
||||
a(href='index.html')
|
||||
| Home
|
||||
li.breadcrumb-item Charts
|
||||
li.breadcrumb-item.active Flot Chart
|
||||
.col-sm-6
|
||||
include ../../components/bookmark
|
||||
// Container-fluid starts
|
||||
.container-fluid
|
||||
.row.all-chart
|
||||
.col-sm-12.col-xl-6.box-col-12
|
||||
.card
|
||||
.card-header.pb-0
|
||||
h5 Real-Time Updates
|
||||
.card-body.chart-block
|
||||
.flot-chart-container
|
||||
#real-time-update.flot-chart-placeholder
|
||||
.col-sm-12.col-xl-6.box-col-12
|
||||
.card
|
||||
.card-header.pb-0
|
||||
h5 Multiple Real-Time Updates
|
||||
.card-body.chart-block
|
||||
.flot-chart-container
|
||||
#multiple-real-timeupdate.flot-chart-placeholder
|
||||
.col-sm-12.col-xl-6.box-col-12
|
||||
.card
|
||||
.card-header.pb-0
|
||||
h5 Error chart
|
||||
.card-body.chart-block
|
||||
.flot-chart-container
|
||||
#error-flot-chart.flot-chart-placeholder
|
||||
.col-sm-12.col-xl-6.box-col-12
|
||||
.card
|
||||
.card-header.pb-0
|
||||
h5 Adding Annotations chart
|
||||
.card-body.chart-block
|
||||
.flot-chart-container
|
||||
#annotations-chart.flot-chart-placeholder
|
||||
.col-sm-12.col-xl-6.box-col-12
|
||||
.card
|
||||
.card-header.pb-0
|
||||
h5 Basic chart
|
||||
.card-body.chart-block
|
||||
.flot-chart-container
|
||||
#flot-basic-chart.flot-chart-placeholder
|
||||
.col-sm-12.col-xl-6.box-col-12
|
||||
.card
|
||||
.card-header.pb-0
|
||||
h5 Categories Chart
|
||||
.card-body.chart-block
|
||||
.flot-chart-container
|
||||
#flot-categories.flot-chart-placeholder
|
||||
.col-sm-12.col-xl-6.box-col-12
|
||||
.card
|
||||
.card-header.pb-0
|
||||
h5 Toggling Series Chart
|
||||
.card-body.chart-block
|
||||
.flot-chart-container
|
||||
#toggling-series-flot.flot-chart-placeholder.float-start
|
||||
p#choices.float-end
|
||||
.col-sm-12.col-xl-6.box-col-12
|
||||
.card
|
||||
.card-header.pb-0
|
||||
h5 Stacking chart
|
||||
.card-body.chart-block
|
||||
.flot-chart-container
|
||||
#stacking-flot-chart.flot-chart-placeholder
|
||||
.col-sm-12.col-xl-6.box-col-6
|
||||
.card
|
||||
.card-header.pb-0
|
||||
h5 Default pie chart
|
||||
.card-body.chart-block
|
||||
.flot-chart-container
|
||||
#default-pie-flot-chart.flot-chart-placeholder
|
||||
.col-sm-12.col-xl-6.box-col-6
|
||||
.card
|
||||
.card-header.pb-0
|
||||
h5 Default pie chart (Interactive)
|
||||
.card-body.chart-block
|
||||
.flot-chart-container
|
||||
#default-pie-flot-chart-hover.flot-chart-placeholder
|
||||
.col-sm-12.col-xl-6.box-col-6
|
||||
.card
|
||||
.card-header.pb-0
|
||||
h5 Default pie chart without legend
|
||||
.card-body.chart-block
|
||||
.flot-chart-container
|
||||
#default-pie-legend-flot-chart.flot-chart-placeholder
|
||||
.col-sm-12.col-xl-6.box-col-6
|
||||
.card
|
||||
.card-header.pb-0
|
||||
h5 Custom Label Formatter
|
||||
.card-body.chart-block
|
||||
.flot-chart-container
|
||||
#custom-label1pie.flot-chart-placeholder
|
||||
.col-sm-12.col-xl-6.box-col-6
|
||||
.card
|
||||
.card-header.pb-0
|
||||
h5 Label Radius chart
|
||||
.card-body.chart-block
|
||||
.flot-chart-container
|
||||
#label-radius-flot-chart.flot-chart-placeholder
|
||||
.col-sm-12.col-xl-6.box-col-6
|
||||
.card
|
||||
.card-header.pb-0
|
||||
h5 Hidden Labels chart
|
||||
.card-body.chart-block
|
||||
.flot-chart-container
|
||||
#hidden-label-radius-flot-chart.flot-chart-placeholder
|
||||
.col-sm-12.col-xl-6.box-col-6
|
||||
.card
|
||||
.card-header.pb-0
|
||||
h5 Tilted Pie chart
|
||||
.card-body.chart-block
|
||||
.flot-chart-container
|
||||
#title-pie-flot-chart.flot-chart-placeholder
|
||||
.col-sm-12.col-xl-6.box-col-6
|
||||
.card
|
||||
.card-header.pb-0
|
||||
h5 Donut Hole chart
|
||||
.card-body.chart-block
|
||||
.flot-chart-container
|
||||
#dount-hole-flot-chart.flot-chart-placeholder
|
||||
// Container-fluid Ends
|
||||
include ../../components/footer
|
||||
include ../../components/footer-files
|
||||
Reference in New Issue
Block a user