diff --git a/addons/tk_construction_management/.DS_Store b/addons/tk_construction_management/.DS_Store
new file mode 100644
index 0000000..06f3741
Binary files /dev/null and b/addons/tk_construction_management/.DS_Store differ
diff --git a/addons/tk_construction_management/__init__.py b/addons/tk_construction_management/__init__.py
new file mode 100644
index 0000000..175cf72
--- /dev/null
+++ b/addons/tk_construction_management/__init__.py
@@ -0,0 +1,5 @@
+# -*- coding: utf-8 -*-
+# Copyright 2020-Today TechKhedut.
+# Part of TechKhedut. See LICENSE file for full copyright and licensing details.
+from . import models
+from . import wizard
diff --git a/addons/tk_construction_management/__manifest__.py b/addons/tk_construction_management/__manifest__.py
new file mode 100644
index 0000000..5f92bfc
--- /dev/null
+++ b/addons/tk_construction_management/__manifest__.py
@@ -0,0 +1,90 @@
+# -*- coding: utf-8 -*-
+# Copyright 2020-Today TechKhedut.
+# Part of TechKhedut. See LICENSE file for full copyright and licensing details.
+{
+ 'name': "Construction Management | Job Costing | BOQ | Work Orders | RA Billing | Material Purchase Requisition | Construction Sub Contracting | Job Order | Job Sheet | Construction Budget",
+ 'description': """
+ - Construction Management
+ - BOQ
+ - Rate Analysis
+ - RA Billing
+ - Job Costing
+ - Job Cost Sheet
+ - Job Contract
+ - Project Site
+ - Construction Project Management
+ - Job Budget Management
+ - Construction Scrape Management
+ - Construction Waste Management
+ """,
+ 'summary': """Advance Construction Management""",
+ 'version': "18.0.2.0.8",
+ 'author': 'TechKhedut Inc.',
+ 'company': 'TechKhedut Inc.',
+ 'maintainer': 'TechKhedut Inc.',
+ 'website': "https://www.techkhedut.com",
+ 'support': "info@techkhedut.com",
+ 'category': 'Industry',
+ 'depends': ['mail', 'contacts', 'stock', 'hr', 'purchase', 'project', 'hr_timesheet'],
+ 'data': [
+ # security
+ 'security/groups.xml',
+ 'security/ir.model.access.csv',
+ 'security/security.xml',
+ # Data
+ 'data/sequence.xml',
+ 'data/construction_data.xml',
+ 'data/construction_report_paperformat.xml',
+ # wizard
+ 'wizard/site_project_view.xml',
+ 'wizard/project_warehouse_view.xml',
+ 'wizard/requisition_reject_view.xml',
+ 'wizard/import_material_view.xml',
+ 'wizard/budget_construction_view.xml',
+ 'wizard/project_wbs_view.xml',
+ 'wizard/wbs_entries_view.xml',
+ # views
+ 'views/assets.xml',
+ 'views/construction_site_view.xml',
+ 'views/res_partner_view.xml',
+ 'views/document_view.xml',
+ 'views/construction_configuration_view.xml',
+ 'views/construction_project_view.xml',
+ 'views/construction_department_view.xml',
+ 'views/purchase_stock_inherit_view.xml',
+ 'views/job_costing_view.xml',
+ 'views/job_order_view.xml',
+ 'views/material_requisition_view.xml',
+ 'views/construction_product_template_view.xml',
+ 'views/internal_transfer_view.xml',
+ 'views/construction_project_task_view.xml',
+ 'views/scrap_order_view.xml',
+ 'views/project_budget_view.xml',
+ 'views/construction_res_user_view_inherit.xml',
+ 'views/res_config_views.xml',
+ 'views/sub_contract_view.xml',
+ 'views/quality_check_view.xml',
+ 'views/rate_analysis_view.xml',
+ # Menus
+ 'views/menus.xml',
+ # Reports
+ 'report/work_completion_report_template.xml',
+ ],
+ 'assets': {
+ 'web.assets_backend': [
+ 'tk_construction_management/static/src/js/construction_dashboard.js',
+ 'tk_construction_management/static/src/js/lib/apexcharts.js',
+ 'tk_construction_management/static/src/xml/template.xml',
+ 'tk_construction_management/static/src/css/lib/dashboard.css',
+ 'tk_construction_management/static/src/css/lib/style.css',
+ 'tk_construction_management/static/src/css/style.scss',
+ ],
+ },
+ 'images': ['static/description/cover.gif'],
+ 'license': 'OPL-1',
+ 'installable': True,
+ 'application': True,
+ 'auto_install': False,
+ 'price': 399,
+ 'currency': 'USD',
+}
diff --git a/addons/tk_construction_management/__pycache__/__init__.cpython-312.pyc b/addons/tk_construction_management/__pycache__/__init__.cpython-312.pyc
new file mode 100644
index 0000000..a83085a
Binary files /dev/null and b/addons/tk_construction_management/__pycache__/__init__.cpython-312.pyc differ
diff --git a/addons/tk_construction_management/data/construction_data.xml b/addons/tk_construction_management/data/construction_data.xml
new file mode 100644
index 0000000..019a364
--- /dev/null
+++ b/addons/tk_construction_management/data/construction_data.xml
@@ -0,0 +1,10 @@
+
+
+
+
+
+ Insurance
+ service
+
+
+
\ No newline at end of file
diff --git a/addons/tk_construction_management/data/construction_report_paperformat.xml b/addons/tk_construction_management/data/construction_report_paperformat.xml
new file mode 100644
index 0000000..5604d38
--- /dev/null
+++ b/addons/tk_construction_management/data/construction_report_paperformat.xml
@@ -0,0 +1,20 @@
+
+
+
+
+ French Bank Check
+
+ A4
+ 0
+ 0
+ Portrait
+ 12
+ 3
+ 10
+ 10
+
+ 3
+ 80
+
+
+
\ No newline at end of file
diff --git a/addons/tk_construction_management/data/sequence.xml b/addons/tk_construction_management/data/sequence.xml
new file mode 100644
index 0000000..d3f1061
--- /dev/null
+++ b/addons/tk_construction_management/data/sequence.xml
@@ -0,0 +1,85 @@
+
+
+
+
+ Job Costing
+ job.costing
+ 5
+
+
+
+
+
+ Job Order
+ job.order
+ WO/
+ 5
+
+
+
+
+
+ Material Requisition
+ material.req
+ MREQI/
+ 5
+
+
+
+
+
+ Internal Transfer
+ internal.transfer
+ IT/%(year)s/
+ 5
+
+
+
+
+
+ Scrap Order Sequence
+ scrap.order
+ CS/SCRAP/
+ 5
+ 1
+ 1
+
+
+
+ Equipment Subcontract
+ equip.sub
+ ES/
+ 5
+
+
+
+
+
+ Labour Subcontract
+ labour.sub
+ LS/
+ 5
+
+
+
+
+
+ Overhead Subcontract
+ overhead.sub
+ OS/
+ 5
+
+
+
+
+
+ Material Sequence
+ material.consume
+ MCO/
+ 6
+
+
+
+
+
+
\ No newline at end of file
diff --git a/addons/tk_construction_management/models/__init__.py b/addons/tk_construction_management/models/__init__.py
new file mode 100644
index 0000000..72f64b2
--- /dev/null
+++ b/addons/tk_construction_management/models/__init__.py
@@ -0,0 +1,23 @@
+# -*- coding: utf-8 -*-
+# Copyright 2020-Today TechKhedut.
+# Part of TechKhedut. See LICENSE file for full copyright and licensing details.
+from . import construction_site
+from . import res_partner
+from . import configuration
+from . import construction_project
+from . import department
+from . import con_purchase_stock
+from . import job_costing
+from . import job_order
+from . import material_requisition
+from . import con_template
+from . import internal_transfer
+from . import project_task
+from . import construction_scrap
+from . import construction_user
+from . import construction_dashboard
+from . import construction_emplyoee
+from . import res_config
+from . import sub_contract
+from . import rate_analysis
+from . import budget
diff --git a/addons/tk_construction_management/models/__pycache__/__init__.cpython-312.pyc b/addons/tk_construction_management/models/__pycache__/__init__.cpython-312.pyc
new file mode 100644
index 0000000..572ce98
Binary files /dev/null and b/addons/tk_construction_management/models/__pycache__/__init__.cpython-312.pyc differ
diff --git a/addons/tk_construction_management/models/__pycache__/budget.cpython-312.pyc b/addons/tk_construction_management/models/__pycache__/budget.cpython-312.pyc
new file mode 100644
index 0000000..22f257c
Binary files /dev/null and b/addons/tk_construction_management/models/__pycache__/budget.cpython-312.pyc differ
diff --git a/addons/tk_construction_management/models/__pycache__/con_purchase_stock.cpython-312.pyc b/addons/tk_construction_management/models/__pycache__/con_purchase_stock.cpython-312.pyc
new file mode 100644
index 0000000..e742fda
Binary files /dev/null and b/addons/tk_construction_management/models/__pycache__/con_purchase_stock.cpython-312.pyc differ
diff --git a/addons/tk_construction_management/models/__pycache__/con_template.cpython-312.pyc b/addons/tk_construction_management/models/__pycache__/con_template.cpython-312.pyc
new file mode 100644
index 0000000..131500c
Binary files /dev/null and b/addons/tk_construction_management/models/__pycache__/con_template.cpython-312.pyc differ
diff --git a/addons/tk_construction_management/models/__pycache__/configuration.cpython-312.pyc b/addons/tk_construction_management/models/__pycache__/configuration.cpython-312.pyc
new file mode 100644
index 0000000..e77189b
Binary files /dev/null and b/addons/tk_construction_management/models/__pycache__/configuration.cpython-312.pyc differ
diff --git a/addons/tk_construction_management/models/__pycache__/construction_dashboard.cpython-312.pyc b/addons/tk_construction_management/models/__pycache__/construction_dashboard.cpython-312.pyc
new file mode 100644
index 0000000..9c74a1b
Binary files /dev/null and b/addons/tk_construction_management/models/__pycache__/construction_dashboard.cpython-312.pyc differ
diff --git a/addons/tk_construction_management/models/__pycache__/construction_emplyoee.cpython-312.pyc b/addons/tk_construction_management/models/__pycache__/construction_emplyoee.cpython-312.pyc
new file mode 100644
index 0000000..6024e54
Binary files /dev/null and b/addons/tk_construction_management/models/__pycache__/construction_emplyoee.cpython-312.pyc differ
diff --git a/addons/tk_construction_management/models/__pycache__/construction_project.cpython-312.pyc b/addons/tk_construction_management/models/__pycache__/construction_project.cpython-312.pyc
new file mode 100644
index 0000000..e8e5614
Binary files /dev/null and b/addons/tk_construction_management/models/__pycache__/construction_project.cpython-312.pyc differ
diff --git a/addons/tk_construction_management/models/__pycache__/construction_scrap.cpython-312.pyc b/addons/tk_construction_management/models/__pycache__/construction_scrap.cpython-312.pyc
new file mode 100644
index 0000000..f3dddd3
Binary files /dev/null and b/addons/tk_construction_management/models/__pycache__/construction_scrap.cpython-312.pyc differ
diff --git a/addons/tk_construction_management/models/__pycache__/construction_site.cpython-312.pyc b/addons/tk_construction_management/models/__pycache__/construction_site.cpython-312.pyc
new file mode 100644
index 0000000..4f28b4f
Binary files /dev/null and b/addons/tk_construction_management/models/__pycache__/construction_site.cpython-312.pyc differ
diff --git a/addons/tk_construction_management/models/__pycache__/construction_user.cpython-312.pyc b/addons/tk_construction_management/models/__pycache__/construction_user.cpython-312.pyc
new file mode 100644
index 0000000..577ef4e
Binary files /dev/null and b/addons/tk_construction_management/models/__pycache__/construction_user.cpython-312.pyc differ
diff --git a/addons/tk_construction_management/models/__pycache__/department.cpython-312.pyc b/addons/tk_construction_management/models/__pycache__/department.cpython-312.pyc
new file mode 100644
index 0000000..19ff84d
Binary files /dev/null and b/addons/tk_construction_management/models/__pycache__/department.cpython-312.pyc differ
diff --git a/addons/tk_construction_management/models/__pycache__/internal_transfer.cpython-312.pyc b/addons/tk_construction_management/models/__pycache__/internal_transfer.cpython-312.pyc
new file mode 100644
index 0000000..1438cd6
Binary files /dev/null and b/addons/tk_construction_management/models/__pycache__/internal_transfer.cpython-312.pyc differ
diff --git a/addons/tk_construction_management/models/__pycache__/job_costing.cpython-312.pyc b/addons/tk_construction_management/models/__pycache__/job_costing.cpython-312.pyc
new file mode 100644
index 0000000..44b0d10
Binary files /dev/null and b/addons/tk_construction_management/models/__pycache__/job_costing.cpython-312.pyc differ
diff --git a/addons/tk_construction_management/models/__pycache__/job_order.cpython-312.pyc b/addons/tk_construction_management/models/__pycache__/job_order.cpython-312.pyc
new file mode 100644
index 0000000..dd202ce
Binary files /dev/null and b/addons/tk_construction_management/models/__pycache__/job_order.cpython-312.pyc differ
diff --git a/addons/tk_construction_management/models/__pycache__/material_requisition.cpython-312.pyc b/addons/tk_construction_management/models/__pycache__/material_requisition.cpython-312.pyc
new file mode 100644
index 0000000..a729776
Binary files /dev/null and b/addons/tk_construction_management/models/__pycache__/material_requisition.cpython-312.pyc differ
diff --git a/addons/tk_construction_management/models/__pycache__/project_task.cpython-312.pyc b/addons/tk_construction_management/models/__pycache__/project_task.cpython-312.pyc
new file mode 100644
index 0000000..4fc9805
Binary files /dev/null and b/addons/tk_construction_management/models/__pycache__/project_task.cpython-312.pyc differ
diff --git a/addons/tk_construction_management/models/__pycache__/rate_analysis.cpython-312.pyc b/addons/tk_construction_management/models/__pycache__/rate_analysis.cpython-312.pyc
new file mode 100644
index 0000000..00aaf08
Binary files /dev/null and b/addons/tk_construction_management/models/__pycache__/rate_analysis.cpython-312.pyc differ
diff --git a/addons/tk_construction_management/models/__pycache__/res_config.cpython-312.pyc b/addons/tk_construction_management/models/__pycache__/res_config.cpython-312.pyc
new file mode 100644
index 0000000..18cef76
Binary files /dev/null and b/addons/tk_construction_management/models/__pycache__/res_config.cpython-312.pyc differ
diff --git a/addons/tk_construction_management/models/__pycache__/res_partner.cpython-312.pyc b/addons/tk_construction_management/models/__pycache__/res_partner.cpython-312.pyc
new file mode 100644
index 0000000..46642b8
Binary files /dev/null and b/addons/tk_construction_management/models/__pycache__/res_partner.cpython-312.pyc differ
diff --git a/addons/tk_construction_management/models/__pycache__/sub_contract.cpython-312.pyc b/addons/tk_construction_management/models/__pycache__/sub_contract.cpython-312.pyc
new file mode 100644
index 0000000..2ce49f2
Binary files /dev/null and b/addons/tk_construction_management/models/__pycache__/sub_contract.cpython-312.pyc differ
diff --git a/addons/tk_construction_management/models/budget.py b/addons/tk_construction_management/models/budget.py
new file mode 100644
index 0000000..bc2039f
--- /dev/null
+++ b/addons/tk_construction_management/models/budget.py
@@ -0,0 +1,230 @@
+from odoo import api, fields, models, _
+
+
+class SubProjectBudget(models.Model):
+ _name = 'sub.project.budget'
+ _description = "Sub Project Budget"
+ _inherit = ['mail.thread', 'mail.activity.mixin']
+
+ name = fields.Char(string="Title")
+ progress = fields.Float(string="Budget Utilization(%)", compute="compute_used_budget")
+ total_budget_amount = fields.Monetary(string="Total Budget Amount", compute="compute_used_budget")
+ utilization_amount = fields.Monetary(string="Budget Utilization", compute="compute_used_budget")
+ start_date = fields.Date(string="Start Date")
+ end_date = fields.Date(string="End Date")
+ site_id = fields.Many2one('tk.construction.site', string="Project")
+ sub_project_id = fields.Many2one('tk.construction.project', string="Sub Project")
+ responsible_id = fields.Many2one('res.users', default=lambda self: self.env.user and self.env.user.id or False,
+ string="Responsible")
+ company_id = fields.Many2one('res.company', string="Company", default=lambda self: self.env.company)
+ currency_id = fields.Many2one('res.currency', related='company_id.currency_id', string='Currency')
+ status = fields.Selection([('draft', 'Draft'), ('waiting_approval', 'Waiting Approval'), ('approved', 'Approved'),
+ ('in_progress', 'In Progress'), ('complete', 'Complete'), ('cancel', 'Cancel'),
+ ('reject', 'Reject')], default='draft')
+ budget_count = fields.Integer(string="Budget Line Count", compute="compute_count")
+ reject_reason = fields.Text(string="Reject Reason")
+ budget_line_ids = fields.One2many('project.budget', 'sub_project_budget_id')
+
+ def compute_count(self):
+ for rec in self:
+ rec.budget_count = self.env['project.budget'].search_count([('sub_project_budget_id', '=', rec.id)])
+
+ def action_view_budget_line(self):
+ return {
+ 'type': 'ir.actions.act_window',
+ 'name': _('Budget'),
+ 'res_model': 'project.budget',
+ 'domain': [('sub_project_budget_id', '=', self.id)],
+ 'context': {'default_sub_project_budget_id': self.id},
+ 'view_mode': 'list,kanban,form',
+ 'target': 'current'
+ }
+
+ def action_department_approval(self):
+ self.status = 'waiting_approval'
+
+ def action_approve_budget(self):
+ self.status = 'approved'
+
+ def action_reject_budget(self):
+ self.status = 'reject'
+
+ def action_complete_budget(self):
+ self.status = 'complete'
+
+ def action_cancel_budget(self):
+ self.status = 'cancel'
+
+ def action_reset_draft_budget(self):
+ self.status = 'draft'
+
+ @api.depends('budget_line_ids', 'budget_line_ids.budget', 'budget_line_ids.remaining_budget')
+ def compute_used_budget(self):
+ for rec in self:
+ utilize_budget = 0.0
+ total_budget_amount = 0.0
+ remaining_budget_amount = 0.0
+ for data in rec.budget_line_ids:
+ total_budget_amount = total_budget_amount + data.budget
+ remaining_budget_amount = remaining_budget_amount + data.remaining_budget
+ utilize_budget = 100 - (
+ (remaining_budget_amount * 100 / total_budget_amount) if total_budget_amount > 0 else 100)
+ rec.progress = round(utilize_budget, 1)
+ rec.total_budget_amount = total_budget_amount
+ rec.utilization_amount = total_budget_amount - remaining_budget_amount
+
+
+class ProjectBudget(models.Model):
+ _name = 'project.budget'
+ _description = "Project Budget"
+ _rec_name = 'job_type_id'
+
+ company_id = fields.Many2one('res.company', string="Company", default=lambda self: self.env.company)
+ currency_id = fields.Many2one('res.currency', related='company_id.currency_id', string='Currency')
+ sub_project_budget_id = fields.Many2one('sub.project.budget', string="Sub Project Budget")
+ project_id = fields.Many2one(related="sub_project_budget_id.sub_project_id", string="Project")
+ site_id = fields.Many2one(related="project_id.construction_site_id", string="Site")
+ job_type_id = fields.Many2one('job.type', string="Work Type")
+ sub_category_id = fields.Many2one('job.sub.category', string="Work Sub Type")
+ boq_qty = fields.Float(string="BOQ Qty")
+ additional_qty = fields.Float(string="Add. Qty", help="Additional Qty")
+ total_qty = fields.Float(string="Total Qty.", compute="compute_total_qty")
+ rate_analysis_id = fields.Many2one('rate.analysis', string="Rate Analysis")
+ price_per_qty = fields.Monetary(string="Price / Qty", compute="compute_rate_analysis_info", store=True)
+ untaxed_amount = fields.Monetary(string="Untaxed Amount", compute="compute_rate_analysis_info", store=True)
+ tax_amount = fields.Monetary(string="Tax Amount", compute="compute_rate_analysis_info", store=True)
+ budget = fields.Monetary(string="Total Budget Amount", compute="compute_rate_analysis_info", store=True)
+ # Spent
+ material_spent = fields.Monetary(string="Material Spent", compute="_compute_budget_calculation")
+ equipment_spent = fields.Monetary(string="Equipment Spent", compute="_compute_budget_calculation")
+ labour_spent = fields.Monetary(string="Labour Spent", compute="_compute_budget_calculation")
+ overhead_spent = fields.Monetary(string="Overhead Spent", compute="_compute_budget_calculation")
+ remaining_budget = fields.Monetary(string="Remaining Budget", compute="_compute_budget_calculation")
+
+ # Spent in Percentage
+ total_spent = fields.Float(string="Utilization(%)", compute="_compute_budget_calculation")
+ boq_used_qty = fields.Float(string="Used Qty", compute="_compute_budget_calculation")
+
+ @api.depends('boq_qty', 'additional_qty')
+ def compute_total_qty(self):
+ for rec in self:
+ rec.total_qty = rec.boq_qty + rec.additional_qty
+
+ @api.depends('rate_analysis_id', 'rate_analysis_id.total_amount', 'rate_analysis_id.untaxed_amount',
+ 'rate_analysis_id.tax_amount', 'total_qty')
+ def compute_rate_analysis_info(self):
+ for rec in self:
+ untaxed_amount = 0.0
+ tax_amount = 0.0
+ price_per_qty = 0.0
+ budget = 0.0
+ if rec.rate_analysis_id:
+ price_per_qty = rec.rate_analysis_id.total_amount
+ untaxed_amount = rec.rate_analysis_id.untaxed_amount
+ tax_amount = rec.rate_analysis_id.tax_amount
+ budget = rec.total_qty * price_per_qty
+ rec.untaxed_amount = untaxed_amount
+ rec.tax_amount = tax_amount
+ rec.price_per_qty = price_per_qty
+ rec.budget = budget
+
+ @api.depends('project_id', 'sub_category_id', 'job_type_id', 'budget', 'total_qty')
+ def _compute_budget_calculation(self):
+ for rec in self:
+ budget_phase_ids = self.env['job.costing'].search(
+ [('project_id', '=', rec.project_id.id), ('activity_id', '=', rec.job_type_id.id)]).mapped('id')
+ domain = [('project_id', '=', rec.project_id.id), ('work_type_id', '=', rec.job_type_id.id),
+ ('sub_category_id', '=', rec.sub_category_id.id), ('state', '=', 'complete'),
+ ('job_sheet_id', 'in', budget_phase_ids)]
+ material_spent = sum(self.env['order.material.line'].search(domain).mapped('total_price'))
+ equipment_spent = sum(self.env['order.equipment.line'].search(domain).mapped('total_cost'))
+ labour_spent = sum(self.env['order.labour.line'].search(domain).mapped('sub_total'))
+ overhead_spent = sum(self.env['order.overhead.line'].search(domain).mapped('sub_total'))
+ remaining_budget = rec.budget - (material_spent + equipment_spent + labour_spent + overhead_spent)
+ total_spent = 100 - ((remaining_budget * 100 / rec.budget) if rec.budget > 0 else 100)
+ boq_used_qty = rec.total_qty - (
+ (remaining_budget * rec.total_qty / rec.budget) if rec.budget > 0 else rec.total_qty)
+ rec.equipment_spent = equipment_spent
+ rec.labour_spent = labour_spent
+ rec.overhead_spent = overhead_spent
+ rec.material_spent = material_spent
+ rec.remaining_budget = remaining_budget
+ rec.total_spent = round(total_spent, 1)
+ rec.boq_used_qty = boq_used_qty
+
+ @api.onchange('sub_category_id', 'job_type_id')
+ def _onchange_sub_category(self):
+ ids = []
+ for rec in self:
+ if not rec.job_type_id:
+ return
+ ids = rec.job_type_id.sub_category_ids.ids
+ return {'domain': {'sub_category_id': [('id', 'in', ids)]}}
+
+ def action_view_material_budget(self):
+ budget_phase_ids = self.env['job.costing'].search(
+ [('project_id', '=', self.project_id.id), ('activity_id', '=', self.job_type_id.id)]).mapped('id')
+ domain = [('project_id', '=', self.project_id.id), ('work_type_id', '=', self.job_type_id.id),
+ ('sub_category_id', '=', self.sub_category_id.id), ('state', '=', 'complete'),
+ ('job_sheet_id', 'in', budget_phase_ids)]
+ ids = self.env['order.material.line'].search(domain).mapped('id')
+ return {
+ 'type': 'ir.actions.act_window',
+ 'name': _('Material'),
+ 'res_model': 'order.material.line',
+ 'domain': [('id', 'in', ids)],
+ 'context': {'create': False},
+ 'view_mode': 'list',
+ 'target': 'current'
+ }
+
+ def action_view_equipment_budget(self):
+ budget_phase_ids = self.env['job.costing'].search(
+ [('project_id', '=', self.project_id.id), ('activity_id', '=', self.job_type_id.id)]).mapped('id')
+ domain = [('project_id', '=', self.project_id.id), ('work_type_id', '=', self.job_type_id.id),
+ ('sub_category_id', '=', self.sub_category_id.id), ('state', '=', 'complete'),
+ ('job_sheet_id', 'in', budget_phase_ids)]
+ ids = self.env['order.equipment.line'].search(domain).mapped('id')
+ return {
+ 'type': 'ir.actions.act_window',
+ 'name': _('Equipment'),
+ 'res_model': 'order.equipment.line',
+ 'domain': [('id', 'in', ids)],
+ 'context': {'create': False},
+ 'view_mode': 'list',
+ 'target': 'current'
+ }
+
+ def action_view_labour_budget(self):
+ budget_phase_ids = self.env['job.costing'].search(
+ [('project_id', '=', self.project_id.id), ('activity_id', '=', self.job_type_id.id)]).mapped('id')
+ domain = [('project_id', '=', self.project_id.id), ('work_type_id', '=', self.job_type_id.id),
+ ('sub_category_id', '=', self.sub_category_id.id), ('state', '=', 'complete'),
+ ('job_sheet_id', 'in', budget_phase_ids)]
+ ids = self.env['order.labour.line'].search(domain).mapped('id')
+ return {
+ 'type': 'ir.actions.act_window',
+ 'name': _('Labour'),
+ 'res_model': 'order.labour.line',
+ 'domain': [('id', 'in', ids)],
+ 'context': {'create': False},
+ 'view_mode': 'list',
+ 'target': 'current'
+ }
+
+ def action_view_overhead_budget(self):
+ budget_phase_ids = self.env['job.costing'].search(
+ [('project_id', '=', self.project_id.id), ('activity_id', '=', self.job_type_id.id)]).mapped('id')
+ domain = [('project_id', '=', self.project_id.id), ('work_type_id', '=', self.job_type_id.id),
+ ('sub_category_id', '=', self.sub_category_id.id), ('state', '=', 'complete'),
+ ('job_sheet_id', 'in', budget_phase_ids)]
+ ids = self.env['order.overhead.line'].search(domain).mapped('id')
+ return {
+ 'type': 'ir.actions.act_window',
+ 'name': _('Overhead'),
+ 'res_model': 'order.overhead.line',
+ 'domain': [('id', 'in', ids)],
+ 'context': {'create': False},
+ 'view_mode': 'list',
+ 'target': 'current'
+ }
diff --git a/addons/tk_construction_management/models/con_purchase_stock.py b/addons/tk_construction_management/models/con_purchase_stock.py
new file mode 100644
index 0000000..2ce23bf
--- /dev/null
+++ b/addons/tk_construction_management/models/con_purchase_stock.py
@@ -0,0 +1,131 @@
+# -*- coding: utf-8 -*-
+# Copyright 2020-Today TechKhedut.
+# Part of TechKhedut. See LICENSE file for full copyright and licensing details.
+from odoo import api, fields, models, _
+
+
+class ConstructionPurchase(models.Model):
+ _inherit = 'purchase.order'
+
+ material_req_id = fields.Many2one('material.requisition', string="Material Requisition")
+ project_id = fields.Many2one(related="material_req_id.project_id", string="Sub Project", store=True)
+ job_order_id = fields.Many2one('job.order', string="Work order")
+ purchase_order = fields.Selection([('equipment', 'Equipment'), ('labour', 'Labour'), ('overhead', 'Overhead')],
+ string="Source Ref.")
+ equipment_subcontract_id = fields.Many2one('equipment.subcontract', string="Subcontract")
+ labour_subcontract_id = fields.Many2one('labour.subcontract', string="Subcontract ")
+ overhead_subcontract_id = fields.Many2one('overhead.subcontract', string="Subcontract ")
+
+ def _prepare_invoice(self):
+ res = super(ConstructionPurchase, self)._prepare_invoice()
+ if self.material_req_id:
+ res['material_req_id'] = self.material_req_id.id
+ if self.job_order_id:
+ res['job_order_id'] = self.job_order_id.id
+ res['purchase_order'] = self.purchase_order
+ res['equipment_subcontract_id'] = self.equipment_subcontract_id.id
+ res['labour_subcontract_id'] = self.labour_subcontract_id.id
+ res['overhead_subcontract_id'] = self.overhead_subcontract_id.id
+ return res
+
+
+class ConstructionBills(models.Model):
+ _inherit = 'account.move'
+
+ material_req_id = fields.Many2one('material.requisition', string="Material Requisition")
+ project_id = fields.Many2one(related="material_req_id.project_id", string="Sub Project", store=True)
+ job_order_id = fields.Many2one('job.order', string="Work order")
+ purchase_order = fields.Selection([('equipment', 'Equipment'), ('labour', 'Labour'), ('overhead', 'Overhead')],
+ string="Source Ref.")
+ equipment_subcontract_id = fields.Many2one('equipment.subcontract', string="Subcontract")
+ labour_subcontract_id = fields.Many2one('labour.subcontract', string="Subcontract ")
+ overhead_subcontract_id = fields.Many2one('overhead.subcontract', string="Subcontract ")
+
+
+class ConstructionProduct(models.Model):
+ _inherit = 'product.product'
+
+ last_po_price = fields.Monetary(string="Last Purchase Price")
+ is_material = fields.Boolean(string="Is Material")
+ is_equipment = fields.Boolean(string="Is Equipment")
+ is_labour = fields.Boolean(string="Is Labour")
+ is_overhead = fields.Boolean(string="Is Overhead")
+ is_expense = fields.Boolean(string="Is Expense")
+
+
+class ConstructionWarehouse(models.Model):
+ _inherit = 'stock.warehouse'
+
+ project_id = fields.Many2one('tk.construction.project', string="Project")
+ consume_stock_location_id = fields.Many2one('stock.location', string="Consume Location")
+
+
+class ConstructionDelivery(models.Model):
+ _inherit = 'stock.picking'
+
+ code = fields.Selection(related='picking_type_id.code', store=True, string="Code ")
+ transfer_id = fields.Many2one('internal.transfer', string="Transfer Ref.")
+ consume_order_id = fields.Many2one('job.order', string="Consume Order Ref.")
+ material_consume_id = fields.Many2one('material.consume', string="Material Consume Ref.")
+
+ def button_validate(self):
+ # Clean-up the context key at validation to avoid forcing the creation of immediate
+ # transfers.
+ ctx = dict(self.env.context)
+ ctx.pop('default_immediate_transfer', None)
+ self = self.with_context(ctx)
+
+ # Sanity checks.
+ if not self.env.context.get('skip_sanity_check', False):
+ self._sanity_check()
+
+ self.message_subscribe([self.env.user.partner_id.id])
+
+ # Run the pre-validation wizards. Processing a pre-validation wizard should work on the
+ # moves and/or the context and never call `_action_done`.
+ if not self.env.context.get('button_validate_picking_ids'):
+ self = self.with_context(button_validate_picking_ids=self.ids)
+ res = self._pre_action_done_hook()
+ if res is not True:
+ return res
+
+ # Call `_action_done`.
+ pickings_not_to_backorder = self.filtered(lambda p: p.picking_type_id.create_backorder == 'never')
+ if self.env.context.get('picking_ids_not_to_backorder'):
+ pickings_not_to_backorder |= self.browse(self.env.context['picking_ids_not_to_backorder']).filtered(
+ lambda p: p.picking_type_id.create_backorder != 'always'
+ )
+ pickings_to_backorder = self - pickings_not_to_backorder
+ pickings_not_to_backorder.with_context(cancel_backorder=True)._action_done()
+ pickings_to_backorder.with_context(cancel_backorder=False)._action_done()
+
+ if self.user_has_groups('stock.group_reception_report') \
+ and self.picking_type_id.auto_show_reception_report:
+ lines = self.move_ids.filtered(lambda
+ m: m.product_id.type == 'product' and m.state != 'cancel' and m.quantity_done and not m.move_dest_ids)
+ if lines:
+ # don't show reception report if all already assigned/nothing to assign
+ wh_location_ids = self.env['stock.location']._search(
+ [('id', 'child_of', self.picking_type_id.warehouse_id.view_location_id.ids),
+ ('usage', '!=', 'supplier')])
+ if self.env['stock.move'].search([
+ ('state', 'in', ['confirmed', 'partially_available', 'waiting', 'assigned']),
+ ('product_qty', '>', 0),
+ ('location_id', 'in', wh_location_ids),
+ ('move_orig_ids', '=', False),
+ ('picking_id', 'not in', self.ids),
+ ('product_id', 'in', lines.product_id.ids)], limit=1):
+ action = self.action_view_reception_report()
+ action['context'] = {'default_picking_ids': self.ids}
+ return action
+
+ if self.transfer_id:
+ return {
+ 'type': 'ir.actions.act_window',
+ 'name': _('Internal Transfer'),
+ 'res_model': 'internal.transfer',
+ 'res_id': self.transfer_id.id,
+ 'view_mode': 'form',
+ 'target': 'current'
+ }
+ return True
diff --git a/addons/tk_construction_management/models/con_template.py b/addons/tk_construction_management/models/con_template.py
new file mode 100644
index 0000000..0abb04f
--- /dev/null
+++ b/addons/tk_construction_management/models/con_template.py
@@ -0,0 +1,26 @@
+# -*- coding: utf-8 -*-
+# Copyright 2020-Today TechKhedut.
+# Part of TechKhedut. See LICENSE file for full copyright and licensing details.
+from odoo import api, fields, models
+
+
+class ConstructionTemplate(models.Model):
+ _name = 'construction.product.template'
+ _description = "Product Template"
+
+ name = fields.Char(string="Title")
+ template_ids = fields.One2many('construction.template.line', 'template_id')
+
+
+class ConstructionTemplateLine(models.Model):
+ _name = 'construction.template.line'
+ _description = "Product Template Line"
+
+ product_id = fields.Many2one('product.product', string="Product", domain="[('is_material','=',True)]")
+ name = fields.Char(string="Description")
+ template_id = fields.Many2one('construction.product.template')
+
+ @api.onchange('product_id')
+ def _onchange_product_desc(self):
+ for rec in self:
+ rec.name = rec.product_id.name
diff --git a/addons/tk_construction_management/models/configuration.py b/addons/tk_construction_management/models/configuration.py
new file mode 100644
index 0000000..15235eb
--- /dev/null
+++ b/addons/tk_construction_management/models/configuration.py
@@ -0,0 +1,33 @@
+# -*- coding: utf-8 -*-
+# Copyright 2020-Today TechKhedut.
+# Part of TechKhedut. See LICENSE file for full copyright and licensing details.
+from odoo import fields, api, models
+
+
+class DocumentType(models.Model):
+ _name = 'site.document.type'
+ _description = "Project Document Type"
+
+ name = fields.Char(string="Title")
+
+
+class JobType(models.Model):
+ _name = 'job.type'
+ _description = "Activity"
+
+ name = fields.Char(string="Title")
+ sub_category_ids = fields.Many2many('job.sub.category', string="Work Sub Type")
+
+
+class JobSubCategory(models.Model):
+ _name = 'job.sub.category'
+ _description = "Sub Activity"
+
+ name = fields.Char(string="Title")
+
+
+class InsuranceRisk(models.Model):
+ _name = 'insurance.risk'
+ _description = "Insurance Risk"
+
+ name = fields.Char(string="Risk")
diff --git a/addons/tk_construction_management/models/construction_dashboard.py b/addons/tk_construction_management/models/construction_dashboard.py
new file mode 100644
index 0000000..a6023ea
--- /dev/null
+++ b/addons/tk_construction_management/models/construction_dashboard.py
@@ -0,0 +1,245 @@
+# -*- coding: utf-8 -*-
+# Copyright 2020-Today TechKhedut.
+# Part of TechKhedut. See LICENSE file for full copyright and licensing details.
+from odoo import api, fields, models, _
+
+
+class ConstructionDashboard(models.Model):
+ _name = 'tk.construction.dashboard'
+ _description = "Construction Dashboard"
+
+ name = fields.Char()
+
+ @api.model
+ def get_construction_state(self, site_id, project_id):
+ site_domain = []
+ project_domain = []
+ int_domain = []
+ if (not site_id and not project_id) or (site_id == 'all_site' and project_id == 'all_project'):
+ pass
+ elif not site_id == 'all_site' and project_id == 'all_project':
+ site_domain = [('construction_site_id', '=', int(site_id))]
+ int_domain = [('site_id', '=', int(site_id))]
+ projects = self.env['tk.construction.project'].search(
+ site_domain).mapped('id')
+ project_domain = [('project_id', 'in', projects)]
+ elif site_id and project_id:
+ site_domain = [('construction_site_id', '=', int(site_id))]
+ int_domain = [('site_id', '=', int(site_id))]
+ project_domain = [('project_id', '=', int(project_id))]
+ total_site = self.env['tk.construction.site'].search_count([])
+ total_project = self.env['tk.construction.project'].search_count(
+ site_domain)
+ total_mrq = self.env['material.requisition'].search_count(
+ project_domain)
+ job_sheet_count = self.env['job.costing'].search_count(project_domain)
+ job_order_count = self.env['job.order'].search_count(project_domain)
+ back_order = self.env['material.requisition'].sudo().search_count(
+ [('is_back_order', '=', True)] + project_domain)
+ forward_transfer = self.env['internal.transfer'].sudo().search_count(
+ [('is_forward_transfer', '=', True)] + int_domain)
+ return {
+ 'total_site': total_site,
+ 'total_project': total_project,
+ 'total_mrq': total_mrq,
+ 'job_sheet_count': job_sheet_count,
+ 'job_order_count': job_order_count,
+ 'mrq_state': self.get_mrq_state(project_domain),
+ 'site_state': self.get_site_state(),
+ 'internal_state': self.get_it_state(int_domain),
+ 'site_timeline': self.construction_time_line(),
+ 'project_timeline': self.project_time_line(site_domain),
+ 'project_status': self.get_project_status(site_domain),
+ 'job_order_po': self.get_purchase_order(project_domain),
+ 'back_order': back_order,
+ 'forward_transfer': forward_transfer,
+ 'purchase_order': self.get_purchase_order_state(project_domain),
+ 'con_sites': self.get_site_list(),
+ }
+
+ @api.model
+ def get_project_list(self, site_domain):
+ projects = {}
+ if not site_domain == 'all_site':
+ domain = [('construction_site_id', '=', int(site_domain))]
+ project_obj = self.env['tk.construction.project'].sudo()
+ for rec in project_obj.search(domain):
+ projects[rec.id] = rec.name
+ return projects
+ if site_domain == 'all_site':
+ return projects
+
+ def get_site_list(self):
+ site_obj = self.env['tk.construction.site'].sudo()
+ sites = {}
+ for rec in site_obj.search([]):
+ sites[rec.id] = rec.name
+ return sites
+
+ def get_mrq_state(self, project_domain):
+ material_requisition = self.env['material.requisition'].sudo()
+ draft = material_requisition.search_count(
+ [('stage', '=', 'draft')] + project_domain)
+ waiting_approval = material_requisition.search_count(
+ [('stage', '=', 'department_approval')] + project_domain)
+ approved = material_requisition.search_count(
+ [('stage', '=', 'approve')] + project_domain)
+ ready_delivery = material_requisition.search_count(
+ [('stage', '=', 'ready_delivery')] + project_domain)
+ material_arrive = material_requisition.search_count(
+ [('stage', '=', 'material_arrived')] + project_domain)
+ internal_transfer = material_requisition.search_count(
+ [('stage', '=', 'internal_transfer')] + project_domain)
+ reject = material_requisition.search_count(
+ [('stage', '=', 'reject')] + project_domain)
+ cancel = material_requisition.search_count(
+ [('stage', '=', 'cancel')] + project_domain)
+ return [
+ ['Draft', 'Waiting Approval', 'In Progress', 'Ready Delivery', 'Material Arrive', 'Internal Transfer',
+ 'Reject', 'Cancel'],
+ [draft, waiting_approval, approved, ready_delivery,
+ material_arrive, internal_transfer, reject, cancel]
+ ]
+
+ def get_site_state(self):
+ site = self.env['tk.construction.site'].sudo()
+ draft = site.search_count([('status', '=', 'draft')])
+ in_progress = site.search_count([('status', '=', 'in_progress')])
+ done = site.search_count([('status', '=', 'complete')])
+ return [
+ ['Draft', 'In Progress', 'Complete'], [draft, in_progress, done]
+ ]
+
+ def get_it_state(self, site_domain):
+ internal_transfer = self.env['internal.transfer'].sudo()
+ draft = internal_transfer.search_count(
+ [('stage', '=', 'draft')] + site_domain)
+ in_progress = internal_transfer.search_count(
+ [('stage', '=', 'in_progress')] + site_domain)
+ done = internal_transfer.search_count(
+ [('stage', '=', 'done')] + site_domain)
+ return [
+ ['Draft', 'In Progress', 'Done'], [draft, in_progress, done]
+ ]
+
+ def construction_time_line(self):
+ site_data = []
+ construction_site_data = self.env['tk.construction.site'].search([])
+ for site in construction_site_data:
+ if site.status == "in_progress":
+ site_data.append({
+ 'name': site.name,
+ 'start_date': str(site.start_date),
+ 'end_date': str(site.end_date),
+ })
+ return site_data
+
+ def project_time_line(self, site_domain):
+ data = []
+ project_data = self.env['tk.construction.project'].search(site_domain)
+ for p in project_data:
+ if p.stage == "Construction":
+ data.append({
+ 'name': str(p.name) + " - " + str(p.construction_site_id.name),
+ 'start_date': str(p.start_date),
+ 'end_date': str(p.end_date),
+ })
+ return data
+
+ def get_project_status(self, site_domain):
+ project_obj = self.env['tk.construction.project'].sudo()
+ planning = project_obj.search_count(
+ [('stage', '=', 'Planning')] + site_domain)
+ procurement = project_obj.search_count(
+ [('stage', '=', 'Procurement')] + site_domain)
+ construction = project_obj.search_count(
+ [('stage', '=', 'Construction')] + site_domain)
+ handover = project_obj.search_count(
+ [('stage', '=', 'Handover')] + site_domain)
+ return [
+ ['Planning', 'Procurement', 'Construction', 'Handover'],
+ [planning, procurement, construction, handover]
+ ]
+
+ def get_purchase_order(self, project_domain):
+ jo_order = []
+ mrq_po = []
+ equip_po = []
+ labour_po = []
+ overhead_po = []
+ job_order = self.env['job.order'].sudo().search(project_domain)
+ for j in job_order:
+ if j.project_id.stage == "Construction":
+ name = str(j.name) + " - " + str(j.title)
+ jo_order.append(name)
+ mrq_po.append(j.material_req_id.po_count)
+ equip_po.append(j.equip_po_count)
+ labour_po.append(j.labour_po_count)
+ overhead_po.append(j.overhead_po_count)
+ data = [jo_order, mrq_po, equip_po, labour_po, overhead_po]
+ return data
+
+ def get_purchase_order_state(self, project_domain):
+ domain = project_domain
+ po_obj = self.env['purchase.order'].sudo()
+ mr_po = po_obj.search_count(
+ [('material_req_id', '!=', False)] + domain)
+ equip_po = 0
+ labour_po = 0
+ overhead_po = 0
+ job_orders = self.env['job.order'].search(domain)
+ for rec in job_orders:
+ equip_po = equip_po + po_obj.search_count(
+ [('job_order_id', '=', rec.id), ('purchase_order', '=', 'equipment')])
+ labour_po = labour_po + po_obj.search_count(
+ [('job_order_id', '=', rec.id), ('purchase_order', '=', 'labour')])
+ overhead_po = overhead_po + po_obj.search_count(
+ [('job_order_id', '=', rec.id), ('purchase_order', '=', 'overhead')])
+ return {
+ 'mr_po': mr_po,
+ 'equip_po': equip_po,
+ 'labour_po': labour_po,
+ 'overhead_po': overhead_po,
+ }
+
+ @api.model
+ def get_construction_project_domain(self, site_id, project_id):
+ site_domain = []
+ project_domain = []
+ if site_id == 'all_site':
+ pass
+ elif not site_id == 'all_site' and project_id == 'all_project':
+ site_domain = [('construction_site_id', '=', int(site_id))]
+ projects = self.env['tk.construction.project'].search(
+ site_domain).mapped('id')
+ project_domain = [('project_id', 'in', projects)]
+ elif site_id and project_id:
+ site_domain = [('construction_site_id', '=', int(site_id))]
+ project_domain = [('project_id', '=', int(project_id))]
+ return [site_domain, project_domain]
+
+ @api.model
+ def get_job_order_po(self, site_id, project_id, source):
+ project_domain = []
+ if site_id == 'all_site':
+ pass
+ elif not site_id == 'all_site' and project_id == 'all_project':
+ site_domain = [('construction_site_id', '=', int(site_id))]
+ projects = self.env['tk.construction.project'].search(
+ site_domain).mapped('id')
+ project_domain = [('project_id', 'in', projects)]
+ elif site_id and project_id:
+ project_domain = [('project_id', '=', int(project_id))]
+ ids = []
+ po_obj = self.env['purchase.order'].sudo()
+ for data in self.env['job.order'].search(project_domain):
+ if source == 'equip':
+ ids = ids + po_obj.search(
+ [('job_order_id', '=', data.id), ('purchase_order', '=', 'equipment')]).mapped('id')
+ if source == 'labour':
+ ids = ids + po_obj.search(
+ [('job_order_id', '=', data.id), ('purchase_order', '=', 'labour')]).mapped('id')
+ if source == 'overhead':
+ ids = ids + po_obj.search(
+ [('job_order_id', '=', data.id), ('purchase_order', '=', 'overhead')]).mapped('id')
+ return ids
diff --git a/addons/tk_construction_management/models/construction_emplyoee.py b/addons/tk_construction_management/models/construction_emplyoee.py
new file mode 100644
index 0000000..c0240e0
--- /dev/null
+++ b/addons/tk_construction_management/models/construction_emplyoee.py
@@ -0,0 +1,8 @@
+# -*- coding: utf-8 -*-
+# Copyright 2020-Today TechKhedut.
+# Part of TechKhedut. See LICENSE file for full copyright and licensing details.
+from odoo import api, fields, models
+
+
+class ConstructionEmployee(models.Model):
+ _inherit = "hr.employee"
diff --git a/addons/tk_construction_management/models/construction_project.py b/addons/tk_construction_management/models/construction_project.py
new file mode 100644
index 0000000..70fcb86
--- /dev/null
+++ b/addons/tk_construction_management/models/construction_project.py
@@ -0,0 +1,846 @@
+# -*- coding: utf-8 -*-
+# Copyright 2020-Today TechKhedut.
+# Part of TechKhedut. See LICENSE file for full copyright and licensing details.
+import xlwt
+import base64
+from io import BytesIO
+from odoo import fields, api, models, _
+from odoo.exceptions import UserError, ValidationError
+
+
+class ConstructionProject(models.Model):
+ _name = 'tk.construction.project'
+ _description = "Construction Project"
+ _inherit = ['mail.thread', 'mail.activity.mixin']
+
+ name = fields.Char(string="Title", tracking=True)
+ start_date = fields.Date(string="Schedule Start Date", tracking=True)
+ end_date = fields.Date(string="Schedule End Date", tracking=True)
+ project_progress = fields.Float(
+ related="budget_id.progress", string="Project Progress", tracking=True)
+ construction_site_id = fields.Many2one(
+ 'tk.construction.site', string="Project ", tracking=True)
+ responsible_id = fields.Many2one('res.users', default=lambda self: self.env.user and self.env.user.id or False,
+ string="Created By")
+ stage = fields.Selection([('draft', 'Draft'),
+ ('Planning', 'Planning'),
+ ('Procurement', 'Procurement'),
+ ('Construction', 'Construction'),
+ ('Handover', 'Handover')], string="Stage", default="draft", tracking=True)
+ warehouse_id = fields.Many2one(
+ 'stock.warehouse', string="Warehouse", tracking=True)
+ code = fields.Char(string="Code", tracking=True)
+ project_id = fields.Many2one(
+ 'project.project', string="Project", tracking=True)
+ engineer_ids = fields.Many2many(
+ 'hr.employee', string="Engineers", tracking=True)
+
+ # Department
+ department_id = fields.Many2one(
+ 'construction.department', string="Department", tracking=True)
+ manager_ids = fields.Many2many('res.users', string="Manager")
+ user_id = fields.Many2one('res.users', string="Responsible")
+
+ # Address
+ zip = fields.Char(string='Pin Code')
+ street = fields.Char(string='Street1')
+ street2 = fields.Char(string='Street2')
+ city = fields.Char(string='City')
+ country_id = fields.Many2one('res.country', 'Country')
+ state_id = fields.Many2one(
+ "res.country.state", string='State', readonly=False, store=True,
+ domain="[('country_id', '=?', country_id)]")
+ longitude = fields.Char(string="Longitude")
+ latitude = fields.Char(string="Latitude")
+
+ # BOQ Details
+ is_use_measure = fields.Boolean(
+ string="Is use of (LENGTH x WIDTH x HEIGHT ) ?")
+ boq_budget_ids = fields.One2many(
+ 'boq.budget', 'project_id', string="Budget ")
+
+ # Budget
+ budget_id = fields.Many2one('sub.project.budget', string="Budget")
+
+ # One2Many
+ document_ids = fields.One2many(
+ 'project.documents', 'project_id', string="Documents")
+ policy_ids = fields.One2many(
+ 'project.insurance', 'project_id', string="Insurance")
+ expense_ids = fields.One2many(
+ 'extra.expense', 'project_id', string="Expense")
+ phase_ids = fields.One2many('job.costing', 'project_id')
+
+ # Count & Totals
+ job_sheet_count = fields.Integer(
+ string="Project Phase Count", compute="_compute_count")
+ job_order_count = fields.Integer(
+ string="Work Order Count", compute="_compute_count")
+ mrq_count = fields.Integer(string="MRQ Count", compute="_compute_count")
+ mrq_po_count = fields.Integer(
+ string="MRQ PO Count", compute="_compute_count")
+ jo_po_count = fields.Integer(
+ string="JO PO Count", compute="_compute_count")
+ inspection_task_count = fields.Integer(
+ string="Inspection Task Count", compute="_compute_count")
+ task_count = fields.Integer(string="Task Count", compute="_compute_count")
+ budget_count = fields.Integer(
+ string="Budget Count", compute="_compute_count")
+
+ # Create, Write, Unlink, Constrain
+ @api.model_create_multi
+ def create(self, vals):
+ res = super(ConstructionProject, self).create(vals)
+ for rec in res:
+ data = {
+ 'name': rec.name + "'s Project",
+ 'construction_project_id': rec.id,
+ 'company_id': self.env.company.id,
+ 'privacy_visibility': 'followers'
+ }
+ project_id = self.env['project.project'].create(data)
+ rec.project_id = project_id.id
+ task_stage = self.env['project.task.type'].sudo().search(
+ [('active', '=', True), ('user_id', '=', False)])
+ ids = []
+ for data in task_stage:
+ ids = data.project_ids.ids
+ ids.append(project_id.id)
+ data.project_ids = ids
+ return res
+
+ @api.constrains('boq_budget_ids')
+ def _check_sub_activity(self):
+ for rec in self:
+ activity_counts = {}
+ for activity in rec.boq_budget_ids:
+ key = (activity.activity_id.id, activity.sub_activity_id.id)
+ if key in activity_counts:
+ activity_counts[key] += 1
+ else:
+ activity_counts[key] = 1
+ duplicate = [pair for pair,
+ count in activity_counts.items() if count > 1]
+ if duplicate:
+ raise ValidationError(
+ "Duplicate work type and sub work type pair found.")
+
+ @api.onchange('construction_site_id')
+ def onchange_site_address(self):
+ for rec in self:
+ if rec.construction_site_id:
+ rec.zip = rec.construction_site_id.zip
+ rec.street = rec.construction_site_id.street
+ rec.street2 = rec.construction_site_id.street2
+ rec.city = rec.construction_site_id.city
+ rec.state_id = rec.construction_site_id.state_id.id
+ rec.country_id = rec.construction_site_id.country_id.id
+ rec.start_date = rec.construction_site_id.start_date
+ rec.end_date = rec.construction_site_id.end_date
+
+ # Compute
+ def _compute_count(self):
+ for rec in self:
+ rec.job_sheet_count = self.env['job.costing'].search_count(
+ [('project_id', '=', rec.id)])
+ rec.job_order_count = self.env['job.order'].search_count(
+ [('project_id', '=', rec.id)])
+ rec.mrq_count = self.env['material.requisition'].search_count(
+ [('project_id', '=', rec.id)])
+ rec.mrq_po_count = self.env['purchase.order'].search_count(
+ [('project_id', '=', rec.id)])
+ job_order_ids = self.env['job.order'].search(
+ [('project_id', '=', self.id)]).mapped('id')
+ po_ids = self.env['purchase.order'].search(
+ [('job_order_id', 'in', job_order_ids)]).mapped('id')
+ rec.jo_po_count = len(po_ids)
+ rec.task_count = self.env['project.task'].search_count(
+ [('con_project_id', '=', rec.id), ('is_inspection_task', '=', False)])
+ rec.inspection_task_count = self.env['project.task'].search_count(
+ [('con_project_id', '=', rec.id), ('is_inspection_task', '=', True)])
+ rec.budget_count = self.env['project.budget'].search_count(
+ [('sub_project_budget_id', '=', rec.budget_id.id)])
+
+ # Onchange
+ @api.onchange('department_id', 'manager_ids')
+ def _onchange_department_manager(self):
+ ids = []
+ for rec in self:
+ if rec.department_id:
+ ids = rec.department_id.manager_ids.ids
+ return {'domain': {'manager_ids': [('id', 'in', ids)]}}
+
+ @api.onchange('department_id', 'manager_ids', 'user_id')
+ def _onchange_department_responsible(self):
+ ids = []
+ for rec in self:
+ if rec.department_id:
+ ids = rec.department_id.user_ids.ids
+ return {'domain': {'user_id': [('id', 'in', ids)]}}
+
+ # Smart Button
+ def action_gmap_location(self):
+ if self.longitude and self.latitude:
+ longitude = self.longitude
+ latitude = self.latitude
+ http_url = 'https://maps.google.com/maps?q=loc:' + latitude + ',' + longitude
+ return {
+ 'type': 'ir.actions.act_url',
+ 'target': 'new',
+ 'url': http_url,
+ }
+ else:
+ raise ValidationError(
+ _("! Enter Proper Longitude and Latitude Values"))
+
+ def action_view_job_sheet(self):
+ return {
+ 'type': 'ir.actions.act_window',
+ 'name': _('Project Phase(WBS)'),
+ 'res_model': 'job.costing',
+ 'domain': [('project_id', '=', self.id)],
+ 'context': {'default_project_id': self.id},
+ 'view_mode': 'tree,form',
+ 'target': 'current'
+ }
+
+ def action_view_job_order(self):
+ return {
+ 'type': 'ir.actions.act_window',
+ 'name': _('Work Order'),
+ 'res_model': 'job.order',
+ 'domain': [('project_id', '=', self.id)],
+ 'context': {'default_project_id': self.id},
+ 'view_mode': 'tree,form',
+ 'target': 'current'
+ }
+
+ def action_view_material_requisition(self):
+ return {
+ 'type': 'ir.actions.act_window',
+ 'name': _('Material Requisition'),
+ 'res_model': 'material.requisition',
+ 'domain': [('project_id', '=', self.id)],
+ 'context': {'default_project_id': self.id},
+ 'view_mode': 'tree,form',
+ 'target': 'current'
+ }
+
+ def action_view_mrq_purchase_orders(self):
+ ids = self.env['purchase.order'].search(
+ [('project_id', '=', self.id)]).mapped('id')
+ return {
+ 'type': 'ir.actions.act_window',
+ 'name': _('MRQ Purchase Order'),
+ 'res_model': 'purchase.order',
+ 'domain': [('id', 'in', ids)],
+ 'context': {'create': False},
+ 'view_mode': 'tree,form',
+ 'target': 'current'
+ }
+
+ def action_view_jo_purchase_orders(self):
+ job_order_ids = self.env['job.order'].search(
+ [('project_id', '=', self.id)]).mapped('id')
+ po_ids = self.env['purchase.order'].search(
+ [('job_order_id', 'in', job_order_ids)]).mapped('id')
+ return {
+ 'type': 'ir.actions.act_window',
+ 'name': _('Work Order PO'),
+ 'res_model': 'purchase.order',
+ 'domain': [('id', 'in', po_ids)],
+ 'context': {'create': False, 'group_by': 'purchase_order'},
+ 'view_mode': 'tree,form',
+ 'target': 'current'
+ }
+
+ def action_view_project_task(self):
+ return {
+ 'type': 'ir.actions.act_window',
+ 'name': _('Task'),
+ 'res_model': 'project.task',
+ 'domain': [('con_project_id', '=', self.id), ('is_inspection_task', '=', False)],
+ 'context': {'default_con_project_id': self.id, 'default_project_id': self.project_id.id},
+ 'view_mode': 'kanban,tree,form',
+ 'target': 'current'
+ }
+
+ def action_view_project_task_inspection(self):
+ return {
+ 'type': 'ir.actions.act_window',
+ 'name': _('Inspection Task'),
+ 'res_model': 'project.task',
+ 'domain': [('con_project_id', '=', self.id), ('is_inspection_task', '=', True)],
+ 'context': {'default_con_project_id': self.id, 'default_project_id': self.project_id.id,
+ 'default_is_inspection_task': True, 'default_priority': '1'},
+ 'view_mode': 'tree,form,kanban',
+ 'target': 'current'
+ }
+
+ def action_view_budget(self):
+ return {
+ 'type': 'ir.actions.act_window',
+ 'name': _('Budget'),
+ 'res_model': 'project.budget',
+ 'domain': [('sub_project_budget_id', '=', self.budget_id.id)],
+ 'context': {'default_sub_project_budget_id': self.budget_id.id},
+ 'view_mode': 'tree,kanban,form',
+ 'target': 'current'
+ }
+
+ # Button
+ def action_project_planning(self):
+ self.stage = 'Planning'
+
+ def action_stage_procurement(self):
+ if not self.warehouse_id:
+ message = {
+ 'type': 'ir.actions.client',
+ 'tag': 'display_notification',
+ 'params': {
+ 'type': 'info',
+ 'message': "Please choose a warehouse to proceed to the next stage of construction process",
+ 'sticky': False,
+ }
+ }
+ return message
+ if not self.budget_id:
+ message = {
+ 'type': 'ir.actions.client',
+ 'tag': 'display_notification',
+ 'params': {
+ 'type': 'info',
+ 'message': "Please create a budget to proceed to the next stage of construction process",
+ 'sticky': False,
+ }
+ }
+ return message
+
+ self.stage = 'Procurement'
+
+ def action_stage_construction(self):
+ self.stage = 'Construction'
+
+ def action_stage_handover(self):
+ phase_completed = True
+ phase_record = self.env['job.costing'].search(
+ [('project_id', '=', self.id)])
+ for data in phase_record:
+ if data.status != 'complete':
+ phase_completed = False
+ break
+ if not phase_completed:
+ message = {
+ 'type': 'ir.actions.client',
+ 'tag': 'display_notification',
+ 'params': {
+ 'type': 'info',
+ 'message': "Please complete all the phases related to this project to handover this project.",
+ 'sticky': False,
+ }
+ }
+ return message
+ self.stage = 'Handover'
+
+ def get_float_time(self, t):
+ hour, minute = divmod(t, 1)
+ minute *= 60
+ result = '{}:{}'.format(int(hour), int(minute))
+ return result
+
+ def action_print_budget_excel_report(self):
+ workbook = xlwt.Workbook(encoding='utf-8')
+ sheet1 = workbook.add_sheet('Budget Details', cell_overwrite_ok=True)
+ sheet1.show_grid = False
+ sheet1.col(0).width = 400
+ sheet1.col(3).width = 600
+ sheet1.col(9).width = 600
+ sheet1.row(4).height = 400
+ sheet1.row(5).height = 200
+ sheet1.row(6).height = 400
+ sheet1.row(7).height = 200
+ sheet1.row(8).height = 400
+ sheet1.row(9).height = 200
+ sheet1.row(10).height = 400
+ sheet1.row(11).height = 200
+ sheet1.row(12).height = 400
+ sheet1.row(17).height = 400
+ sheet1.col(12).width = 5000
+ sheet1.col(13).width = 4000
+ sheet1.col(14).width = 5000
+ sheet1.col(15).width = 5000
+ sheet1.col(16).width = 8000
+ sheet1.col(17).width = 7000
+ sheet1.col(18).width = 7000
+ sheet1.col(19).width = 7000
+ sheet1.col(20).width = 7000
+ sheet1.col(21).width = 7000
+ sheet1.col(22).width = 5000
+ sheet1.row(14).height = 600
+ border_squre = xlwt.Borders()
+ border_squre.bottom = xlwt.Borders.HAIR
+ border_squre.bottom_colour = xlwt.Style.colour_map["sea_green"]
+ al = xlwt.Alignment()
+ al.horz = xlwt.Alignment.HORZ_LEFT
+ al.vert = xlwt.Alignment.VERT_CENTER
+ date_format = xlwt.XFStyle()
+ date_format.num_format_str = 'mm/dd/yyyy'
+ date_format.font.name = "Century Gothic"
+ date_format.borders = border_squre
+ date_format.alignment = al
+ date_format.font.colour_index = 0x36
+ date_format.font.bold = 1
+ sheet1.set_panes_frozen(True)
+ sheet1.set_horz_split_pos(18)
+ sheet1.remove_splits = True
+ title = xlwt.easyxf(
+ "font: height 350, name Century Gothic, bold on, color_index blue_gray;"
+ " align: vert center, horz center;"
+ "border: bottom thick, bottom_color sea_green;")
+ values = xlwt.easyxf(
+ "font:name Century Gothic, bold on, color_index blue_gray;"
+ " align: vert center, horz left;"
+ "border: bottom hair, bottom_color sea_green;")
+ line_percentage_value = xlwt.easyxf(
+ "font:name Century Gothic, bold on, color_index blue_gray;"
+ " align: vert center, horz center;"
+ "border: bottom hair, bottom_color blue_gray, right hair,right_color blue_gray;")
+ line_values = xlwt.easyxf(
+ "font:name Century Gothic;"
+ " align: vert center, horz center;"
+ "border: bottom hair, bottom_color blue_gray, right hair,right_color blue_gray,left hair,left_color blue_gray;")
+ line_amount_values = xlwt.easyxf(
+ "font:name Century Gothic;"
+ " align: vert center, horz right;"
+ "border: bottom hair, bottom_color blue_gray, right hair,right_color blue_gray,left hair,left_color blue_gray;")
+ line_amount_sub_title = xlwt.easyxf(
+ "font: height 185, name Century Gothic, bold on, color_index gray80; "
+ "align: vert center, horz right; "
+ "border: top hair, bottom hair, left hair, right hair, "
+ "top_color gray50, bottom_color gray50, left_color gray50, right_color gray50")
+ sub_title = xlwt.easyxf(
+ "font: height 185, name Century Gothic, bold on, color_index gray80; "
+ "align: vert center, horz center; "
+ "border: top hair, bottom hair, left hair, right hair, "
+ "top_color gray50, bottom_color gray50, left_color gray50, right_color gray50")
+ # Budget Details
+ budget_amount = str(self.budget_id.currency_id.symbol) + \
+ " "+str(self.budget_id.total_budget_amount)
+ utilization_amount = str(self.budget_id.currency_id.symbol) + " " + str(
+ self.budget_id.utilization_amount)
+ utilization_percentage = str(self.budget_id.progress) + " %"
+ sheet1.write_merge(0, 2, 1, 11, "Budget Details", title)
+ sheet1.write_merge(4, 4, 1, 2, "Project", sub_title)
+ sheet1.write_merge(4, 4, 4, 5, self.construction_site_id.name, values)
+ sheet1.write_merge(6, 6, 1, 2, "Sub Project", sub_title)
+ sheet1.write_merge(6, 6, 4, 5, self.name, values)
+ sheet1.write_merge(4, 4, 7, 8, "Start Date", sub_title)
+ sheet1.write_merge(
+ 4, 4, 10, 11, self.budget_id.start_date, date_format)
+ sheet1.write_merge(6, 6, 7, 8, "End Date", sub_title)
+ sheet1.write_merge(6, 6, 10, 11, self.budget_id.end_date, date_format)
+ sheet1.write_merge(8, 8, 1, 2, "Total Budget Amount", sub_title)
+ sheet1.write_merge(8, 8, 4, 5, budget_amount, values)
+ sheet1.write_merge(10, 10, 1, 2, "Budget Utilization", sub_title)
+ sheet1.write_merge(10, 10, 4, 5, utilization_amount, values)
+ sheet1.write_merge(12, 12, 1, 2, "Utilization(%)", sub_title)
+ sheet1.write_merge(12, 12, 4, 5, utilization_percentage, values)
+ # Budget Lines
+ sheet1.write_merge(14, 15, 1, 22, "Budget Lines", title)
+ sheet1.write_merge(17, 17, 1, 3, "Work Type", sub_title)
+ sheet1.write_merge(17, 17, 4, 6, "Work Sub Type", sub_title)
+ sheet1.write(17, 7, "BOQ Qty", line_amount_sub_title)
+ sheet1.write_merge(17, 17, 8, 10, "Additional Qty",
+ line_amount_sub_title)
+ sheet1.write(17, 11, "Total Qty", line_amount_sub_title)
+ sheet1.write(17, 12, "Rate Analysis", sub_title)
+ sheet1.write(17, 13, "Price / Qty", line_amount_sub_title)
+ sheet1.write(17, 14, "Untaxed", line_amount_sub_title)
+ sheet1.write(17, 15, "Tax Amount", line_amount_sub_title)
+ sheet1.write(17, 16, "Total Budget", line_amount_sub_title)
+ sheet1.write(17, 17, "Material Spent", line_amount_sub_title)
+ sheet1.write(17, 18, "Equipment Spent", line_amount_sub_title)
+ sheet1.write(17, 19, "Labour Spent", line_amount_sub_title)
+ sheet1.write(17, 20, "Overhead Spent", line_amount_sub_title)
+ sheet1.write(17, 21, "Remaining Budget", line_amount_sub_title)
+ sheet1.write(17, 22, "Utilization(%)", sub_title)
+ col = 18
+ for data in self.budget_id.budget_line_ids:
+ sheet1.row(col).height = 400
+ sheet1.write_merge(
+ col, col, 1, 3, data.job_type_id.name, line_values)
+ sheet1.write_merge(
+ col, col, 4, 6, data.sub_category_id.name, line_values)
+ sheet1.write(col, 7, data.boq_qty, line_amount_values)
+ sheet1.write_merge(
+ col, col, 8, 10, data.additional_qty, line_amount_values)
+ sheet1.write(col, 11, (data.boq_qty +
+ data.additional_qty), line_amount_values)
+ sheet1.write(col, 12, ((data.rate_analysis_id.name)
+ if data.rate_analysis_id else ""), line_values)
+ sheet1.write(col, 13, (str(self.budget_id.currency_id.symbol) +
+ " " + str(data.price_per_qty)), line_amount_values)
+ sheet1.write(col, 14, (str(self.budget_id.currency_id.symbol) +
+ " " + str(data.untaxed_amount)), line_amount_values)
+ sheet1.write(col, 15, (str(self.budget_id.currency_id.symbol) +
+ " " + str(data.tax_amount)), line_amount_values)
+ sheet1.write(col, 16, (str(self.budget_id.currency_id.symbol) +
+ " " + str(data.budget)), line_amount_values)
+ sheet1.write(col, 17, (str(self.budget_id.currency_id.symbol) +
+ " " + str(data.material_spent)), line_amount_values)
+ sheet1.write(col, 18, (str(self.budget_id.currency_id.symbol) +
+ " " + str(data.equipment_spent)), line_amount_values)
+ sheet1.write(col, 19, (str(self.budget_id.currency_id.symbol) +
+ " " + str(data.labour_spent)), line_amount_values)
+ sheet1.write(col, 20, (str(self.budget_id.currency_id.symbol) +
+ " " + str(data.overhead_spent)), line_amount_values)
+ sheet1.write(col, 21, (str(self.budget_id.currency_id.symbol) +
+ " " + str(data.remaining_budget)), line_amount_values)
+ sheet1.write(
+ col, 22, (str(data.total_spent) + " " + "%"), line_percentage_value)
+ col = col + 1
+
+ # Budget Spent
+ self.get_budget_spent(workbook=workbook)
+
+ # Print Report
+ stream = BytesIO()
+ workbook.save(stream)
+ out = base64.encodebytes(stream.getvalue())
+ attachment = self.env['ir.attachment'].sudo()
+ filename = 'Budget Report' + ".xls"
+ attachment_id = attachment.create(
+ {'name': filename,
+ 'type': 'binary',
+ 'public': False,
+ 'datas': out})
+ if attachment_id:
+ report = {
+ 'type': 'ir.actions.act_url',
+ 'url': '/web/content/%s?download=true' % (attachment_id.id),
+ 'target': 'self',
+ }
+ return report
+
+ def get_budget_spent(self, workbook):
+ title = xlwt.easyxf(
+ "font: height 300, name Century Gothic, bold on, color_index blue_gray;"
+ " align: vert center, horz center;"
+ "border: bottom thick, bottom_color sea_green;")
+ title2 = xlwt.easyxf(
+ "font: height 250, name Century Gothic, bold on, color_index blue_gray;"
+ " align: vert center, horz left;"
+ "border: bottom thin, bottom_color sea_green;")
+ title3 = xlwt.easyxf(
+ "font: height 250, name Century Gothic, bold on;"
+ " align: vert center, horz right;"
+ "border: bottom thin, bottom_color sea_green;")
+ line_amount_sub_title = xlwt.easyxf(
+ "font: height 185, name Century Gothic, bold on, color_index gray80; "
+ "align: vert center, horz right; "
+ "border: top hair, bottom hair, left hair, right hair, "
+ "top_color gray50, bottom_color gray50, left_color gray50, right_color gray50")
+ line_values = xlwt.easyxf(
+ "font:name Century Gothic;"
+ " align: vert center, horz center;"
+ "border: bottom hair, bottom_color blue_gray, right hair,right_color blue_gray,left hair,left_color blue_gray;")
+ sub_title = xlwt.easyxf(
+ "font: height 185, name Century Gothic, bold on, color_index gray80; "
+ "align: vert center, horz center; "
+ "border: top hair, bottom hair, left hair, right hair, "
+ "top_color gray50, bottom_color gray50, left_color gray50, right_color gray50")
+ sub_title2 = xlwt.easyxf(
+ "font: height 200, name Century Gothic, bold on, color_index gray80; "
+ "align: vert center, horz left; "
+ "border: bottom hair,"
+ "bottom_color sea_green;")
+ sub_title_amount = xlwt.easyxf(
+ "font: height 200, name Century Gothic, bold on, color_index gray80; "
+ "align: vert center, horz right; "
+ "border: bottom hair,"
+ "bottom_color sea_green;")
+ horiz_double_line = xlwt.easyxf("border: top double, top_color gray50")
+ for data in self.budget_id.budget_line_ids:
+ budget_phase_ids = self.env['job.costing'].search(
+ [('project_id', '=', self.id), ('activity_id', '=', data.job_type_id.id)]).mapped('id')
+ domain = [('project_id', '=', self.id), ('work_type_id', '=', data.job_type_id.id),
+ ('sub_category_id', '=',
+ data.sub_category_id.id), ('state', '=', 'complete'),
+ ('job_sheet_id', 'in', budget_phase_ids)]
+ material_spent_rec = self.env['order.material.line'].search(domain)
+ equip_spent_rec = self.env['order.equipment.line'].search(domain)
+ labour_spent_rec = self.env['order.labour.line'].search(domain)
+ overhead_spent_rec = self.env['order.overhead.line'].search(domain)
+ sheet_name = data.job_type_id.name + \
+ "(" + data.sub_category_id.name + ")"
+ sheet = workbook.add_sheet(sheet_name, cell_overwrite_ok=True)
+ sheet.show_grid = False
+ row = 0
+ sheet.row(4).height = 400
+ sheet.row(6).height = 400
+ sheet.write_merge(0, 2, 0, 6, sheet_name, title)
+ sheet.write(4, 0, "Total Budget", sub_title2)
+ sheet.write(4, 1, (str(self.budget_id.currency_id.symbol) +
+ " " + str(data.budget)), sub_title_amount)
+ sheet.write_merge(4, 4, 3, 4, "Used Budget Amount", sub_title2)
+ sheet.write_merge(4, 4, 5, 6, (str(self.budget_id.currency_id.symbol) +
+ " " + str((data.budget - data.remaining_budget))), sub_title_amount)
+ sheet.write_merge(6, 6, 3, 4, "Remaining Budget", sub_title2)
+ sheet.write_merge(6, 6, 5, 6, (str(self.budget_id.currency_id.symbol) +
+ " " + str(data.remaining_budget)), sub_title_amount)
+
+ row = 5
+
+ # Material Rec
+ sheet.write_merge(row+4, row+5, 0, 4, "Material Spent", title2)
+ sheet.write_merge(row+4, row+5, 5, 6, (str(self.budget_id.currency_id.symbol) +
+ " " + str(data.material_spent)), title3)
+ sheet.col(0).width = 8000
+ sheet.col(1).width = 8000
+ sheet.col(2).width = 6500
+ sheet.col(3).width = 5000
+ sheet.col(4).width = 5000
+ sheet.col(5).width = 5000
+ sheet.col(6).width = 5000
+ sheet.row(row+6).height = 600
+ sheet.write(row+6, 0, "Project Phase(WBS)", sub_title)
+ sheet.write(row+6, 1, "Work Order", sub_title)
+ sheet.write(row+6, 2, "Material", sub_title)
+ sheet.write(row+6, 3, "Qty.", line_amount_sub_title)
+ sheet.write(row+6, 4, "Unit", sub_title)
+ sheet.write(row+6, 5, "Price/Qty", line_amount_sub_title)
+ sheet.write(row+6, 6, "Total Price", line_amount_sub_title)
+ row = row + 7
+ for rec in material_spent_rec:
+ sheet.row(row).height = 400
+ sheet.write(row, 0, (rec.job_sheet_id.name +
+ " - " + rec.job_order_id.name), line_values)
+ sheet.write(row, 1, (rec.job_order_id.name +
+ " - " + rec.job_order_id.name), line_values)
+ sheet.write(row, 2, rec.name, line_values)
+ sheet.write(row, 3, rec.qty, line_amount_sub_title)
+ sheet.write(row, 4, rec.uom_id.name, line_values)
+ sheet.write(row, 5, (str(self.budget_id.currency_id.symbol) +
+ " " + str(rec.price)), line_amount_sub_title)
+ sheet.write(row, 6, (str(self.budget_id.currency_id.symbol) +
+ " " + str(rec.total_price)), line_amount_sub_title)
+ row = row + 1
+ sheet.write_merge(row, row, 0, 6, " ", horiz_double_line)
+ row = row + 1
+
+ # Equipment Rec
+ sheet.write_merge(row+1, row+2, 0, 4, "Equipment Spent", title2)
+ sheet.write_merge(row+1, row+2, 5, 6, (str(self.budget_id.currency_id.symbol) +
+ " " + str(data.equipment_spent)), title3)
+ row = row + 3
+ sheet.row(row).height = 600
+ sheet.write(row, 0, "Project Phase(WBS)", sub_title)
+ sheet.write(row, 1, "Work Order", sub_title)
+ sheet.write(row, 2, "Vendor", sub_title)
+ sheet.write(row, 3, "Equipment.", sub_title)
+ sheet.write(row, 4, "Qty.", line_amount_sub_title)
+ sheet.write(row, 5, "Price/Qty", line_amount_sub_title)
+ sheet.write(row, 6, "Total Price", line_amount_sub_title)
+ row = row+1
+ for rec in equip_spent_rec:
+ sheet.row(row).height = 400
+ sheet.write(row, 0, (rec.job_sheet_id.name +
+ " - " + rec.job_order_id.name), line_values)
+ sheet.write(row, 1, (rec.job_order_id.name +
+ " - " + rec.job_order_id.name), line_values)
+ sheet.write(row, 2, rec.vendor_id.name, line_values)
+ sheet.write(row, 3, rec.desc, line_values)
+ sheet.write(row, 4, rec.qty, line_amount_sub_title)
+ sheet.write(row, 5, (str(self.budget_id.currency_id.symbol) +
+ " " + str(rec.cost)), line_amount_sub_title)
+ sheet.write(row, 6, (str(self.budget_id.currency_id.symbol) +
+ " " + str(rec.total_cost)), line_amount_sub_title)
+ row = row + 1
+ sheet.write_merge(row, row, 0, 6, " ", horiz_double_line)
+ row = row + 1
+
+ # Labour Rec
+ sheet.write_merge(row+1, row+2, 0, 4, "Labour Spent", title2)
+ sheet.write_merge(row+1, row+2, 5, 6, (str(self.budget_id.currency_id.symbol) +
+ " " + str(data.labour_spent)), title3)
+ row = row + 3
+ sheet.row(row).height = 600
+ sheet.write(row, 0, "Project Phase(WBS)", sub_title)
+ sheet.write(row, 1, "Work Order", sub_title)
+ sheet.write(row, 2, "Vendor", sub_title)
+ sheet.write(row, 3, "Product", sub_title)
+ sheet.write(row, 4, "Hours", line_amount_sub_title)
+ sheet.write(row, 5, "Cost / Hour", line_amount_sub_title)
+ sheet.write(row, 6, "Sub Total", line_amount_sub_title)
+ row = row+1
+ for rec in labour_spent_rec:
+ sheet.row(row).height = 400
+ sheet.write(row, 0, (rec.job_sheet_id.name +
+ " - " + rec.job_order_id.name), line_values)
+ sheet.write(row, 1, (rec.job_order_id.name +
+ " - " + rec.job_order_id.name), line_values)
+ sheet.write(row, 2, rec.vendor_id.name, line_values)
+ sheet.write(row, 3, rec.name, line_values)
+ sheet.write(row, 4, rec.hours, line_amount_sub_title)
+ sheet.write(row, 5, (str(self.budget_id.currency_id.symbol) +
+ " " + str(rec.cost)), line_amount_sub_title)
+ sheet.write(row, 6, (str(self.budget_id.currency_id.symbol) +
+ " " + str(rec.sub_total)), line_amount_sub_title)
+ row = row + 1
+ sheet.write_merge(row, row, 0, 6, " ", horiz_double_line)
+ row = row + 1
+
+ # Overhead Rec
+ sheet.write_merge(row+1, row+2, 0, 4, "Overhead Spent", title2)
+ sheet.write_merge(row+1, row+2, 5, 6, (str(self.budget_id.currency_id.symbol) +
+ " " + str(data.overhead_spent)), title3)
+ row = row + 3
+ sheet.row(row).height = 600
+ sheet.write(row, 0, "Project Phase(WBS)", sub_title)
+ sheet.write(row, 1, "Work Order", sub_title)
+ sheet.write(row, 2, "Vendor", sub_title)
+ sheet.write(row, 3, "Product", sub_title)
+ sheet.write(row, 4, "Qty.", line_amount_sub_title)
+ sheet.write(row, 5, "Cost / Qty", line_amount_sub_title)
+ sheet.write(row, 6, "Sub Total", line_amount_sub_title)
+ row = row+1
+ for rec in overhead_spent_rec:
+ sheet.row(row).height = 400
+ sheet.write(row, 0, (rec.job_sheet_id.name +
+ " - " + rec.job_order_id.name), line_values)
+ sheet.write(row, 1, (rec.job_order_id.name +
+ " - " + rec.job_order_id.name), line_values)
+ sheet.write(row, 2, rec.vendor_id.name, line_values)
+ sheet.write(row, 3, rec.name, line_values)
+ sheet.write(row, 4, rec.qty, line_amount_sub_title)
+ sheet.write(row, 5, (str(self.budget_id.currency_id.symbol) +
+ " " + str(rec.cost)), line_amount_sub_title)
+ sheet.write(row, 6, (str(self.budget_id.currency_id.symbol) +
+ " " + str(rec.sub_total)), line_amount_sub_title)
+ row = row + 1
+ sheet.write_merge(row, row, 0, 6, " ", horiz_double_line)
+ row = row + 1
+
+
+class ProjectDocuments(models.Model):
+ _name = 'project.documents'
+ _description = "Project Documents"
+ _rec_name = 'file_name'
+
+ document_type_id = fields.Many2one('site.document.type', string="Document")
+ document = fields.Binary(string='Documents', required=True)
+ file_name = fields.Char(string='File Name')
+ project_id = fields.Many2one('tk.construction.project')
+
+
+class ProjectInsurance(models.Model):
+ _name = 'project.insurance'
+ _description = "Project Insurance"
+
+ name = fields.Char(string="Insurance")
+ policy_no = fields.Char(string="Insurance No")
+ risk_ids = fields.Many2many('insurance.risk', string="Risk Covered")
+ document = fields.Binary(string='Documents')
+ file_name = fields.Char(string='File Name')
+ project_id = fields.Many2one('tk.construction.project')
+ company_id = fields.Many2one(
+ 'res.company', string="Company", default=lambda self: self.env.company)
+ currency_id = fields.Many2one(
+ 'res.currency', related='company_id.currency_id', string='Currency')
+ total_charge = fields.Monetary(string="Total Charge")
+ issue_date = fields.Date(string="Issue Date", default=fields.Date.today())
+ bill_id = fields.Many2one('account.move', string="Bill")
+ vendor_id = fields.Many2one('res.partner', string="Vendor")
+
+ def action_create_bil(self):
+ record = {
+ 'product_id': self.env.ref('tk_construction_management.construction_product_1').id,
+ 'name': self.project_id.name + "\n" + "Name : " + self.name + "\n" + "No : " + self.policy_no,
+ 'quantity': 1,
+ 'tax_ids': False,
+ 'price_unit': self.total_charge
+ }
+ line = [(0, 0, record)]
+ main_data = {
+ 'partner_id': self.vendor_id.id,
+ 'move_type': 'in_invoice',
+ 'invoice_date': fields.date.today(),
+ 'invoice_line_ids': line,
+ }
+ bill_id = self.env['account.move'].create(main_data)
+ self.bill_id = bill_id.id
+
+
+class ConstructionExtraExpense(models.Model):
+ _name = 'extra.expense'
+ _description = "Extra Expense"
+
+ product_id = fields.Many2one(
+ 'product.product', string="Expense", domain="[('is_expense','=',True)]")
+ date = fields.Date(string="Date", default=fields.Date.today())
+ company_id = fields.Many2one(
+ 'res.company', string="Company", default=lambda self: self.env.company)
+ currency_id = fields.Many2one(
+ 'res.currency', related='company_id.currency_id', string='Currency')
+ cost = fields.Monetary(string="Cost")
+ bill_id = fields.Many2one('account.move', string="Bill")
+ note = fields.Char(string="Note")
+ project_id = fields.Many2one('tk.construction.project', string="Project")
+ qty = fields.Integer(string="Qty.", default=1)
+ vendor_id = fields.Many2one('res.partner', string="Vendor")
+
+ @api.onchange('product_id')
+ def onchange_expense_cost(self):
+ for rec in self:
+ rec.cost = rec.product_id.standard_price
+
+ def action_create_expense_bill(self):
+ if self.vendor_id and self.product_id:
+ data = {
+ 'product_id': self.product_id.id,
+ 'name': (self.product_id.name + " " + self.note) if self.note else self.product_id.name,
+ 'quantity': self.qty,
+ 'tax_ids': False,
+ 'price_unit': self.cost
+ }
+ invoice_line = [(0, 0, data)]
+ invoice_id = self.env['account.move'].create({
+ 'partner_id': self.vendor_id.id,
+ 'invoice_line_ids': invoice_line,
+ 'move_type': 'in_invoice',
+ })
+ self.bill_id = invoice_id.id
+
+
+class BoqBudget(models.Model):
+ _name = 'boq.budget'
+ _description = "Boq Budget"
+ _rec_name = 'activity_id'
+
+ project_id = fields.Many2one(
+ 'tk.construction.project', string="Sub Project")
+ site_id = fields.Many2one(
+ related="project_id.construction_site_id", string="Project")
+ activity_id = fields.Many2one('job.type', string="Work Type")
+ sub_activity_ids = fields.Many2many(
+ related="activity_id.sub_category_ids", string="Sub Activities")
+ sub_activity_id = fields.Many2one('job.sub.category', string="Work Sub Type",
+ domain="[('id','in',sub_activity_ids)]")
+ qty = fields.Float(string="Qty.", default=1.0)
+ total_qty = fields.Float(
+ string="Total Qty.", compute="compute_total_qty", store=True)
+ length = fields.Float(string="Length")
+ width = fields.Float(string="Width")
+ height = fields.Float(string="Height")
+ is_use_measure = fields.Boolean(
+ related="project_id.is_use_measure", store=True)
+
+ @api.depends('project_id.is_use_measure', 'length', 'width', 'height', 'qty')
+ def compute_total_qty(self):
+ for rec in self:
+ total_qty = 0.0
+ if rec.project_id.is_use_measure:
+ total_qty = rec.height * rec.width * rec.length * rec.qty
+ else:
+ total_qty = rec.qty
+ rec.total_qty = total_qty
diff --git a/addons/tk_construction_management/models/construction_scrap.py b/addons/tk_construction_management/models/construction_scrap.py
new file mode 100644
index 0000000..7847502
--- /dev/null
+++ b/addons/tk_construction_management/models/construction_scrap.py
@@ -0,0 +1,119 @@
+# -*- coding: utf-8 -*-
+# Copyright 2020-Today TechKhedut.
+# Part of TechKhedut. See LICENSE file for full copyright and licensing details.
+from odoo import fields, api, models, _
+
+
+class ScrapOrder(models.Model):
+ _name = 'scrap.order'
+ _description = "Construction Scrap Order"
+ _rec_name = 'name'
+
+ name = fields.Char(string='Sequence', copy=False, required=True, readonly=True, default=lambda self: _('New'))
+ date = fields.Date(string="Date", default=fields.Date.today())
+ note = fields.Text(string="Note")
+ job_order_id = fields.Many2one('job.order', string="Work Order")
+ scrap_order_line_ids = fields.One2many('scrap.order.line', 'scrap_order_id', string="Scrap Order Line")
+ company_id = fields.Many2one('res.company', string='Company', default=lambda self: self.env.company)
+ currency_id = fields.Many2one('res.currency', related='company_id.currency_id', string='Currency')
+ total = fields.Monetary(string="Total", compute="_compute_net_total", store=True)
+ invoice_id = fields.Many2one('account.move', string="Invoice")
+ vendor_id = fields.Many2one('res.partner', string="Vendor")
+
+ @api.depends('scrap_order_line_ids')
+ def _compute_net_total(self):
+ for rec in self:
+ amount = 0.0
+ if rec.scrap_order_line_ids:
+ for data in rec.scrap_order_line_ids:
+ amount = amount + data.net_total
+ rec.total = amount
+ else:
+ rec.total = 0.0
+
+ @api.model_create_multi
+ def create(self, vals_list):
+ for vals in vals_list:
+ if vals.get('name', _('New')) == _('New'):
+ vals['name'] = self.env['ir.sequence'].next_by_code('scrap.order') or _('New')
+ res = super(ScrapOrder, self).create(vals_list)
+ return res
+
+ @api.onchange('job_order_id')
+ def _onchange_job_order(self):
+ for rec in self:
+ if not rec.job_order_id:
+ return
+ if rec.job_order_id:
+ lines = []
+ rec.scrap_order_line_ids = [(5, 0, 0)]
+ for data in rec.job_order_id.material_order_ids:
+ lines.append((0, 0, {
+ 'product_id': data.material_id.id,
+ 'scrap_type': 'material',
+ 'qty': 1,
+ }))
+ for data in rec.job_order_id.equipment_order_ids:
+ lines.append((0, 0, {
+ 'product_id': data.equipment_id.id,
+ 'scrap_type': 'equipment',
+ 'qty': 1,
+ }))
+ for data in rec.job_order_id.overhead_order_ids:
+ lines.append((0, 0, {
+ 'product_id': data.product_id.id,
+ 'scrap_type': 'overhead',
+ 'qty': 1,
+ }))
+ rec.scrap_order_line_ids = lines
+
+ def action_create_invoice(self):
+ invoice_line = []
+ for data in self.scrap_order_line_ids:
+ invoice_line.append((0, 0, {
+ 'product_id': data.product_id.id,
+ 'name': data.product_id.name,
+ 'quantity': data.qty,
+ 'tax_ids': False,
+ 'price_unit': data.dep_cost
+ }))
+ invoice_id = self.env['account.move'].create({
+ 'partner_id': self.vendor_id.id,
+ 'invoice_line_ids': invoice_line,
+ 'move_type': 'out_invoice',
+ })
+ invoice_id.action_post()
+ self.invoice_id = invoice_id.id
+
+
+class ScrapOrderLine(models.Model):
+ _name = 'scrap.order.line'
+ _description = "Scrap Order Line"
+
+ scrap_type = fields.Selection([('material', 'Material'), ('equipment', 'Equipment'), ('overhead', 'Overhead')],
+ string="Scrap of")
+ product_id = fields.Many2one("product.product", string="Product")
+ qty = fields.Integer(string="Qty.")
+ company_id = fields.Many2one('res.company', string='Company', default=lambda self: self.env.company)
+ currency_id = fields.Many2one('res.currency', related='company_id.currency_id', string='Currency')
+ dep_cost = fields.Monetary(string="Value")
+ scrap_order_id = fields.Many2one('scrap.order', string="Scrap Order")
+ net_total = fields.Monetary(string="Total Value", compute="_compute_net_total")
+
+ @api.onchange('scrap_type')
+ def filter_materia_equipment(self):
+ for rec in self:
+ if rec.scrap_type == "material":
+ return {'domain': {'product_id': [('is_material', '=', True)]}}
+ elif rec.scrap_type == "equipment":
+ return {'domain': {'product_id': [('is_equipment', '=', True)]}}
+ elif rec.scrap_type == 'overhead':
+ return {'domain': {'product_id': [('is_overhead', '=', True)]}}
+
+ @api.depends('dep_cost', 'qty')
+ def _compute_net_total(self):
+ for rec in self:
+ if rec.product_id:
+ rec.net_total = rec.dep_cost * rec.qty
+ else:
+ rec.net_total = 0
diff --git a/addons/tk_construction_management/models/construction_site.py b/addons/tk_construction_management/models/construction_site.py
new file mode 100644
index 0000000..0aea8bf
--- /dev/null
+++ b/addons/tk_construction_management/models/construction_site.py
@@ -0,0 +1,203 @@
+# -*- coding: utf-8 -*-
+# Copyright 2020-Today TechKhedut.
+# Part of TechKhedut. See LICENSE file for full copyright and licensing details.
+from odoo import fields, api, models, _
+from odoo.exceptions import ValidationError
+
+
+class ConstructionSite(models.Model):
+ _name = 'tk.construction.site'
+ _description = "Construction Project"
+ _inherit = ['mail.thread', 'mail.activity.mixin']
+
+ name = fields.Char(string="Title", tracking=True)
+ start_date = fields.Date(string="Start Date", tracking=True)
+ end_date = fields.Date(string="End Date", tracking=True)
+ status = fields.Selection([('draft', 'Draft'), ('in_progress', 'In Progress'), ('complete', 'Complete')],
+ default='draft', tracking=True)
+ con_project_id = fields.Many2one('tk.construction.project', string="Project", tracking=True)
+ phone = fields.Char(string="Phone")
+ mobile = fields.Char(string="Mobile")
+ email = fields.Char(string="Email")
+ warehouse_id = fields.Many2one('stock.warehouse', string="Warehouse", tracking=True)
+
+ # Address
+ zip = fields.Char(string='Pin Code')
+ street = fields.Char(string='Street1')
+ street2 = fields.Char(string='Street2')
+ city = fields.Char(string='City')
+ country_id = fields.Many2one('res.country', 'Country')
+ state_id = fields.Many2one("res.country.state", string='State', readonly=False, store=True,
+ domain="[('country_id', '=?', country_id)]")
+ longitude = fields.Char(string="Longitude")
+ latitude = fields.Char(string="Latitude")
+
+ # One2Many
+ stakeholder_ids = fields.One2many('stakeholder.line', 'site_id')
+ site_image_ids = fields.One2many('site.images', 'site_id')
+ site_dimension_ids = fields.One2many('site.dimension', 'site_id')
+ document_permit_ids = fields.One2many('document.permit', 'site_id')
+ construction_project_ids = fields.One2many('tk.construction.project', 'construction_site_id')
+ boq_ids = fields.One2many('tk.construction.project', 'construction_site_id')
+
+ # Count & Totals
+ document_count = fields.Integer(string="Document Count", compute="_compute_count")
+ project_count = fields.Integer(string="Project Count", compute="_compute_count")
+ total_area = fields.Float(string="Total Area ", compute="_compute_total_area")
+
+ # Create, Write, Unlink, Constrain
+ @api.constrains('stakeholder_ids')
+ def _check_stakeholder_stack(self):
+ for record in self.stakeholder_ids:
+ duplicates = self.stakeholder_ids.filtered(
+ lambda r: r.id != record.id and r.stakeholder_id.id == record.stakeholder_id.id)
+ if duplicates:
+ raise ValidationError(_("Stakeholder already added !"))
+
+ @api.constrains('stakeholder_ids')
+ def _check_stakeholder_ids(self):
+ percentage = 0.0
+ for record in self.stakeholder_ids:
+ percentage = percentage + record.percentage
+ if percentage > 100:
+ raise ValidationError(_("Percentage cannot exceed the limit of 100%."))
+
+ # Compute
+ def _compute_count(self):
+ for rec in self:
+ rec.document_count = self.env['site.documents'].search_count([('site_id', '=', rec.id)])
+ rec.project_count = self.env['tk.construction.project'].search_count(
+ [('construction_site_id', '=', rec.id)])
+
+ @api.depends('site_dimension_ids')
+ def _compute_total_area(self):
+ for rec in self:
+ total = 0.0
+ if rec.site_dimension_ids:
+ for data in rec.site_dimension_ids:
+ total = total + data.area
+ rec.total_area = total
+
+ # Smart Bottom
+ def action_gmap_location(self):
+ if self.longitude and self.latitude:
+ longitude = self.longitude
+ latitude = self.latitude
+ http_url = 'https://maps.google.com/maps?q=loc:' + latitude + ',' + longitude
+ return {
+ 'type': 'ir.actions.act_url',
+ 'target': 'new',
+ 'url': http_url,
+ }
+ else:
+ raise ValidationError(_("! Enter Proper Longitude and Latitude Values"))
+
+ def action_site_document(self):
+ return {
+ 'type': 'ir.actions.act_window',
+ 'name': _('Documents'),
+ 'res_model': 'site.documents',
+ 'domain': [('site_id', '=', self.id)],
+ 'context': {'default_site_id': self.id},
+ 'view_mode': 'list',
+ 'target': 'current'
+ }
+
+ def action_view_project(self):
+ return {
+ 'type': 'ir.actions.act_window',
+ 'name': _('Project'),
+ 'res_model': 'tk.construction.project',
+ 'domain': [('construction_site_id', '=', self.id)],
+ 'context': {'default_construction_site_id': self.id},
+ 'view_mode': 'list,form',
+ 'target': 'current'
+ }
+
+ # Button
+ def action_site_complete(self):
+ self.status = 'complete'
+
+ def action_site_in_progress(self):
+ self.status = 'in_progress'
+
+
+# Stakeholder
+class StakeholderLine(models.Model):
+ _name = 'stakeholder.line'
+ _description = "Stack Holder Line"
+ _rec_name = 'stakeholder_id'
+
+ site_id = fields.Many2one('tk.construction.site', string="Construction Project")
+ stakeholder_id = fields.Many2one('res.partner', domain="[('stack_holder','=',True)]")
+ percentage = fields.Float(string="Percentage")
+ image_1920 = fields.Binary(related="stakeholder_id.image_1920")
+ phone = fields.Char(related="stakeholder_id.phone", string="Phone")
+ email = fields.Char(related="stakeholder_id.email", string="Email")
+
+
+# Project Documents
+class SiteDocuments(models.Model):
+ _name = 'site.documents'
+ _description = "Project Documents"
+ _rec_name = 'document_type_id'
+
+ document_type_id = fields.Many2one('site.document.type', string="Document Type")
+ date = fields.Date(string="Date", default=fields.Date.today())
+ site_id = fields.Many2one('tk.construction.site', string="Construction Project", ondelete='cascade')
+ document = fields.Binary(string='Documents', required=True)
+ file_name = fields.Char(string='File Name')
+
+
+# Project Images
+class SiteImages(models.Model):
+ _name = 'site.images'
+ _description = "Project Images"
+
+ site_id = fields.Many2one('tk.construction.site', string="Construction Project", ondelete='cascade')
+ name = fields.Char(string='Title')
+ image = fields.Image(string='Images')
+
+
+# Project Dimension
+class SiteDimension(models.Model):
+ _name = 'site.dimension'
+ _description = "Project Dimension"
+ _rec_name = "site_id"
+
+ name = fields.Char(string="Title")
+ site_id = fields.Many2one('tk.construction.site', string="Construction Project", ondelete='cascade')
+ length = fields.Float(string="Length(m)")
+ width = fields.Float(string="Width(m)")
+ area = fields.Float(string="Area", compute="_compute_area")
+
+ @api.depends('length', 'width')
+ def _compute_area(self):
+ for rec in self:
+ area = 0.0
+ if rec.length and rec.width:
+ area = rec.length * rec.width
+ rec.area = area
+
+
+# Document Permit
+class DocumentPermit(models.Model):
+ _name = 'document.permit'
+ _description = "Document Permit"
+ _rec_name = 'document_type_id'
+
+ document_type_id = fields.Many2one('site.document.type', string="Document Type")
+ date = fields.Date(string="Date", default=fields.Date.today())
+ site_id = fields.Many2one('tk.construction.site', string="Construction Project", ondelete='cascade')
+ document = fields.Binary(string='Documents', required=True)
+ file_name = fields.Char(string='File Name')
+ status = fields.Selection([('a', 'Approve'), ('r', 'Reject')], string="Status")
+ feedback = fields.Char(string="Feedback")
+ submitted_by = fields.Many2one('res.users', string="Submitted by",
+ default=lambda self: self.env.user and self.env.user.id or False)
+
+ def action_approve(self):
+ self.status = 'a'
+
+ def action_reject(self):
+ self.status = 'r'
diff --git a/addons/tk_construction_management/models/construction_user.py b/addons/tk_construction_management/models/construction_user.py
new file mode 100644
index 0000000..7e9a9ce
--- /dev/null
+++ b/addons/tk_construction_management/models/construction_user.py
@@ -0,0 +1,10 @@
+# -*- coding: utf-8 -*-
+# Copyright 2020-Today TechKhedut.
+# Part of TechKhedut. See LICENSE file for full copyright and licensing details.
+from odoo import fields, api, models
+
+
+class ConstructionResUser(models.Model):
+ _inherit = 'res.users'
+
+ department_ids = fields.Many2many('construction.department', string="Department ")
diff --git a/addons/tk_construction_management/models/department.py b/addons/tk_construction_management/models/department.py
new file mode 100644
index 0000000..963b49a
--- /dev/null
+++ b/addons/tk_construction_management/models/department.py
@@ -0,0 +1,23 @@
+# -*- coding: utf-8 -*-
+# Copyright 2020-Today TechKhedut.
+# Part of TechKhedut. See LICENSE file for full copyright and licensing details.
+from odoo import fields, api, models
+
+
+class ConstructionDepartment(models.Model):
+ _name = 'construction.department'
+ _description = "Construction department"
+
+ name = fields.Char(string="Department Name")
+ manager_ids = fields.Many2many('res.users', string="Manager")
+ user_ids = fields.Many2many('res.users', 'construction_user_team_rel', 'user_id', 'team_id_id',
+ string="Responsible", domain="[('id','not in',manager_ids)]")
+ department_id = fields.Many2one('hr.department', string="HR Department")
+
+ @api.model_create_multi
+ def create(self, vals):
+ res = super(ConstructionDepartment, self).create(vals)
+ for rec in res:
+ for data in rec.manager_ids:
+ data.department_ids = data.department_ids.ids + [rec.id]
+ return res
diff --git a/addons/tk_construction_management/models/internal_transfer.py b/addons/tk_construction_management/models/internal_transfer.py
new file mode 100644
index 0000000..ee53168
--- /dev/null
+++ b/addons/tk_construction_management/models/internal_transfer.py
@@ -0,0 +1,274 @@
+# -*- coding: utf-8 -*-
+# Copyright 2020-Today TechKhedut.
+# Part of TechKhedut. See LICENSE file for full copyright and licensing details.
+from odoo import fields, models, api, _
+
+
+class InternalTransfer(models.Model):
+ _name = 'internal.transfer'
+ _description = 'Internal transfer material requisition'
+ _inherit = ['mail.thread', 'mail.activity.mixin']
+
+ name = fields.Char(string='Sequence', required=True, readonly=True, default=lambda self: _('New'))
+ title = fields.Char(string="Title")
+ stage = fields.Selection([('draft', 'Draft'), ('in_progress', 'In Progress'), ('done', 'Done'),
+ ('cancel', 'Cancel')], default='draft', string="Stage", tracking=True)
+ is_order_created = fields.Boolean()
+ delivery_order_check = fields.Boolean(compute="_compute_delivery_order_status")
+
+ # Other Details
+ date = fields.Date(string="Date", default=fields.Date.today())
+ responsible_id = fields.Many2one('res.users', default=lambda self: self.env.user and self.env.user.id or False,
+ string="Created By")
+
+ # Project Details
+ company_id = fields.Many2one('res.company', string="Company", default=lambda self: self.env.company)
+ site_id = fields.Many2one('tk.construction.site', string="Project")
+ project_id = fields.Many2one('tk.construction.project', string="Sub Project")
+ warehouse_id = fields.Many2one(related="site_id.warehouse_id")
+
+ # Work Type & Phase
+ work_type_id = fields.Many2one('job.type', string="Work Type")
+ job_sheet_id = fields.Many2one('job.costing', string="Phase(WBS)")
+ work_order_id = fields.Many2one('job.order', string="Work Order")
+ material_req_id = fields.Many2one('material.requisition', string="Material Requisition")
+
+ # Internal Transfer & Forward Transfer
+ is_forward_transfer = fields.Boolean(tracking=True)
+ forward_transfer_id = fields.Many2one('internal.transfer', string="Forward Transfer")
+ internal_ref = fields.Char(string="Internal Transfer Ref.")
+
+ # Department
+ department_id = fields.Many2one('construction.department', string="Department")
+ manager_ids = fields.Many2many('res.users', string="Manager")
+ user_id = fields.Many2one('res.users', string="Responsible User ")
+
+ # Additional Info
+ vehicle_no = fields.Char(string="Vehicle No")
+ vehicle_name = fields.Char(string="Name")
+ model = fields.Char(string="Model")
+ driver_name = fields.Char(string="Driver Name")
+ phone = fields.Char(string="Phone")
+
+ # One 2 many
+ internal_line_ids = fields.One2many('internal.transfer.line', 'internal_transfer_id',
+ string="Internal Transfer Line")
+
+ # Count
+ delivery_count = fields.Integer(string="Delivery Count", compute="_compute_count")
+
+ # Create, Write, Unlink, Constrain
+ @api.model_create_multi
+ def create(self, vals_list):
+ for vals in vals_list:
+ if vals.get('name', _('New')) == _('New'):
+ vals['name'] = self.env['ir.sequence'].next_by_code('internal.transfer') or _('New')
+ res = super(InternalTransfer, self).create(vals_list)
+ return res
+
+ def name_get(self):
+ data = []
+ for rec in self:
+ data.append((rec.id, '%s - %s' % (rec.name, rec.title)))
+ return data
+
+ # Compute
+ def _compute_count(self):
+ for rec in self:
+ rec.delivery_count = self.env['stock.picking'].search_count([('transfer_id', '=', rec.id)])
+
+ # Compute
+ @api.depends('internal_line_ids')
+ def _compute_delivery_order_status(self):
+ delivery = True
+ delivery_orders = self.env['stock.picking'].search([('transfer_id', '=', self.id)])
+ if delivery_orders:
+ for rec in delivery_orders:
+ if not rec.state == 'done':
+ delivery = False
+ break
+ else:
+ delivery = False
+ if delivery:
+ self.delivery_order_check = True
+ else:
+ self.delivery_order_check = False
+
+ # Onchange
+ @api.onchange('department_id', 'manager_ids')
+ def _onchange_department_manager(self):
+ ids = []
+ for rec in self:
+ if rec.department_id:
+ ids = rec.department_id.manager_ids.ids
+ return {'domain': {'manager_ids': [('id', 'in', ids)]}}
+
+ @api.onchange('department_id', 'manager_ids', 'user_id')
+ def _onchange_department_responsible(self):
+ ids = []
+ for rec in self:
+ if rec.department_id:
+ ids = rec.department_id.user_ids.ids
+ return {'domain': {'user_id': [('id', 'in', ids)]}}
+
+ # Smart Button
+ def action_view_delivery_order(self):
+ return {
+ 'type': 'ir.actions.act_window',
+ 'name': _('Delivery Orders'),
+ 'res_model': 'stock.picking',
+ 'domain': [('transfer_id', '=', self.id)],
+ 'context': {'default_transfer_id': self.id},
+ 'view_mode': 'list,form,kanban',
+ 'target': 'current'
+ }
+
+ # Button
+ def action_ready_transfer(self):
+ self.stage = 'in_progress'
+ self.material_req_id.stage = 'internal_transfer'
+
+ def action_complete_transfer(self):
+ self.material_req_id.stage = 'material_arrived'
+ self.work_order_id.state = 'material_arrive'
+ self.stage = 'done'
+ return {
+ 'type': 'ir.actions.act_window',
+ 'name': _('Work Order'),
+ 'res_model': 'job.order',
+ 'res_id': self.work_order_id.id,
+ 'view_mode': 'form',
+ 'target': 'current'
+ }
+
+ def action_cancel_transfer(self):
+ self.material_req_id.stage = 'cancel'
+ self.stage = 'cancel'
+
+ def action_internal_transfer(self):
+ pickup_warehouse_ids = self.internal_line_ids.mapped('pickup_warehouse_id').mapped('id')
+ delivery_warehouse_ids = self.internal_line_ids.mapped('delivery_warehouse_id').mapped('id')
+ for pickup in pickup_warehouse_ids:
+ for delivery in delivery_warehouse_ids:
+ lines = []
+ created_ids = []
+ stock_picking_type_id = False
+ source_id = False
+ destination_id = False
+ for line in self.internal_line_ids:
+ if line.pickup_warehouse_id.id == pickup and line.delivery_warehouse_id.id == delivery:
+ lines.append((0, 0, {
+ 'product_id': line.product_id.id,
+ 'product_uom_qty': line.qty,
+ 'product_uom': line.uom_id.id,
+ 'location_id': line.pickup_warehouse_id.lot_stock_id.id,
+ 'location_dest_id': line.delivery_warehouse_id.lot_stock_id.id,
+ 'name': line.name
+ }))
+ source_id = line.pickup_warehouse_id.lot_stock_id
+ destination_id = line.delivery_warehouse_id.lot_stock_id
+ stock_picking_type_id = self.env['stock.picking.type'].search(
+ [('code', '=', 'internal'), ('warehouse_id', '=', line.pickup_warehouse_id.id)], limit=1)
+ created_ids.append(line.id)
+ if lines and stock_picking_type_id and source_id and destination_id:
+ delivery_record = {
+ 'picking_type_id': stock_picking_type_id.id,
+ 'location_id': source_id.id,
+ 'location_dest_id': destination_id.id,
+ 'move_ids_without_package': lines,
+ 'transfer_id': self.id,
+ 'move_type': 'one'
+ }
+ delivery_id = self.env['stock.picking'].create(delivery_record)
+ delivery_id.action_confirm()
+ for data in created_ids:
+ internal_line_id = self.env['internal.transfer.line'].browse(data)
+ internal_line_id.delivery_order_id = delivery_id.id
+ self.material_req_id.internal_transfer_id = self.id
+ self.is_order_created = True
+
+ def action_forward_transfer(self):
+ is_any_forward = False
+ for data in self.internal_line_ids:
+ if data.delivery_warehouse_id.id == self.warehouse_id.id:
+ is_any_forward = True
+ if not is_any_forward:
+ message = {
+ 'type': 'ir.actions.client',
+ 'tag': 'display_notification',
+ 'params': {
+ 'type': 'info',
+ 'message': "There are no any forward transfer in Internal transfer",
+ 'sticky': False,
+ }
+ }
+ return message
+ if is_any_forward:
+ internal_record = {
+ 'title': self.title,
+ 'site_id': self.site_id.id,
+ 'project_id': self.project_id.id,
+ 'work_type_id': self.work_type_id.id,
+ 'job_sheet_id': self.job_sheet_id.id,
+ 'work_order_id': self.work_order_id.id,
+ 'material_req_id': self.material_req_id.id,
+ 'company_id': self.company_id.id,
+ 'department_id': self.department_id.id,
+ 'manager_ids': self.manager_ids.ids,
+ 'user_id': self.user_id.id,
+ 'stage': 'in_progress',
+ 'internal_ref': self.name
+ }
+ internal_transfer_id = self.env['internal.transfer'].create(internal_record)
+ for data in self.internal_line_ids:
+ if data.delivery_warehouse_id.id == self.warehouse_id.id:
+ line_record = {
+ 'sub_category_id': data.sub_category_id.id,
+ 'product_id': data.product_id.id,
+ 'name': data.name,
+ 'qty': data.qty,
+ 'pickup_warehouse_id': data.delivery_warehouse_id.id,
+ 'delivery_warehouse_id': data.building_id.warehouse_id.id,
+ 'internal_transfer_id': internal_transfer_id.id
+ }
+ self.env['internal.transfer.line'].create(line_record)
+ self.forward_transfer_id = internal_transfer_id.id
+ internal_transfer_id.is_forward_transfer = True
+ return {
+ 'type': 'ir.actions.act_window',
+ 'name': _('Forward Transfer'),
+ 'res_model': 'internal.transfer',
+ 'res_id': internal_transfer_id.id,
+ 'view_mode': 'form',
+ 'target': 'current'
+ }
+
+
+class InternalTransferLine(models.Model):
+ _name = 'internal.transfer.line'
+ _description = "Internal Transfer Line"
+
+ product_id = fields.Many2one('product.product', string="Product")
+ name = fields.Char(string="Description")
+ qty = fields.Integer('Qty.')
+ forcast_qty = fields.Char(string="Forecast Qty.", compute="_compute_forcast_qty")
+ uom_id = fields.Many2one(related="product_id.uom_po_id", string="UOM")
+ pickup_warehouse_id = fields.Many2one('stock.warehouse', string="Pickup Warehouse")
+ delivery_warehouse_id = fields.Many2one('stock.warehouse', string="Delivery Warehouse")
+ internal_transfer_id = fields.Many2one('internal.transfer', string="Internal Transfer")
+ delivery_order_id = fields.Many2one('stock.picking', string="Do")
+ state = fields.Selection(related="delivery_order_id.state", string="Status")
+ sub_category_id = fields.Many2one('job.sub.category', string="Work Sub Type")
+
+ @api.depends('pickup_warehouse_id', 'product_id')
+ def _compute_forcast_qty(self):
+ for rec in self:
+ qty = 0.0
+ if rec.product_id:
+ qty = rec.product_id.with_context(warehouse=rec.pickup_warehouse_id.id).virtual_available
+ rec.forcast_qty = qty
+
+ @api.onchange('product_id')
+ def _onchange_product_desc(self):
+ for rec in self:
+ rec.name = rec.product_id.name
diff --git a/addons/tk_construction_management/models/job_costing.py b/addons/tk_construction_management/models/job_costing.py
new file mode 100644
index 0000000..cdde4b7
--- /dev/null
+++ b/addons/tk_construction_management/models/job_costing.py
@@ -0,0 +1,553 @@
+# -*- coding: utf-8 -*-
+# Copyright 2020-Today TechKhedut.
+# Part of TechKhedut. See LICENSE file for full copyright and licensing details.
+from odoo import fields, api, models, _
+from odoo.exceptions import ValidationError
+
+
+class JobCosting(models.Model):
+ _name = 'job.costing'
+ _description = "Job Costing"
+ _inherit = ['mail.thread', 'mail.activity.mixin']
+
+ name = fields.Char(string='Sequence', required=True, readonly=True, default=lambda self: _('New'))
+ title = fields.Char(string="Title")
+ create_date = fields.Date(string="Start Date", default=fields.Date.today())
+ close_date = fields.Date(string="End Date")
+ status = fields.Selection([('draft', 'Draft'), ('waiting_approval', 'Waiting Approval'), ('approved', 'Approved'),
+ ('in_progress', 'In Progress'), ('complete', 'Complete'), ('cancel', 'Cancel'),
+ ('reject', 'Reject')], default='draft', tracking=True)
+
+ responsible_id = fields.Many2one('res.users', default=lambda self: self.env.user and self.env.user.id or False,
+ string="Created By")
+ company_id = fields.Many2one('res.company', string="Company", default=lambda self: self.env.company)
+ currency_id = fields.Many2one('res.currency', related='company_id.currency_id', string='Currency')
+ site_id = fields.Many2one('tk.construction.site', string="Project")
+ project_id = fields.Many2one('tk.construction.project', string="Sub Project")
+ activity_id = fields.Many2one('job.type', string="Work Type")
+
+ # Department
+ department_id = fields.Many2one('construction.department', string="Department")
+ manager_ids = fields.Many2many('res.users', string="Manager")
+ user_id = fields.Many2one('res.users', string="Responsible")
+
+ # One2 many
+ work_order_ids = fields.One2many('job.order', 'job_sheet_id')
+ cost_material_ids = fields.One2many('cost.material.line', 'job_costing_id')
+ cost_equipment_ids = fields.One2many('cost.equipment.line', 'job_costing_id')
+ cost_labour_ids = fields.One2many('cost.labour.line', 'job_costing_id')
+ cost_overhead_ids = fields.One2many('cost.overhead.line', 'job_costing_id')
+
+ # Total
+ material_total_cost = fields.Monetary(string="Total Material Cost", compute="_compute_total")
+ equipment_total_cost = fields.Monetary(string="Total Equipment Cost", compute="_compute_total")
+ labour_total_cost = fields.Monetary(string="Total Labour Cost", compute="_compute_total")
+ overhead_total_cost = fields.Monetary(string="Total Overhead Cost", compute="_compute_total")
+ material_actual_cost = fields.Monetary(string="Actual Material Cost", compute="_compute_total")
+ equipment_actual_cost = fields.Monetary(string="Actual Equipment Cost", compute="_compute_total")
+ labour_actual_cost = fields.Monetary(string="Actual Labour Cost", compute="_compute_total")
+ overhead_actual_cost = fields.Monetary(string="Actual Overhead Cost", compute="_compute_total")
+
+ # Count
+ job_order_count = fields.Integer(string="Jon Order", compute="_compute_count")
+ mrq_count = fields.Integer(string="MRQ Order", compute="_compute_count")
+
+ # Budget Qty.
+ sub_work_type_ids = fields.Many2many('job.sub.category')
+
+ # Create, Write, Unlink, Constrain
+ @api.model_create_multi
+ def create(self, vals_list):
+ for vals in vals_list:
+ if vals.get('name', _('New')) == _('New') and vals.get('project_id'):
+ project_id = self.env['tk.construction.project'].browse(vals.get('project_id'))
+ vals['name'] = str(project_id.code) + "/" + (
+ self.env['ir.sequence'].next_by_code('job.costing') or _('New'))
+ res = super(JobCosting, self).create(vals_list)
+ return res
+
+ def name_get(self):
+ data = []
+ for rec in self:
+ data.append((rec.id, '%s - %s' % (rec.name, rec.title)))
+ return data
+
+ # Onchange
+ @api.onchange('project_id')
+ def _onchange_project_info(self):
+ for rec in self:
+ rec.project_id = rec.project_id.id
+ rec.department_id = rec.project_id.department_id.id
+ rec.manager_ids = rec.project_id.manager_ids.ids
+ rec.user_id = rec.project_id.user_id.id
+
+ # Compute
+ @api.depends('cost_material_ids', 'cost_equipment_ids', 'cost_labour_ids', 'cost_overhead_ids')
+ def _compute_total(self):
+ material, equipment, labour, overhead = 0.0, 0.0, 0.0, 0.0
+ material_actual_cost = self.env['order.material.line'].search(
+ [('job_sheet_id', '=', self.id), ('state', '=', 'complete')]).mapped(
+ 'total_price')
+ equipment_actual_cost = self.env['order.equipment.line'].search(
+ [('job_sheet_id', '=', self.id), ('state', '=', 'complete')]).mapped(
+ 'total_cost')
+ labour_actual_cost = self.env['order.labour.line'].search(
+ [('job_sheet_id', '=', self.id), ('state', '=', 'complete')]).mapped(
+ 'sub_total')
+ overhead_actual_cost = self.env['order.overhead.line'].search(
+ [('job_sheet_id', '=', self.id), ('state', '=', 'complete')]).mapped(
+ 'sub_total')
+ for rec in self:
+ for data in rec.cost_material_ids:
+ material = material + data.total_cost
+ for data in rec.cost_equipment_ids:
+ equipment = equipment + data.total_cost
+ for data in rec.cost_labour_ids:
+ labour = labour + data.sub_total
+ for data in rec.cost_overhead_ids:
+ overhead = overhead + data.sub_total
+ rec.material_total_cost = material
+ rec.equipment_total_cost = equipment
+ rec.labour_total_cost = labour
+ rec.overhead_total_cost = overhead
+ rec.material_actual_cost = sum(material_actual_cost)
+ rec.equipment_actual_cost = sum(equipment_actual_cost)
+ rec.labour_actual_cost = sum(labour_actual_cost)
+ rec.overhead_actual_cost = sum(overhead_actual_cost)
+
+ def _compute_count(self):
+ for rec in self:
+ rec.job_order_count = self.env['job.order'].search_count([('job_sheet_id', '=', rec.id)])
+ rec.mrq_count = self.env['material.requisition'].search_count([('job_sheet_id', '=', rec.id)])
+
+ # Smart Button
+ def action_view_job_order(self):
+ return {
+ 'type': 'ir.actions.act_window',
+ 'name': _('Work Order'),
+ 'res_model': 'job.order',
+ 'domain': [('job_sheet_id', '=', self.id)],
+ 'context': {'create': False},
+ 'view_mode': 'list,form',
+ 'target': 'current'
+ }
+
+ def action_view_mrq(self):
+ return {
+ 'type': 'ir.actions.act_window',
+ 'name': _('Material Requisition'),
+ 'res_model': 'material.requisition',
+ 'domain': [('job_sheet_id', '=', self.id)],
+ 'context': {'default_job_sheet_id': self.id},
+ 'view_mode': 'list,form',
+ 'target': 'current'
+ }
+
+ def action_department_approval(self):
+ self.status = 'waiting_approval'
+
+ def action_approve_phase(self):
+ self.status = 'approved'
+
+ def action_reject_phase(self):
+ self.status = 'reject'
+
+ def action_in_progress(self):
+ self.status = 'in_progress'
+
+ def action_reset_to_draft(self):
+ self.status = 'draft'
+
+ def action_cancel_phase(self):
+ self.status = 'cancel'
+
+ def action_complete_phase(self):
+ is_complete_work_order = True
+ for data in self.work_order_ids:
+ if data.state != 'complete':
+ is_complete_work_order = False
+ break
+ if not is_complete_work_order:
+ message = {
+ 'type': 'ir.actions.client',
+ 'tag': 'display_notification',
+ 'params': {
+ 'type': 'info',
+ 'message': "Please complete all work orders related to this phase.",
+ 'sticky': False,
+ }
+ }
+ return message
+
+ if is_complete_work_order:
+ self.status = 'complete'
+
+ def action_create_work_order(self):
+ material_line = []
+ equipment_line = []
+ labour_line = []
+ overhead_line = []
+ ctx = {
+ 'default_site_id': self.site_id.id,
+ 'default_project_id': self.project_id.id,
+ 'default_start_date': self.create_date,
+ 'default_end_date': self.close_date,
+ 'default_work_type_id': self.activity_id.id,
+ 'default_job_sheet_id': self.id,
+ 'default_department_id': self.department_id.id,
+ 'default_manager_ids': self.manager_ids.ids,
+ 'default_user_id': self.user_id.id
+ }
+ for data in self.cost_material_ids:
+ material_line.append((0, 0, {
+ 'sub_category_id': data.sub_category_id.id,
+ 'material_id': data.material_id.id,
+ 'name': data.name,
+ 'qty': data.forcast_qty,
+ 'remain_qty': data.forcast_qty,
+ 'phase_forcast_qty': data.forcast_qty,
+ 'tax_id': data.tax_id.id,
+ 'price': data.cost
+ }))
+ for data in self.cost_equipment_ids:
+ equipment_line.append((0, 0, {
+ 'sub_category_id': data.sub_category_id.id,
+ 'equipment_id': data.equipment_id.id,
+ 'cost_type': data.cost_type,
+ 'desc': data.name,
+ 'qty': data.forcast_qty,
+ 'cost': data.cost,
+ 'phase_forcast_qty': data.forcast_qty,
+ 'tax_id': data.tax_id.id,
+ }))
+ for data in self.cost_labour_ids:
+ labour_line.append((0, 0, {
+ 'sub_category_id': data.sub_category_id.id,
+ 'product_id': data.product_id.id,
+ 'name': data.name,
+ 'hours': data.forcast_qty,
+ 'cost': data.cost,
+ 'phase_forcast_qty': data.forcast_qty,
+ 'tax_id': data.tax_id.id,
+ }))
+ for data in self.cost_overhead_ids:
+ overhead_line.append((0, 0, {
+ 'sub_category_id': data.sub_category_id.id,
+ 'product_id': data.product_id.id,
+ 'name': data.name,
+ 'qty': data.forcast_qty,
+ 'cost': data.cost,
+ 'phase_forcast_qty': data.forcast_qty,
+ 'tax_id': data.tax_id.id,
+ }))
+ ctx['default_material_order_ids'] = material_line
+ ctx['default_equipment_order_ids'] = equipment_line
+ ctx['default_labour_order_ids'] = labour_line
+ ctx['default_overhead_order_ids'] = overhead_line
+ return {
+ 'type': 'ir.actions.act_window',
+ 'name': _('Work Order'),
+ 'res_model': 'job.order',
+ 'context': ctx,
+ 'view_mode': 'form',
+ 'target': 'new'
+ }
+
+
+class CostMaterialLine(models.Model):
+ _name = 'cost.material.line'
+ _description = 'Construction Job Cost Material Line'
+
+ material_id = fields.Many2one('product.product', string="Material", domain="[('is_material','=',True)]")
+ name = fields.Char(string="Description")
+ company_id = fields.Many2one('res.company', string='Company', default=lambda self: self.env.company)
+ currency_id = fields.Many2one('res.currency', related='company_id.currency_id', string='Currency')
+ qty = fields.Integer(string="Qty.", default=1)
+ cost = fields.Float(string="Cost")
+ total_cost = fields.Monetary(string="Total Cost", compute="_compute_total_cost", store=True)
+ uom_id = fields.Many2one(related="material_id.uom_po_id", string="Unit of Measure")
+ job_costing_id = fields.Many2one('job.costing', string="Job Costing")
+ sub_category_id = fields.Many2one('job.sub.category', string="Work Sub Type")
+ tax_id = fields.Many2one('account.tax', string="Taxes")
+ budget_qty = fields.Float(string="Budget Qty.", compute="compute_budget_qty", store=True)
+ boq_per_qty = fields.Float(string="Per BOQ RA. Qty.")
+ total_remain_boq_qty = fields.Float(string="Total Remain BOQ Qty")
+ forcast_qty = fields.Float(string="Forcast Qty.", compute="compute_forcast_qty")
+ used_qty = fields.Float(string="Used Qty.")
+ used_budget_qty = fields.Float(string="Used Budget Qty.")
+ remain_qty = fields.Float(string="Remain Qty.", compute="compute_remain_qty")
+
+ @api.onchange('material_id')
+ def _onchange_product_desc(self):
+ for rec in self:
+ rec.name = rec.material_id.name
+ rec.cost = rec.material_id.standard_price
+
+ @api.depends('material_id', 'qty', 'cost', 'tax_id')
+ def _compute_total_cost(self):
+ for rec in self:
+ total_cost = 0.0
+ tax_amount = 0.0
+ if rec.material_id:
+ total_cost = rec.qty * rec.cost
+ if rec.tax_id:
+ tax_amount = rec.tax_id.amount * (rec.qty * rec.cost) / 100
+ total_cost = tax_amount + total_cost
+ rec.total_cost = total_cost
+
+ @api.depends('boq_per_qty', 'qty')
+ def compute_budget_qty(self):
+ for rec in self:
+ budget_qty = 0
+ if rec.boq_per_qty > 0:
+ budget_qty = rec.qty / rec.boq_per_qty
+ rec.budget_qty = budget_qty
+
+ @api.depends('qty',
+ 'job_costing_id.activity_id',
+ 'material_id',
+ 'sub_category_id',
+ 'job_costing_id.work_order_ids.material_order_ids.qty')
+ def compute_forcast_qty(self):
+ for rec in self:
+ forcast_qty = 0.0
+ for record in rec.job_costing_id.work_order_ids:
+ for data in record.material_order_ids:
+ if data.material_id.id == rec.material_id.id and data.sub_category_id.id == rec.sub_category_id.id:
+ forcast_qty = forcast_qty + data.qty
+ rec.forcast_qty = rec.qty - forcast_qty
+
+ @api.depends('job_costing_id.work_order_ids.material_order_ids.qty', 'job_costing_id.work_order_ids.state', 'qty')
+ def compute_remain_qty(self):
+ for rec in self:
+ remain_qty = 0.0
+ for record in rec.job_costing_id.work_order_ids:
+ if record.state == 'complete':
+ for data in record.material_order_ids:
+ if data.material_id.id == rec.material_id.id and data.sub_category_id.id == rec.sub_category_id.id:
+ remain_qty = remain_qty + data.qty
+ rec.remain_qty = rec.qty - remain_qty
+
+
+class CostEquipmentLine(models.Model):
+ _name = 'cost.equipment.line'
+ _description = 'Construction Job Cost Equipment Line'
+
+ equipment_id = fields.Many2one('product.product', string="Equipment", domain="[('is_equipment','=',True)]")
+ company_id = fields.Many2one('res.company', string='Company', default=lambda self: self.env.company)
+ currency_id = fields.Many2one('res.currency', related='company_id.currency_id', string='Currency')
+ cost_type = fields.Selection(
+ [('depreciation_cost', 'Depreciation Cost'), ('investment_cost', 'Investment/Interest Cost'),
+ ('tax', 'Tax'), ('rent', 'Rent'), ('other', 'Other')], string="Type", default='rent')
+ name = fields.Char(string='Description')
+ qty = fields.Integer(string="Qty.", default=1)
+ cost = fields.Monetary(string="Estimation Cost")
+ total_cost = fields.Monetary(string="Total Cost", compute="_compute_total_cost", store=True)
+ job_costing_id = fields.Many2one('job.costing', string="Job Costing")
+ sub_category_id = fields.Many2one('job.sub.category', string="Work Sub Type")
+ tax_id = fields.Many2one('account.tax', string="Taxes")
+ budget_qty = fields.Float(string="Budget Qty.", compute="compute_budget_qty", store=True)
+ boq_per_qty = fields.Float(string="Per BOQ RA. Qty.")
+ total_remain_boq_qty = fields.Float(string="Total Remain BOQ Qty")
+ forcast_qty = fields.Float(string="Forcast Qty.", compute="compute_forcast_qty")
+ used_qty = fields.Float(string="Used Qty.")
+ used_budget_qty = fields.Float(string="Used Budget Qty.")
+ remain_qty = fields.Float(string="Remain Qty.", compute="compute_remain_qty")
+
+ @api.depends('equipment_id', 'qty', 'cost', 'tax_id')
+ def _compute_total_cost(self):
+ for rec in self:
+ total_cost = 0.0
+ if rec.equipment_id:
+ total_cost = rec.qty * rec.cost
+ if rec.tax_id:
+ tax_amount = rec.tax_id.amount * (rec.qty * rec.cost) / 100
+ total_cost = tax_amount + total_cost
+ rec.total_cost = total_cost
+
+ @api.onchange('equipment_id')
+ def _onchange_product_desc(self):
+ for rec in self:
+ rec.name = rec.equipment_id.name
+ rec.cost = rec.equipment_id.standard_price
+
+ @api.depends('boq_per_qty', 'qty')
+ def compute_budget_qty(self):
+ for rec in self:
+ budget_qty = 0
+ if rec.boq_per_qty > 0:
+ budget_qty = rec.qty / rec.boq_per_qty
+ rec.budget_qty = budget_qty
+
+ @api.depends('qty',
+ 'job_costing_id.activity_id',
+ 'equipment_id',
+ 'sub_category_id',
+ 'job_costing_id.work_order_ids.equipment_order_ids.qty')
+ def compute_forcast_qty(self):
+ for rec in self:
+ forcast_qty = 0.0
+ for record in rec.job_costing_id.work_order_ids:
+ for data in record.equipment_order_ids:
+ if data.equipment_id.id == rec.equipment_id.id and data.sub_category_id.id == rec.sub_category_id.id:
+ forcast_qty = forcast_qty + data.qty
+ rec.forcast_qty = rec.qty - forcast_qty
+
+ @api.depends('job_costing_id.work_order_ids.equipment_order_ids.qty', 'job_costing_id.work_order_ids.state', 'qty')
+ def compute_remain_qty(self):
+ for rec in self:
+ remain_qty = 0.0
+ for record in rec.job_costing_id.work_order_ids:
+ if record.state == 'complete':
+ for data in record.equipment_order_ids:
+ if data.equipment_id.id == rec.equipment_id.id and data.sub_category_id.id == rec.sub_category_id.id:
+ remain_qty = remain_qty + data.qty
+ rec.remain_qty = rec.qty - remain_qty
+
+
+class CostLabourLine(models.Model):
+ _name = 'cost.labour.line'
+ _description = "Cost Labour Line"
+
+ job_costing_id = fields.Many2one('job.costing', string="Job Costing")
+ product_id = fields.Many2one('product.product', string="Product", domain="[('is_labour','=',True)]")
+ name = fields.Char(string="Description")
+ company_id = fields.Many2one('res.company', string='Company', default=lambda self: self.env.company)
+ currency_id = fields.Many2one('res.currency', related='company_id.currency_id', string='Currency')
+ hours = fields.Float(string="Hours")
+ remain_hours = fields.Float(string="Remaining Hours")
+ cost = fields.Monetary(string="Cost / Hour")
+ sub_total = fields.Monetary(string="Sub Total", compute="_compute_total_cost", store=True)
+ sub_category_id = fields.Many2one('job.sub.category', string="Work Sub Type")
+ tax_id = fields.Many2one('account.tax', string="Taxes")
+ budget_qty = fields.Float(string="Budget Qty.", compute="compute_budget_qty", store=True)
+ boq_per_qty = fields.Float(string="Per BOQ RA. Qty.")
+ total_remain_boq_qty = fields.Float(string="Total Remain BOQ Qty")
+ forcast_qty = fields.Float(string="Forcast Hours", compute="compute_forcast_qty")
+ used_qty = fields.Float(string="Used Qty.")
+ used_budget_qty = fields.Float(string="Used Budget Qty.")
+ remain_qty = fields.Float(string="Remain Hours", compute="compute_remain_qty")
+
+ @api.onchange('product_id')
+ def _onchange_product_desc(self):
+ for rec in self:
+ rec.name = rec.product_id.name
+ rec.cost = rec.product_id.standard_price
+
+ @api.depends('product_id', 'hours', 'cost', 'tax_id')
+ def _compute_total_cost(self):
+ for rec in self:
+ total_cost = 0.0
+ if rec.product_id:
+ total_cost = rec.hours * rec.cost
+ if rec.tax_id:
+ tax_amount = rec.tax_id.amount * (rec.hours * rec.cost) / 100
+ total_cost = tax_amount + total_cost
+ rec.sub_total = total_cost
+
+ @api.depends('boq_per_qty', 'hours')
+ def compute_budget_qty(self):
+ for rec in self:
+ budget_qty = 0
+ if rec.boq_per_qty > 0:
+ budget_qty = rec.hours / rec.boq_per_qty
+ rec.budget_qty = budget_qty
+
+ @api.depends('hours',
+ 'job_costing_id.activity_id',
+ 'product_id',
+ 'sub_category_id',
+ 'job_costing_id.work_order_ids.labour_order_ids.hours')
+ def compute_forcast_qty(self):
+ for rec in self:
+ forcast_qty = 0.0
+ for record in rec.job_costing_id.work_order_ids:
+ for data in record.labour_order_ids:
+ if data.product_id.id == rec.product_id.id and data.sub_category_id.id == rec.sub_category_id.id:
+ forcast_qty = forcast_qty + data.hours
+ rec.forcast_qty = rec.hours - forcast_qty
+
+ @api.depends('job_costing_id.work_order_ids.labour_order_ids.hours', 'job_costing_id.work_order_ids.state', 'hours')
+ def compute_remain_qty(self):
+ for rec in self:
+ remain_qty = 0.0
+ for record in rec.job_costing_id.work_order_ids:
+ if record.state == 'complete':
+ for data in record.labour_order_ids:
+ if data.product_id.id == rec.product_id.id and data.sub_category_id.id == rec.sub_category_id.id:
+ remain_qty = remain_qty + data.hours
+ rec.remain_qty = rec.hours - remain_qty
+
+
+class CostOverheadLine(models.Model):
+ _name = 'cost.overhead.line'
+ _description = "Cost Overhead Line"
+
+ job_costing_id = fields.Many2one('job.costing', string="Job Costing")
+ product_id = fields.Many2one('product.product', string="Product", domain="[('is_overhead','=',True)]")
+ company_id = fields.Many2one('res.company', string='Company', default=lambda self: self.env.company)
+ currency_id = fields.Many2one('res.currency', related='company_id.currency_id', string='Currency')
+ name = fields.Char(string="Description")
+ qty = fields.Integer(string="Qty.", default=1)
+ uom_id = fields.Many2one(related="product_id.uom_po_id", string="UOM")
+ cost = fields.Monetary(string="Cost / Unit")
+ sub_total = fields.Monetary(string="Sub Total", compute="_compute_total_cost", store=True)
+ sub_category_id = fields.Many2one('job.sub.category', string="Work Sub Type")
+ tax_id = fields.Many2one('account.tax', string="Taxes")
+ budget_qty = fields.Float(string="Budget Qty.", compute="compute_budget_qty", store=True)
+ boq_per_qty = fields.Float(string="Per BOQ RA. Qty.")
+ total_remain_boq_qty = fields.Float(string="Total Remain BOQ Qty")
+ forcast_qty = fields.Float(string="Forcast Qty.", compute="compute_forcast_qty")
+ used_qty = fields.Float(string="Used Qty.")
+ used_budget_qty = fields.Float(string="Used Budget Qty.")
+ remain_qty = fields.Float(string="Remain Qty.", compute="compute_remain_qty")
+
+ @api.depends('product_id', 'qty', 'cost', 'tax_id')
+ def _compute_total_cost(self):
+ for rec in self:
+ total_cost = 0.0
+ if rec.product_id:
+ total_cost = rec.qty * rec.cost
+ if rec.tax_id:
+ tax_amount = rec.tax_id.amount * (rec.qty * rec.cost) / 100
+ total_cost = tax_amount + total_cost
+ rec.sub_total = total_cost
+
+ @api.onchange('product_id')
+ def _onchange_product_desc(self):
+ for rec in self:
+ rec.name = rec.product_id.name
+ rec.cost = rec.product_id.standard_price
+
+ @api.depends('boq_per_qty', 'qty')
+ def compute_budget_qty(self):
+ for rec in self:
+ budget_qty = 0
+ if rec.boq_per_qty > 0:
+ budget_qty = rec.qty / rec.boq_per_qty
+ rec.budget_qty = budget_qty
+
+ @api.depends('qty',
+ 'job_costing_id.activity_id',
+ 'product_id',
+ 'sub_category_id',
+ 'job_costing_id.work_order_ids.overhead_order_ids.qty')
+ def compute_forcast_qty(self):
+ for rec in self:
+ forcast_qty = 0.0
+ for record in rec.job_costing_id.work_order_ids:
+ for data in record.overhead_order_ids:
+ if data.product_id.id == rec.product_id.id and data.sub_category_id.id == rec.sub_category_id.id:
+ forcast_qty = forcast_qty + data.qty
+ rec.forcast_qty = rec.qty - forcast_qty
+
+ @api.depends('job_costing_id.work_order_ids.overhead_order_ids.qty', 'job_costing_id.work_order_ids.state', 'qty')
+ def compute_remain_qty(self):
+ for rec in self:
+ remain_qty = 0.0
+ for record in rec.job_costing_id.work_order_ids:
+ if record.state == 'complete':
+ for data in record.overhead_order_ids:
+ if data.product_id.id == rec.product_id.id and data.sub_category_id.id == rec.sub_category_id.id:
+ remain_qty = remain_qty + data.qty
+ rec.remain_qty = rec.qty - remain_qty
diff --git a/addons/tk_construction_management/models/job_order.py b/addons/tk_construction_management/models/job_order.py
new file mode 100644
index 0000000..9fb1ce5
--- /dev/null
+++ b/addons/tk_construction_management/models/job_order.py
@@ -0,0 +1,748 @@
+# -*- coding: utf-8 -*-
+# Copyright 2020-Today TechKhedut.
+# Part of TechKhedut. See LICENSE file for full copyright and licensing details.
+from odoo import fields, api, models, _
+
+
+class JobOrder(models.Model):
+ _name = 'job.order'
+ _description = "Work Order"
+ _inherit = ['mail.thread', 'mail.activity.mixin']
+
+ name = fields.Char(string='Sequence', required=True,
+ readonly=True, default=lambda self: _('New'))
+ title = fields.Char(string="Title")
+ stage = fields.Selection([('draft', 'Draft'),
+ ('waiting_approval', 'Waiting for approval'),
+ ('approved', 'Approved'),
+ ('complete', 'Complete'),
+ ('cancel', 'Cancel')], default='draft', tracking=True)
+ is_user = fields.Boolean(compute="_compute_user_role")
+ is_material_requisition = fields.Boolean(compute="compute_material_req")
+
+ # Project Details
+ site_id = fields.Many2one('tk.construction.site', string="Project")
+ project_id = fields.Many2one(
+ 'tk.construction.project', string="Sub Project")
+ company_id = fields.Many2one(
+ 'res.company', string="Company", default=lambda self: self.env.company)
+ currency_id = fields.Many2one(
+ 'res.currency', related='company_id.currency_id', string='Currency')
+ warehouse_id = fields.Many2one(
+ related="project_id.warehouse_id", string="Warehouse")
+
+ # Other Details
+ responsible_id = fields.Many2one('res.users', default=lambda self: self.env.user and self.env.user.id or False,
+ string="Created By")
+ start_date = fields.Date(string="Start Date")
+ end_date = fields.Date(string="End Date")
+
+ # Work Type
+ work_type_id = fields.Many2one('job.type', string="Work Type")
+ job_sheet_id = fields.Many2one(
+ 'job.costing', string="Project Phase(WBS)", domain="[('project_id','=',project_id)]")
+
+ # Department
+ department_id = fields.Many2one(
+ 'construction.department', string="Department")
+ manager_ids = fields.Many2many('res.users', string="Manager")
+ user_id = fields.Many2one('res.users', string="Responsible")
+
+ # Material
+ material_req_id = fields.Many2one(
+ 'material.requisition', string="Material Request")
+ state = fields.Selection([('draft', 'Draft'),
+ ('material_request', 'Material Request'),
+ ('material_arrive', 'Material Arrived'),
+ ('in_progress', 'In Progress'),
+ ('complete', 'Complete'),
+ ('cancel', 'Cancel')], default='draft')
+
+ # Task Details
+ project_project_id = fields.Many2one(
+ related="project_id.project_id", string="Project ")
+ task_name = fields.Char(string="Task Title")
+ task_desc = fields.Text(string="Description")
+ assignees_ids = fields.Many2many('res.users', 'construction_assign_dep_rel', 'assign_id', 'dep_id',
+ string="Assignees")
+ task_id = fields.Many2one('project.task', string="Task")
+
+ # One2 many
+ material_order_ids = fields.One2many('order.material.line', 'job_order_id')
+ equipment_order_ids = fields.One2many(
+ 'order.equipment.line', 'job_order_id')
+ labour_order_ids = fields.One2many('order.labour.line', 'job_order_id')
+ overhead_order_ids = fields.One2many('order.overhead.line', 'job_order_id')
+
+ # Total
+ equipment_total_cost = fields.Monetary(
+ string="Equipment Cost", compute="_compute_total")
+ labour_total_cost = fields.Monetary(
+ string="Labour Cost", compute="_compute_total")
+ overhead_total_cost = fields.Monetary(
+ string="Overhead Cost", compute="_compute_total")
+
+ # Consume Order and Subcontract
+ consume_order_ids = fields.One2many('material.consume', 'job_order_id')
+ equipment_contract_ids = fields.One2many(
+ 'equipment.subcontract', 'job_order_id')
+ labour_contract_ids = fields.One2many('labour.subcontract', 'job_order_id')
+ overhead_contract_ids = fields.One2many(
+ 'overhead.subcontract', 'job_order_id')
+
+ # Count
+ po_count = fields.Integer(string="Purchase Count",
+ compute="_compute_count")
+ equip_po_count = fields.Integer(
+ string="Purchase Equip Count", compute="_compute_count")
+ labour_po_count = fields.Integer(
+ string="Purchase Labour Count", compute="_compute_count")
+ overhead_po_count = fields.Integer(
+ string="Purchase Overhead Count", compute="_compute_count")
+ bill_count = fields.Integer(string="Bill Count", compute="_compute_count")
+ delivery_count = fields.Integer(
+ string="Delivery Count", compute="_compute_count")
+ equip_contract_count = fields.Integer(
+ string="Equipment Contract Count", compute="_compute_count")
+ labour_contract_count = fields.Integer(
+ string="Labour Contract Count", compute="_compute_count")
+ overhead_contract_count = fields.Integer(
+ string="Overhead Contract Count", compute="_compute_count")
+ material_consume_count = fields.Integer(
+ string="Material Consume Count", compute="_compute_count")
+
+ # Create, Write, Unlink, Constrain
+ @api.model_create_multi
+ def create(self, vals_list):
+ for vals in vals_list:
+ if vals.get('name', _('New')) == _('New') and vals.get('project_id'):
+ project_id = self.env['tk.construction.project'].browse(
+ vals.get('project_id'))
+ vals['name'] = str(project_id.code) + "/" + (
+ self.env['ir.sequence'].next_by_code('job.order') or _('New'))
+ res = super(JobOrder, self).create(vals_list)
+ for rec in res:
+ data = {
+ 'name': rec.task_name,
+ 'description': rec.task_desc,
+ 'user_ids': rec.assignees_ids.ids,
+ 'project_id': rec.project_project_id.id,
+ 'job_order_id': rec.id,
+ 'con_project_id': rec.project_id.id,
+ 'date_deadline': rec.end_date
+ }
+ task_id = self.env['project.task'].create(data)
+ rec.task_id = task_id.id
+ return res
+
+ def name_get(self):
+ data = []
+ for rec in self:
+ data.append((rec.id, '%s - %s' % (rec.name, rec.title)))
+ return data
+
+ # Compute
+ def _compute_count(self):
+ for rec in self:
+ rec.po_count = self.env['purchase.order'].search_count(
+ [('job_order_id', '=', rec.id)])
+ rec.equip_po_count = self.env['purchase.order'].search_count(
+ [('job_order_id', '=', rec.id), ('purchase_order', '=', 'equipment')])
+ rec.labour_po_count = self.env['purchase.order'].search_count(
+ [('job_order_id', '=', rec.id), ('purchase_order', '=', 'labour')])
+ rec.overhead_po_count = self.env['purchase.order'].search_count(
+ [('job_order_id', '=', rec.id), ('purchase_order', '=', 'overhead')])
+ rec.bill_count = self.env['account.move'].search_count(
+ [('job_order_id', '=', rec.id)])
+ rec.delivery_count = self.env['stock.picking'].search_count(
+ [('consume_order_id', '=', rec.id)])
+ rec.equip_contract_count = self.env['equipment.subcontract'].search_count(
+ [('job_order_id', '=', rec.id)])
+ rec.labour_contract_count = self.env['labour.subcontract'].search_count(
+ [('job_order_id', '=', rec.id)])
+ rec.overhead_contract_count = self.env['overhead.subcontract'].search_count(
+ [('job_order_id', '=', rec.id)])
+ rec.material_consume_count = self.env['material.consume'].search_count(
+ [('job_order_id', '=', rec.id)])
+
+ def _compute_user_role(self):
+ if self.env.user.has_group('tk_construction_management.advance_construction_user'):
+ self.is_user = True
+ else:
+ self.is_user = False
+
+ @api.depends('material_order_ids')
+ def compute_material_req(self):
+ for rec in self:
+ material_req = False
+ for data in rec.material_order_ids:
+ if data.qty != 0:
+ material_req = True
+ break
+ rec.is_material_requisition = material_req
+
+ @api.depends('material_order_ids', 'equipment_order_ids', 'labour_order_ids', 'overhead_order_ids')
+ def _compute_total(self):
+ equipment, labour, overhead = 0, 0, 0
+ for rec in self:
+ for data in rec.equipment_order_ids:
+ equipment = equipment + data.total_cost
+ for data in rec.labour_order_ids:
+ labour = labour + data.sub_total
+ for data in rec.overhead_order_ids:
+ overhead = overhead + data.sub_total
+ rec.equipment_total_cost = equipment
+ rec.labour_total_cost = labour
+ rec.overhead_total_cost = overhead
+
+ # Smart Button
+ def action_view_purchase_order(self):
+ return {
+ 'type': 'ir.actions.act_window',
+ 'name': _('Purchase Order'),
+ 'res_model': 'purchase.order',
+ 'domain': [('job_order_id', '=', self.id)],
+ 'context': {
+ 'default_job_order_id': self.id,
+ 'group_by': 'purchase_order'
+ },
+ 'view_mode': 'list,form,kanban',
+ 'target': 'current'
+ }
+
+ def action_view_bills(self):
+ return {
+ 'type': 'ir.actions.act_window',
+ 'name': _('Bills'),
+ 'res_model': 'account.move',
+ 'domain': [('job_order_id', '=', self.id)],
+ 'context': {
+ 'default_job_order_id': self.id
+ },
+ 'view_mode': 'list,form,kanban',
+ 'target': 'current'
+ }
+
+ def action_view_delivery_order(self):
+ return {
+ 'type': 'ir.actions.act_window',
+ 'name': _('Delivery Order'),
+ 'res_model': 'stock.picking',
+ 'domain': [('consume_order_id', '=', self.id)],
+ 'context': {
+ 'default_': self.id
+ },
+ 'view_mode': 'list,form,kanban',
+ 'target': 'current'
+ }
+
+ def action_view_purchase_order_equipment(self):
+ return {
+ 'type': 'ir.actions.act_window',
+ 'name': _('Equipment PO'),
+ 'res_model': 'purchase.order',
+ 'domain': [('job_order_id', '=', self.id), ('purchase_order', '=', 'equipment')],
+ 'context': {
+ 'default_job_order_id': self.id,
+ 'purchase_order': 'equipment'
+ },
+ 'view_mode': 'list,form,kanban',
+ 'target': 'current'
+ }
+
+ def action_view_contract_equipment(self):
+ return {
+ 'type': 'ir.actions.act_window',
+ 'name': _('Equipment Contract'),
+ 'res_model': 'equipment.subcontract',
+ 'domain': [('job_order_id', '=', self.id)],
+ 'context': {
+ 'create': False,
+ },
+ 'view_mode': 'list,form',
+ 'target': 'current'
+ }
+
+ def action_view_contract_labour(self):
+ return {
+ 'type': 'ir.actions.act_window',
+ 'name': _('Labour Contract'),
+ 'res_model': 'labour.subcontract',
+ 'domain': [('job_order_id', '=', self.id)],
+ 'context': {
+ 'create': False,
+ },
+ 'view_mode': 'list,form',
+ 'target': 'current'
+ }
+
+ def action_view_contract_overhead(self):
+ return {
+ 'type': 'ir.actions.act_window',
+ 'name': _('Overhead Contract'),
+ 'res_model': 'overhead.subcontract',
+ 'domain': [('job_order_id', '=', self.id)],
+ 'context': {
+ 'create': False,
+ },
+ 'view_mode': 'list,form',
+ 'target': 'current'
+ }
+
+ def action_view_material_consume_order(self):
+ return {
+ 'type': 'ir.actions.act_window',
+ 'name': _('Consume Orders'),
+ 'res_model': 'material.consume',
+ 'domain': [('job_order_id', '=', self.id)],
+ 'context': {
+ 'create': False,
+ },
+ 'view_mode': 'list,form',
+ 'target': 'current'
+ }
+
+ # Button
+ def action_request_material(self):
+ if not self.material_order_ids:
+ message = {
+ 'type': 'ir.actions.client',
+ 'tag': 'display_notification',
+ 'params': {
+ 'type': 'info',
+ 'title': _('Add Material'),
+ 'message': "Add Material to Create Material Request",
+ 'sticky': False,
+ }
+ }
+ return message
+ material_request_id = self.env['material.requisition'].create({
+ 'title': self.title,
+ 'company_id': self.company_id.id,
+ 'desc': self.task_desc,
+ 'project_id': self.project_id.id,
+ 'department_id': self.department_id.id,
+ 'manager_ids': self.manager_ids.ids,
+ 'user_id': self.user_id.id,
+ 'work_order_id': self.id,
+ 'work_type_id': self.work_type_id.id,
+ 'site_id': self.site_id.id
+ })
+ for data in self.material_order_ids:
+ if data.qty > 0:
+ record = {
+ 'material_id': data.material_id.id,
+ 'name': data.name,
+ 'qty': data.qty,
+ 'warehouse_id': self.warehouse_id.id,
+ 'material_req_id': material_request_id.id,
+ 'sub_category_id': data.sub_category_id.id,
+ 'job_sheet_id': self.job_sheet_id.id,
+ }
+ req_line_id = self.env['material.requisition.line'].create(
+ record)
+ data.material_req_line_id = req_line_id.id
+ self.material_req_id = material_request_id.id
+ self.state = 'material_request'
+ return {
+ 'type': 'ir.actions.act_window',
+ 'name': _('Material Request'),
+ 'res_model': 'material.requisition',
+ 'res_id': material_request_id.id,
+ 'view_mode': 'form',
+ 'target': 'current'
+ }
+
+ def action_create_equipment_subcontract(self):
+ for rec in self.equipment_order_ids:
+ if not rec.equip_sub_contract_id:
+ data = {
+ 'name': rec.desc,
+ 'equipment_id': rec.equipment_id.id,
+ 'cost_type': rec.cost_type,
+ 'qty': rec.qty,
+ 'remain_qty': rec.qty,
+ 'cost': rec.cost,
+ 'total_cost': rec.total_cost,
+ 'vendor_id': rec.vendor_id.id,
+ 'job_type_id': self.work_type_id.id,
+ 'sub_category_id': rec.sub_category_id.id,
+ 'job_order_id': self.id,
+ 'remaining_amount': rec.total_cost,
+ 'manager_ids': self.manager_ids.ids,
+ 'tax_id': rec.tax_id.id
+ }
+ equip_line_id = self.env['equipment.subcontract'].create(data)
+ rec.equip_sub_contract_id = equip_line_id.id
+
+ def action_create_labour_subcontract(self):
+ for rec in self.labour_order_ids:
+ if not rec.labour_sub_contract_id:
+ data = {
+ 'name': rec.name,
+ 'product_id': rec.product_id.id,
+ 'hours': rec.hours,
+ 'remain_hours': rec.hours,
+ 'cost': rec.cost,
+ 'total_cost': rec.sub_total,
+ 'vendor_id': rec.vendor_id.id,
+ 'job_type_id': self.work_type_id.id,
+ 'sub_category_id': rec.sub_category_id.id,
+ 'job_order_id': self.id,
+ 'remaining_amount': rec.sub_total,
+ 'manager_ids': self.manager_ids.ids,
+ 'tax_id': rec.tax_id.id
+ }
+ labour_line_id = self.env['labour.subcontract'].create(data)
+ rec.labour_sub_contract_id = labour_line_id.id
+
+ def action_create_overhead_subcontract(self):
+ for rec in self.overhead_order_ids:
+ if not rec.overhead_sub_contract_id:
+ data = {
+ 'name': rec.name,
+ 'product_id': rec.product_id.id,
+ 'qty': rec.qty,
+ 'remain_qty': rec.qty,
+ 'cost': rec.cost,
+ 'total_cost': rec.sub_total,
+ 'vendor_id': rec.vendor_id.id,
+ 'job_type_id': self.work_type_id.id,
+ 'sub_category_id': rec.sub_category_id.id,
+ 'job_order_id': self.id,
+ 'remaining_amount': rec.sub_total,
+ 'manager_ids': self.manager_ids.ids,
+ 'tax_id': rec.tax_id.id
+ }
+ overhead_line_id = self.env['overhead.subcontract'].create(
+ data)
+ rec.overhead_sub_contract_id = overhead_line_id.id
+
+ def action_create_material_consume_order(self):
+ remain_qty = False
+ for rec in self.material_order_ids:
+ if not rec.remain_qty == 0:
+ remain_qty = True
+ break
+ if remain_qty:
+ consume_order_id = self.env['material.consume'].create({
+ 'job_order_id': self.id,
+ 'manager_ids': self.manager_ids.ids,
+ 'warehouse_id': self.warehouse_id.id
+ })
+ for rec in self.material_order_ids:
+ if rec.remain_qty > 0:
+ self.env['material.consume.line'].create({
+ 'material_id': rec.material_id.id,
+ 'name': rec.name,
+ 'qty': rec.remain_qty,
+ 'material_consume_id': consume_order_id.id,
+ 'material_line_id': rec.id
+ })
+ return {
+ 'type': 'ir.actions.act_window',
+ 'name': _('Material Consume Order'),
+ 'res_model': 'material.consume',
+ 'res_id': consume_order_id.id,
+ 'view_mode': 'form',
+ 'target': 'new'
+ }
+ if not remain_qty:
+ message = {
+ 'type': 'ir.actions.client',
+ 'tag': 'display_notification',
+ 'params': {
+ 'type': 'info',
+ 'message': "No Material consumption orders found !",
+ 'sticky': False,
+ }
+ }
+ return message
+
+ def action_department_approval(self):
+ self.stage = 'waiting_approval'
+
+ def action_department_approval_approved(self):
+ self.stage = 'approved'
+
+ def action_department_approval_reject(self):
+ self.stage = 'cancel'
+
+ def action_draft_order(self):
+ self.stage = 'draft'
+
+ def action_cancel_order(self):
+ self.stage = 'cancel'
+
+ def action_in_progress(self):
+ self.state = 'in_progress'
+
+ def action_reset_draft(self):
+ self.state = 'draft'
+
+ def action_complete_work_order(self):
+ material = True
+ equipment = True
+ labour = True
+ overhead = True
+ for data in self.equipment_contract_ids:
+ if data.stage != 'done':
+ equipment = False
+ break
+ for data in self.labour_contract_ids:
+ if data.stage != 'done':
+ labour = False
+ break
+ for data in self.overhead_contract_ids:
+ if data.stage != 'done':
+ overhead = False
+ break
+ for data in self.consume_order_ids:
+ if data.qc_status != 'approve':
+ material = False
+ break
+ if not material or not equipment or not labour or not overhead:
+ message = {
+ 'type': 'ir.actions.client',
+ 'tag': 'display_notification',
+ 'params': {
+ 'type': 'info',
+ 'message': _(
+ "Please Complete Consume Order / Equipment Subcontract / Labour Subcontract / Overhead Subcontract to complete work order"),
+ 'sticky': False,
+ }
+ }
+ return message
+ self.state = 'complete'
+
+
+class OrderMaterialLine(models.Model):
+ _name = 'order.material.line'
+ _description = "Job order material line"
+
+ material_id = fields.Many2one(
+ 'product.product', string="Material", domain="[('is_material','=',True)]")
+ name = fields.Char(string="Description")
+ company_id = fields.Many2one(
+ 'res.company', string='Company', default=lambda self: self.env.company)
+ currency_id = fields.Many2one(
+ 'res.currency', related='company_id.currency_id', string='Currency')
+ qty = fields.Integer(string="Qty.", default=1)
+ remain_qty = fields.Integer(string="Remain Qty.", default=1)
+ usage_qty = fields.Integer(string="Used Qty.")
+ uom_id = fields.Many2one(related="material_id.uom_po_id", string="UOM")
+ job_order_id = fields.Many2one('job.order', string="Work Order")
+ sub_category_id = fields.Many2one(
+ 'job.sub.category', string="Work Sub Type")
+ price = fields.Monetary(string="Price")
+ total_price = fields.Monetary(
+ string="Total Price", compute="_compute_total_price")
+ material_req_line_id = fields.Many2one('material.requisition.line')
+ phase_forcast_qty = fields.Float()
+ tax_id = fields.Many2one('account.tax', string="Taxes")
+
+ # Budget Field
+ job_sheet_id = fields.Many2one(
+ related="job_order_id.job_sheet_id", store=True)
+ project_id = fields.Many2one(related="job_order_id.project_id", store=True)
+ work_type_id = fields.Many2one(
+ related="job_order_id.work_type_id", store=True)
+ state = fields.Selection(related="job_order_id.state", store=True)
+
+ @api.onchange('material_id')
+ def _onchange_product_desc(self):
+ for rec in self:
+ rec.name = rec.material_id.name
+ rec.price = rec.material_id.standard_price
+
+ @api.depends('qty', 'price', 'tax_id')
+ def _compute_total_price(self):
+ for rec in self:
+ total = 0.0
+ if rec.qty and rec.price:
+ total = rec.qty * rec.price
+ if rec.tax_id:
+ tax_amount = rec.tax_id.amount * total / 100
+ total = tax_amount + total
+ rec.total_price = total
+
+ @api.onchange('qty')
+ def _onchange_remain_qty(self):
+ for rec in self:
+ rec.remain_qty = rec.qty
+
+ @api.depends('warehouse_id', 'material_id')
+ def _compute_forcast_qty(self):
+ for rec in self:
+ qty = 0.0
+ if rec.material_id:
+ qty = rec.material_id.with_context(
+ warehouse=rec.warehouse_id.id).virtual_available
+ rec.forcast_qty = qty
+
+
+class OrderEquipmentLine(models.Model):
+ _name = 'order.equipment.line'
+ _description = 'Construction Work Order Equipment Line'
+
+ equipment_id = fields.Many2one(
+ 'product.product', string="Equipment", domain="[('is_equipment','=',True)]")
+ company_id = fields.Many2one(
+ 'res.company', string='Company', default=lambda self: self.env.company)
+ currency_id = fields.Many2one(
+ 'res.currency', related='company_id.currency_id', string='Currency')
+ cost_type = fields.Selection(
+ [('depreciation_cost', 'Depreciation Cost'), ('investment_cost', 'Investment/Interest Cost'),
+ ('tax', 'Tax'), ('rent', 'Rent'), ('other', 'Other')], string="Type", default='rent')
+ desc = fields.Text(string='Description')
+ qty = fields.Integer(string="Qty.", default=1)
+ cost = fields.Monetary(string="Estimation Cost")
+ total_cost = fields.Monetary(
+ string="Total Cost", compute="_compute_total_cost", store=True)
+ vendor_id = fields.Many2one('res.partner', string="Vendor")
+ job_order_id = fields.Many2one('job.order', string="Work Order")
+ purchase_order_id = fields.Many2one(
+ 'purchase.order', string="Purchase Order")
+ is_po_create = fields.Boolean()
+ sub_category_id = fields.Many2one(
+ 'job.sub.category', string="Work Sub Type")
+
+ equip_sub_contract_id = fields.Many2one(
+ 'equipment.subcontract', string="Equip Subcontract")
+ phase_forcast_qty = fields.Float()
+ tax_id = fields.Many2one('account.tax', string="Taxes")
+
+ # Budget Field
+ job_sheet_id = fields.Many2one(
+ related="job_order_id.job_sheet_id", store=True)
+ project_id = fields.Many2one(related="job_order_id.project_id", store=True)
+ work_type_id = fields.Many2one(
+ related="job_order_id.work_type_id", store=True)
+ state = fields.Selection(related="job_order_id.state", store=True)
+
+ @api.depends('qty', 'cost', 'tax_id')
+ def _compute_total_cost(self):
+ for rec in self:
+ total = 0.0
+ if rec.cost and rec.qty:
+ total = rec.cost * rec.qty
+ if rec.tax_id:
+ tax_amount = rec.tax_id.amount * total / 100
+ total = tax_amount + total
+ rec.total_cost = total
+
+ @api.onchange('equipment_id')
+ def _onchange_product_desc(self):
+ for rec in self:
+ rec.desc = rec.equipment_id.name
+ rec.cost = rec.equipment_id.standard_price
+
+
+class OrderLabourLine(models.Model):
+ _name = 'order.labour.line'
+ _description = "Work Order Labour Line"
+
+ job_order_id = fields.Many2one('job.order', string="Work Order")
+ product_id = fields.Many2one(
+ 'product.product', string="Product", domain="[('is_labour','=',True)]")
+ name = fields.Char(string="Description")
+ company_id = fields.Many2one(
+ 'res.company', string='Company', default=lambda self: self.env.company)
+ currency_id = fields.Many2one(
+ 'res.currency', related='company_id.currency_id', string='Currency')
+ hours = fields.Float(string="Hours")
+ remain_hours = fields.Float(
+ related='labour_sub_contract_id.remain_hours', string="Remain Hours")
+ cost = fields.Monetary(string="Cost / Hour")
+ sub_total = fields.Monetary(
+ string="Sub Total", compute="_compute_sub_total", store=True)
+ vendor_id = fields.Many2one('res.partner', string="Vendor")
+ is_bill_created = fields.Boolean()
+ purchase_order_id = fields.Many2one(
+ 'purchase.order', string="Purchase Order")
+ sub_category_id = fields.Many2one(
+ 'job.sub.category', string="Work Sub Type")
+ labour_sub_contract_id = fields.Many2one(
+ 'labour.subcontract', string="Subcontract")
+ phase_forcast_qty = fields.Float()
+ tax_id = fields.Many2one('account.tax', string="Taxes")
+
+ # Budget Field
+ job_sheet_id = fields.Many2one(
+ related="job_order_id.job_sheet_id", store=True)
+ project_id = fields.Many2one(related="job_order_id.project_id", store=True)
+ work_type_id = fields.Many2one(
+ related="job_order_id.work_type_id", store=True)
+ state = fields.Selection(related="job_order_id.state", store=True)
+
+ @api.onchange('product_id')
+ def _onchange_product_desc(self):
+ for rec in self:
+ rec.name = rec.product_id.name
+ rec.cost = rec.product_id.standard_price
+
+ @api.depends('cost', 'hours', 'tax_id')
+ def _compute_sub_total(self):
+ for rec in self:
+ total = 0.0
+ if rec.cost and rec.hours:
+ total = rec.cost * rec.hours
+ if rec.tax_id:
+ tax_amount = rec.tax_id.amount * total / 100
+ total = tax_amount + total
+ rec.sub_total = total
+
+
+class OrderOverheadLine(models.Model):
+ _name = 'order.overhead.line'
+ _description = "Work Order Overhead Line"
+
+ job_order_id = fields.Many2one('job.order', string="Work Order")
+ product_id = fields.Many2one(
+ 'product.product', string="Product", domain="[('is_overhead','=',True)]")
+ company_id = fields.Many2one(
+ 'res.company', string='Company', default=lambda self: self.env.company)
+ currency_id = fields.Many2one(
+ 'res.currency', related='company_id.currency_id', string='Currency')
+ name = fields.Char(string="Description")
+ qty = fields.Integer(string="Qty.", default=1)
+ uom_id = fields.Many2one(
+ related="product_id.uom_po_id", string="Unit of Measure")
+ cost = fields.Monetary(string="Cost / Unit")
+ sub_total = fields.Monetary(
+ string="Sub Total", compute="_compute_sub_total", store=True)
+ vendor_id = fields.Many2one('res.partner', string="Vendor")
+ is_bill_created = fields.Boolean()
+ purchase_order_id = fields.Many2one(
+ 'purchase.order', string="Purchase Order")
+ sub_category_id = fields.Many2one(
+ 'job.sub.category', string="Work Sub Type")
+ overhead_sub_contract_id = fields.Many2one(
+ 'overhead.subcontract', string="Subcontract")
+ phase_forcast_qty = fields.Float()
+ tax_id = fields.Many2one('account.tax', string="Taxes")
+
+ # Budget Field
+ job_sheet_id = fields.Many2one(
+ related="job_order_id.job_sheet_id", store=True)
+ project_id = fields.Many2one(related="job_order_id.project_id", store=True)
+ work_type_id = fields.Many2one(
+ related="job_order_id.work_type_id", store=True)
+ state = fields.Selection(related="job_order_id.state", store=True)
+
+ @api.depends('cost', 'qty', 'tax_id')
+ def _compute_sub_total(self):
+ for rec in self:
+ total = 0.0
+ if rec.cost and rec.qty:
+ total = rec.cost * rec.qty
+ if rec.tax_id:
+ tax_amount = rec.tax_id.amount * total / 100
+ total = tax_amount + total
+ rec.sub_total = total
+
+ @api.onchange('product_id')
+ def _onchange_product_desc(self):
+ for rec in self:
+ rec.name = rec.product_id.name
+ rec.cost = rec.product_id.standard_price
diff --git a/addons/tk_construction_management/models/material_requisition.py b/addons/tk_construction_management/models/material_requisition.py
new file mode 100644
index 0000000..c870546
--- /dev/null
+++ b/addons/tk_construction_management/models/material_requisition.py
@@ -0,0 +1,735 @@
+# -*- coding: utf-8 -*-
+# Copyright 2020-Today TechKhedut.
+# Part of TechKhedut. See LICENSE file for full copyright and licensing details.
+from odoo import fields, api, models, _
+from odoo.exceptions import ValidationError
+
+
+class MaterialRequisition(models.Model):
+ _name = 'material.requisition'
+ _description = "Material Requisition"
+ _inherit = ['mail.thread', 'mail.activity.mixin']
+
+ name = fields.Char(string='Sequence', required=True,
+ readonly=True, default=lambda self: _('New'))
+ title = fields.Char(string="Title", tracking=True)
+
+ reject_reason = fields.Text(string="Reject Reason")
+ allow_resubmit = fields.Boolean(string="Allow Resubmit", tracking=True)
+ po_created = fields.Boolean()
+ delivery_ready = fields.Boolean(compute="_compute_delivery_ready")
+ line_added = fields.Boolean()
+ stage = fields.Selection(
+ [('draft', 'Draft'),
+ ('department_approval', 'Waiting Department Approval'),
+ ('approve', 'In Progress'),
+ ('ready_delivery', 'Ready for Delivery'),
+ ('reject', 'Reject'),
+ ('internal_transfer', 'Internal Transfer'),
+ ('material_arrived', 'Material Arrived'),
+ ('cancel', 'Cancel')], default='draft', tracking=True)
+ desc = fields.Text(string="Description")
+
+ # Project Details
+ site_id = fields.Many2one('tk.construction.site', string="Project")
+ project_id = fields.Many2one(
+ 'tk.construction.project', string="Sub Project", tracking=True)
+ warehouse_id = fields.Many2one(
+ related="project_id.warehouse_id", string="Warehouse")
+ company_id = fields.Many2one(
+ 'res.company', string="Company", default=lambda self: self.env.company)
+
+ # Other Details
+ date = fields.Datetime(string="Date", default=fields.Datetime.now())
+ responsible_id = fields.Many2one('res.users', default=lambda self: self.env.user and self.env.user.id or False,
+ string="Created By")
+
+ # Department Details
+ department_id = fields.Many2one(
+ 'construction.department', string="Department", tracking=True)
+ manager_ids = fields.Many2many('res.users', string="Manager")
+ user_id = fields.Many2one('res.users', string="Responsible User ")
+
+ # Work Type & Job Sheet and Phase
+ work_type_id = fields.Many2one('job.type', string="Work Type")
+ work_order_id = fields.Many2one('job.order', string="Work Order")
+ job_sheet_id = fields.Many2one(
+ related="work_order_id.job_sheet_id", store=True)
+
+ internal_transfer_id = fields.Many2one(
+ 'internal.transfer', string="Transfer Ref.")
+
+ # Back Order
+ is_back_order = fields.Boolean(tracking=True)
+ is_any_back_order = fields.Boolean(compute="_compute_any_back_order")
+ back_order_id = fields.Many2one(
+ 'material.requisition', string="Back Order", tracking=True)
+ material_req_ref = fields.Char(
+ string="Material Requisition Ref.", tracking=True)
+
+ # One 2 Many
+ material_line_ids = fields.One2many(
+ 'material.requisition.line', 'material_req_id')
+ material_purchase_ids = fields.One2many(
+ 'material.purchase.line', 'material_req_id')
+ material_transfer_ids = fields.One2many(
+ 'material.transfer.line', 'material_req_id')
+
+ # compute
+ po_count = fields.Integer(
+ string="Purchase Order Count", compute="_compute_count")
+ bill_count = fields.Integer(string="Bill Count", compute="_compute_count")
+ delivery_count = fields.Integer(
+ string="Delivery Count", compute="_compute_count")
+
+ # Create, Write, Unlink, Constrain
+ @api.model_create_multi
+ def create(self, vals_list):
+ for vals in vals_list:
+ if vals.get('name', _('New')) == _('New'):
+ vals['name'] = self.env['ir.sequence'].next_by_code(
+ 'material.req') or _('New')
+ res = super(MaterialRequisition, self).create(vals_list)
+ return res
+
+ def name_get(self):
+ data = []
+ for rec in self:
+ data.append((rec.id, '%s - %s' % (rec.name, rec.title)))
+ return data
+
+ # Compute
+ def _compute_count(self):
+ for rec in self:
+ rec.po_count = self.env['purchase.order'].search_count(
+ [('material_req_id', '=', rec.id)])
+ rec.bill_count = self.env['account.move'].search_count(
+ [('material_req_id', '=', rec.id)])
+ po = self.material_purchase_ids.mapped(
+ 'purchase_order_id').mapped('name')
+ ids = self.env['stock.picking'].search(
+ [('origin', 'in', po), ('code', '=', 'incoming')]).mapped('id')
+ rec.delivery_count = self.env['stock.picking'].search_count(
+ [('id', 'in', ids)])
+
+ def _compute_delivery_ready(self):
+ if self.material_purchase_ids:
+ incomplete = False
+ for rec in self.material_purchase_ids:
+ if not rec.status == 'complete':
+ incomplete = True
+ break
+ if not incomplete:
+ self.delivery_ready = True
+ else:
+ self.delivery_ready = False
+ else:
+ self.delivery_ready = True
+
+ @api.depends('material_line_ids')
+ def _compute_any_back_order(self):
+ back_order = False
+ for rec in self.material_line_ids:
+ if rec.operation_type == 'back_order':
+ back_order = True
+ break
+ if back_order:
+ self.is_any_back_order = True
+ else:
+ self.is_any_back_order = False
+
+ # Onchange
+ @api.onchange('department_id', 'manager_ids')
+ def _onchange_department_manager(self):
+ ids = []
+ for rec in self:
+ if rec.department_id:
+ ids = rec.department_id.manager_ids.ids
+ return {'domain': {'manager_ids': [('id', 'in', ids)]}}
+
+ @api.onchange('department_id', 'manager_ids', 'user_id')
+ def _onchange_department_responsible(self):
+ ids = []
+ for rec in self:
+ if rec.department_id:
+ ids = rec.department_id.user_ids.ids
+ return {'domain': {'user_id': [('id', 'in', ids)]}}
+
+ # Smart Button
+ def action_view_purchase_order(self):
+ return {
+ 'type': 'ir.actions.act_window',
+ 'name': _('Purchase Order'),
+ 'res_model': 'purchase.order',
+ 'domain': [('material_req_id', '=', self.id)],
+ 'context': {
+ 'default_material_req_id': self.id
+ },
+ 'view_mode': 'list,form,kanban',
+ 'target': 'current'
+ }
+
+ def action_view_bills(self):
+ return {
+ 'type': 'ir.actions.act_window',
+ 'name': _('Bills'),
+ 'res_model': 'account.move',
+ 'domain': [('material_req_id', '=', self.id)],
+ 'context': {
+ 'default_material_req_id': self.id
+ },
+ 'view_mode': 'list,form,kanban',
+ 'target': 'current'
+ }
+
+ def action_view_delivery_order(self):
+ po = self.material_purchase_ids.mapped(
+ 'purchase_order_id').mapped('name')
+ ids = self.env['stock.picking'].search(
+ [('origin', 'in', po)]).mapped('id')
+ return {
+ 'type': 'ir.actions.act_window',
+ 'name': _('Delivery Orders'),
+ 'res_model': 'stock.picking',
+ 'domain': [('id', 'in', ids), ('code', '=', 'incoming')],
+ 'view_mode': 'list,form,kanban',
+ 'target': 'current'
+ }
+
+ # Button
+ def action_department_approval(self):
+ user_id = self.env.user.id
+ msg = "
Request for Department Approval of " + str(
+ self.name) + " " + " On " + str(
+ fields.Datetime.now()) + " "
+ self.message_post(body=msg, partner_ids=[user_id])
+ self.stage = 'department_approval'
+
+ def action_approve_requisition(self):
+ material_arrives = True
+ for rec in self.material_line_ids:
+ if not (rec.forcast_qty >= rec.qty):
+ material_arrives = False
+ if material_arrives:
+ self.stage = 'material_arrived'
+ self.work_order_id.state = 'material_arrive'
+ else:
+ for rec in self.material_line_ids:
+ if rec.forcast_qty >= rec.qty:
+ rec.is_created = True
+ ready = True
+ for rec in self.material_line_ids:
+ if not rec.is_created:
+ ready = False
+ if not ready:
+ message = {
+ 'type': 'ir.actions.client',
+ 'tag': 'display_notification',
+ 'params': {
+ 'type': 'info',
+ 'message': "Please Validate Lines to Approve Order",
+ 'sticky': False,
+ }
+ }
+ return message
+ self.stage = 'approve'
+ user_id = self.env.user.id
+ msg = "Approval request of " + str(self.name) + " has been approved On " + str(
+ fields.Datetime.now()) + " "
+ self.message_post(body=msg, partner_ids=[user_id])
+
+ def action_draft_requisition(self):
+ self.stage = 'draft'
+ self.allow_resubmit = False
+
+ def action_ready_delivery(self):
+ delivery_warehouse = False
+ for rec in self.material_transfer_ids:
+ if not rec.delivery_warehouse_id:
+ delivery_warehouse = True
+ break
+ if delivery_warehouse:
+ message = {
+ 'type': 'ir.actions.client',
+ 'tag': 'display_notification',
+ 'params': {
+ 'type': 'info',
+ 'title': _('Warehouse Missing'),
+ 'message': "Please Select Warehouse in Internal Transfer",
+ 'sticky': False,
+ }
+ }
+ return message
+ if not self.material_purchase_ids:
+ self.line_added = True
+ if not self.line_added:
+ message = {
+ 'type': 'ir.actions.client',
+ 'tag': 'display_notification',
+ 'params': {
+ 'type': 'info',
+ 'title': _('Add lines'),
+ 'message': "Please add purchase order line to internal transfer",
+ 'sticky': False,
+ }
+ }
+ return message
+ if not self.material_transfer_ids:
+ self.stage = 'material_arrived'
+ self.work_order_id.state = 'material_arrive'
+ return {
+ 'type': 'ir.actions.act_window',
+ 'name': _('Work Order'),
+ 'res_model': 'job.order',
+ 'res_id': self.work_order_id.id,
+ 'view_mode': 'form',
+ 'target': 'current'
+ }
+ else:
+ self.stage = 'ready_delivery'
+
+ def action_create_purchase_order(self):
+ ready = True
+ for rec in self.material_purchase_ids:
+ if not rec.vendor_id:
+ ready = False
+ if not ready:
+ message = {
+ 'type': 'ir.actions.client',
+ 'tag': 'display_notification',
+ 'params': {
+ 'type': 'info',
+ 'title': ('Vendor or Warehouse Missing !'),
+ 'message': "Please Select Warehouse or Vendor in Material Purchase",
+ 'sticky': False,
+ }
+ }
+ return message
+ price_check = True
+ for rec in self.material_purchase_ids:
+ if not rec.price > 0:
+ price_check = False
+ if not price_check:
+ message = {
+ 'type': 'ir.actions.client',
+ 'tag': 'display_notification',
+ 'params': {
+ 'type': 'info',
+ 'title': ('Invalid Product Price !'),
+ 'message': "Price must greater than zero to create Purchase Order.",
+ 'sticky': False,
+ }
+ }
+ return message
+ vendor_count = self.material_purchase_ids.mapped(
+ 'vendor_id').mapped('id')
+ warehouse_count = self.material_purchase_ids.mapped(
+ 'purchase_warehouse_id').mapped('id')
+ for warehouse in warehouse_count:
+ for data in vendor_count:
+ lines = []
+ create_po_ids = []
+ for rec in self.material_purchase_ids:
+ if rec.purchase_warehouse_id.id == warehouse and not rec.purchase_order_id and rec.vendor_id.id == data:
+ lines.append((0, 0, {
+ 'product_id': rec.product_id.id,
+ 'name': rec.name,
+ 'product_qty': rec.qty,
+ 'product_uom': rec.uom_id.id,
+ 'price_unit': rec.price,
+ }))
+ create_po_ids.append(rec.id)
+ rec.product_id.last_po_price = rec.price
+ stock_picking_type_id = self.env['stock.picking.type'].search(
+ [('code', '=', 'incoming'), ('warehouse_id', '=', warehouse)], limit=1)
+ if lines and stock_picking_type_id:
+ record = {
+ 'partner_id': data,
+ 'order_line': lines,
+ 'material_req_id': self.id,
+ 'picking_type_id': stock_picking_type_id.id
+ }
+ purchase_order_id = self.env['purchase.order'].create(
+ record)
+ for rec in create_po_ids:
+ materia_po_line = self.env['material.purchase.line'].browse(
+ rec)
+ materia_po_line.purchase_order_id = purchase_order_id.id
+ self.po_created = True
+
+ def action_create_back_order(self):
+ ready = True
+ for rec in self.material_line_ids:
+ if not rec.is_created:
+ ready = False
+ if not ready:
+ message = {
+ 'type': 'ir.actions.client',
+ 'tag': 'display_notification',
+ 'params': {
+ 'type': 'info',
+ 'message': "Please Validate Lines to Create Back Order",
+ 'sticky': False,
+ }
+ }
+ return message
+ mrq = {
+ 'title': self.title,
+ 'project_id': self.project_id.id,
+ 'warehouse_id': self.warehouse_id.id,
+ 'department_id': self.department_id.id,
+ 'manager_ids': self.manager_ids.ids,
+ 'user_id': self.user_id.id,
+ 'company_id': self.company_id.id,
+ 'job_sheet_id': self.job_sheet_id.id,
+ 'stage': 'approve',
+ 'is_back_order': True,
+ 'work_type_id': self.work_type_id.id,
+ 'work_order_id': self.work_order_id.id,
+ 'job_sheet_id': self.job_sheet_id.id,
+ 'site_id': self.site_id.id,
+ 'material_req_ref': self.name
+ }
+ mrq_id = self.env['material.requisition'].create(mrq)
+ self.back_order_id = mrq_id.id
+ for data in self.material_line_ids:
+ if data.operation_type == 'back_order':
+ record = {
+ 'product_id': data.material_id.id,
+ 'name': data.name,
+ 'qty': data.back_order_qty,
+ 'price': data.material_id.last_po_price if data.material_id.last_po_price != 0 else data.material_id.standard_price,
+ 'purchase_warehouse_id': data.warehouse_id.id,
+ 'material_req_id': mrq_id.id,
+ 'sub_category_id': data.sub_category_id.id,
+ 'job_sheet_id': data.job_sheet_id.id
+ }
+ self.env['material.purchase.line'].create(record)
+ return {
+ 'type': 'ir.actions.act_window',
+ 'name': _('Back Order'),
+ 'res_model': 'material.requisition',
+ 'res_id': mrq_id.id,
+ 'view_mode': 'form',
+ 'target': 'current'
+ }
+
+ def validate_material_line_all(self):
+ validate = True
+ for rec in self.material_line_ids:
+ if not rec.is_created and (not rec.warehouse_id or not rec.operation_type):
+ validate = False
+ if not validate:
+ message = {
+ 'type': 'ir.actions.client',
+ 'tag': 'display_notification',
+ 'params': {
+ 'type': 'info',
+ 'title': ('Warehouse or operation type Missing !'),
+ 'message': "Please Select warehouse or operation Type to validate.",
+ 'sticky': False,
+ }
+ }
+ return message
+ for rec in self.material_line_ids:
+ if not rec.is_created:
+ rec.validate_material_line()
+
+ def action_insert_internal_transfer(self):
+ for rec in self.material_purchase_ids:
+ if not rec.purchase_warehouse_id.id == self.project_id.warehouse_id.id:
+ internal_transfer_id = self.env['material.transfer.line'].create({
+ 'product_id': rec.product_id.id,
+ 'name': rec.name,
+ 'pickup_warehouse_id': rec.purchase_warehouse_id.id,
+ 'delivery_warehouse_id': self.project_id.warehouse_id.id,
+ 'qty': rec.qty,
+ 'material_req_id': rec.material_req_id.id,
+ 'sub_category_id': rec.sub_category_id.id,
+ 'job_sheet_id': rec.job_sheet_id.id,
+ 'from_purchase': True
+ })
+ internal_transfer_id._compute_forcast_qty()
+ self.line_added = True
+
+ def action_create_internal_transfer(self):
+ internal_transfer_id = self.env['internal.transfer'].create({
+ 'title': 'Internal Transfer of ' + str(self.name),
+ 'site_id': self.site_id.id,
+ 'project_id': self.project_id.id,
+ 'work_type_id': self.work_type_id.id,
+ 'job_sheet_id': self.job_sheet_id.id,
+ 'work_order_id': self.work_order_id.id,
+ 'material_req_id': self.id,
+ 'department_id': self.department_id.id,
+ 'manager_ids': self.manager_ids.ids,
+ 'user_id': self.user_id.id,
+ })
+ for data in self.material_transfer_ids:
+ self.env['internal.transfer.line'].create({
+ 'product_id': data.product_id.id,
+ 'name': data.name,
+ 'qty': data.qty,
+ 'pickup_warehouse_id': data.pickup_warehouse_id.id,
+ 'delivery_warehouse_id': data.delivery_warehouse_id.id,
+ 'internal_transfer_id': internal_transfer_id.id,
+ 'sub_category_id': data.sub_category_id.id,
+ })
+ return {
+ 'type': 'ir.actions.act_window',
+ 'name': _('Internal Transfer'),
+ 'res_model': 'internal.transfer',
+ 'res_id': internal_transfer_id.id,
+ 'view_mode': 'form',
+ 'target': 'current'
+ }
+
+
+class MaterialRequisitionLine(models.Model):
+ _name = 'material.requisition.line'
+ _description = "Material Requisition Line"
+
+ material_id = fields.Many2one(
+ 'product.product', string="Material", domain="[('is_material','=',True)]")
+ name = fields.Char(string="Description")
+ qty = fields.Integer(string="Qty.", default=1)
+ uom_id = fields.Many2one(
+ related="material_id.uom_po_id", string="Unit of Measure")
+ operation_type = fields.Selection([('purchase_order', 'Purchase Order'),
+ ('internal_transfer', 'Internal Transfer'), ('back_order', 'Back Order')],
+ string="Operation Type")
+ forcast_qty = fields.Float(
+ string="Forcast Qty.", compute="_compute_forcast_qty")
+ warehouse_id = fields.Many2one(
+ 'stock.warehouse', string="Pickup / Delivery Warehouse")
+ material_req_id = fields.Many2one('material.requisition')
+ is_created = fields.Boolean()
+ forcast_check = fields.Boolean(compute="_compute_forcast_check")
+ sub_category_id = fields.Many2one(
+ 'job.sub.category', string="Work Sub Type")
+ stage = fields.Selection(related="material_req_id.stage")
+ job_sheet_id = fields.Many2one('job.costing', string="Job Cost Sheet")
+ remain_qty = fields.Integer(string="Remaining Qty.")
+ back_order_qty = fields.Integer(string="Back Order Qty.")
+
+ @api.depends('receive_qty', 'qty')
+ def _compute_receive_qty(self):
+ for rec in self:
+ if rec.receive_qty and rec.qty:
+ rec.remain_qty = rec.qty - rec.receive_qty
+ else:
+ rec.remain_qty = 0
+
+ @api.onchange('material_id')
+ def _onchange_product_desc(self):
+ for rec in self:
+ rec.name = rec.material_id.name
+
+ @api.depends('forcast_qty', 'qty')
+ def _compute_forcast_check(self):
+ for rec in self:
+ if rec.forcast_qty >= rec.qty:
+ rec.forcast_check = True
+ else:
+ rec.forcast_check = False
+
+ @api.depends('warehouse_id', 'material_id')
+ def _compute_forcast_qty(self):
+ for rec in self:
+ qty = 0.0
+ if rec.material_id:
+ qty = rec.material_id.with_context(
+ warehouse=rec.warehouse_id.id).virtual_available
+ rec.forcast_qty = qty
+
+ def validate_material_line(self):
+ if not self.is_created:
+ if not self.warehouse_id or not self.operation_type:
+ message = {
+ 'type': 'ir.actions.client',
+ 'tag': 'display_notification',
+ 'params': {
+ 'type': 'info',
+ 'title': ('Warehouse or operation type Missing !'),
+ 'message': "Please Select warehouse or operation Type to validate.",
+ 'sticky': False,
+ }
+ }
+ return message
+ if self.operation_type == 'purchase_order':
+ purchase_data = {
+ 'product_id': self.material_id.id,
+ 'name': self.name,
+ 'qty': self.qty,
+ 'purchase_warehouse_id': self.warehouse_id.id,
+ 'material_req_id': self.material_req_id.id,
+ 'sub_category_id': self.sub_category_id.id,
+ 'job_sheet_id': self.job_sheet_id.id,
+ 'price': self.material_id.last_po_price if self.material_id.last_po_price != 0 else self.material_id.standard_price
+ }
+ self.env['material.purchase.line'].create(purchase_data)
+ if self.operation_type == 'internal_transfer':
+ internal_data = {
+ 'product_id': self.material_id.id,
+ 'name': self.name,
+ 'qty': self.qty,
+ 'pickup_warehouse_id': self.warehouse_id.id,
+ 'delivery_warehouse_id': self.material_req_id.project_id.warehouse_id.id,
+ 'material_req_id': self.material_req_id.id,
+ 'sub_category_id': self.sub_category_id.id,
+ 'job_sheet_id': self.job_sheet_id.id
+ }
+ if internal_data['pickup_warehouse_id'] == internal_data['delivery_warehouse_id']:
+ pass
+ else:
+ self.env['material.transfer.line'].create(internal_data)
+ if self.operation_type == 'back_order':
+ if self.qty > self.forcast_qty:
+ self.back_order_qty = self.qty - self.forcast_qty
+ internal_data = {
+ 'product_id': self.material_id.id,
+ 'name': self.name,
+ 'qty': self.forcast_qty,
+ 'pickup_warehouse_id': self.warehouse_id.id,
+ 'delivery_warehouse_id': self.material_req_id.project_id.warehouse_id.id,
+ 'material_req_id': self.material_req_id.id,
+ 'sub_category_id': self.sub_category_id.id,
+ 'job_sheet_id': self.job_sheet_id.id
+ }
+ if internal_data['pickup_warehouse_id'] == internal_data['delivery_warehouse_id']:
+ pass
+ else:
+ self.env['material.transfer.line'].create(
+ internal_data)
+ self.is_created = True
+
+
+class MaterialPurchaseLine(models.Model):
+ _name = 'material.purchase.line'
+ _description = "Material Purchase Line"
+
+ product_id = fields.Many2one('product.product', string="Product")
+ name = fields.Char(string="Description")
+ qty = fields.Integer(string="Qty.", default=1)
+ company_id = fields.Many2one(
+ 'res.company', string='Company', default=lambda self: self.env.company)
+ currency_id = fields.Many2one(
+ 'res.currency', related='company_id.currency_id', string='Currency')
+ forcast_qty = fields.Float(
+ string="Forcast Qty.", compute="_compute_forcast_qty")
+ price = fields.Monetary(string="Price")
+ total_price = fields.Monetary(
+ string="Total Price", compute="_compute_total_price")
+ uom_id = fields.Many2one(
+ related="product_id.uom_po_id", string="Unit of Measure")
+ vendor_id = fields.Many2one('res.partner', string="Vendor")
+ purchase_warehouse_id = fields.Many2one(
+ 'stock.warehouse', string="Delivery Warehouse")
+ material_req_id = fields.Many2one('material.requisition')
+ purchase_order_id = fields.Many2one(
+ 'purchase.order', string="Purchase Order")
+ status = fields.Selection([('incomplete', 'Incomplete'), ('partial_complete', 'Partial Complete'),
+ ('complete', 'Complete')], compute="_compute_po_delivery_status")
+ sub_category_id = fields.Many2one(
+ 'job.sub.category', string="Work Sub Type")
+ job_sheet_id = fields.Many2one('job.costing', string="Job Cost Sheet")
+
+ def unlink(self):
+ if not self.purchase_order_id:
+ return super(MaterialPurchaseLine, self).unlink()
+ else:
+ raise ValidationError(
+ _('You can not delete material purchase line after creating purchase order'))
+
+ @api.depends('purchase_warehouse_id', 'product_id')
+ def _compute_forcast_qty(self):
+ for rec in self:
+ qty = 0.0
+ if rec.product_id:
+ qty = rec.product_id.with_context(
+ warehouse=rec.purchase_warehouse_id.id).virtual_available
+ rec.forcast_qty = qty
+
+ @api.depends('price', 'qty')
+ def _compute_total_price(self):
+ for rec in self:
+ total = 0.0
+ if rec.qty and rec.price:
+ total = rec.qty * rec.price
+ rec.total_price = total
+
+ @api.onchange('product_id')
+ def _onchange_product_desc(self):
+ for rec in self:
+ rec.name = rec.product_id.name
+
+ @api.depends('purchase_order_id')
+ def _compute_po_delivery_status(self):
+ for rec in self:
+ delivery_orders = self.env['stock.picking'].search(
+ [('code', '=', 'incoming'), ('origin', '=', rec.purchase_order_id.name)])
+ if rec.purchase_order_id and delivery_orders:
+ incomplete, complete = False, False
+ for data in delivery_orders:
+ if data.state == 'done':
+ complete = True
+ else:
+ incomplete = True
+ if complete and not incomplete:
+ rec.status = 'complete'
+ elif incomplete and not complete:
+ rec.status = 'incomplete'
+ else:
+ rec.status = "partial_complete"
+ else:
+ rec.status = ""
+
+ @api.onchange('product_id', 'vendor_id')
+ def onchange_product_vendor_price_list(self):
+ for rec in self:
+ if rec.vendor_id and rec.product_id:
+ domain = [('partner_id', '=', rec.vendor_id.id), '|',
+ ('product_tmpl_id', '=', rec.product_id.product_tmpl_id.id),
+ ('product_id', '=', rec.product_id.id)]
+ vendor_price = self.env['product.supplierinfo'].search(
+ domain, limit=1, order='create_date desc')
+ if vendor_price.price > 0:
+ rec.price = vendor_price.price
+ elif rec.product_id.last_po_price > 0:
+ rec.price = rec.product_id.last_po_price
+ else:
+ rec.price = rec.product_id.standard_price
+
+
+class MaterialTransferLine(models.Model):
+ _name = 'material.transfer.line'
+ _description = "Material Transfer Line"
+
+ product_id = fields.Many2one('product.product', string="Product")
+ name = fields.Char(string="Description")
+ qty = fields.Integer(string="Qty.", default=1)
+ forcast_qty = fields.Float(
+ string="Forcast Qty.", compute="_compute_forcast_qty")
+ pickup_warehouse_id = fields.Many2one(
+ 'stock.warehouse', string="Picking Warehouse")
+ delivery_warehouse_id = fields.Many2one(
+ 'stock.warehouse', string="Delivery Warehouse")
+ material_req_id = fields.Many2one('material.requisition')
+ sub_category_id = fields.Many2one(
+ 'job.sub.category', string="Work Sub Type")
+ job_sheet_id = fields.Many2one('job.costing', string="Job Cost Sheet")
+ from_purchase = fields.Boolean(string="From Purchase")
+
+ @api.depends('pickup_warehouse_id', 'product_id')
+ def _compute_forcast_qty(self):
+ for rec in self:
+ qty = 0.0
+ if rec.product_id:
+ qty = rec.product_id.with_context(
+ warehouse=rec.pickup_warehouse_id.id).virtual_available
+ rec.forcast_qty = qty
+
+ @api.onchange('product_id')
+ def _onchange_product_desc(self):
+ for rec in self:
+ rec.name = rec.product_id.name
diff --git a/addons/tk_construction_management/models/project_task.py b/addons/tk_construction_management/models/project_task.py
new file mode 100644
index 0000000..e81a69a
--- /dev/null
+++ b/addons/tk_construction_management/models/project_task.py
@@ -0,0 +1,18 @@
+# -*- coding: utf-8 -*-
+# Copyright 2020-Today TechKhedut.
+# Part of TechKhedut. See LICENSE file for full copyright and licensing details.
+from odoo import fields, api, models
+
+
+class ConProject(models.Model):
+ _inherit = 'project.project'
+
+ construction_project_id = fields.Many2one('tk.construction.project', string="Construction Building")
+
+
+class ConstructionTask(models.Model):
+ _inherit = 'project.task'
+
+ job_order_id = fields.Many2one('job.order', string="Work Order")
+ is_inspection_task = fields.Boolean(string="Inspection Task")
+ con_project_id = fields.Many2one('tk.construction.project', string="Construction Project")
diff --git a/addons/tk_construction_management/models/rate_analysis.py b/addons/tk_construction_management/models/rate_analysis.py
new file mode 100644
index 0000000..d4c8c37
--- /dev/null
+++ b/addons/tk_construction_management/models/rate_analysis.py
@@ -0,0 +1,237 @@
+# -*- coding: utf-8 -*-
+# Copyright 2022-Today TechKhedut.
+# Part of TechKhedut. See LICENSE file for full copyright and licensing details.
+from odoo import api, fields, models, _
+from odoo.exceptions import ValidationError
+
+
+class RateAnalysis(models.Model):
+ _name = 'rate.analysis'
+ _description = "Rate Analysis"
+ _rec_name = 'name'
+ _inherit = ['mail.thread', 'mail.activity.mixin']
+
+ name = fields.Char(string="Title")
+ site_id = fields.Many2one('tk.construction.site', string="Project")
+ project_id = fields.Many2one('tk.construction.project', string="Sub Project",domain="[('construction_site_id','=',site_id)]")
+ company_id = fields.Many2one('res.company', string='Company', default=lambda self: self.env.company)
+ currency_id = fields.Many2one('res.currency', related='company_id.currency_id', string='Currency')
+ activity_id = fields.Many2one('job.type', string="Work Type")
+ sub_activity_ids = fields.Many2many(related="activity_id.sub_category_ids", string="Sub Activities")
+ sub_activity_id = fields.Many2one('job.sub.category', string="Work Sub Type",domain="[('id','in',sub_activity_ids)]")
+ date = fields.Date(string="Date", default=fields.Date.today())
+ unit_id = fields.Many2one('uom.uom', string="Unit")
+
+ # Rate Analysis Type
+ material_analysis_ids = fields.One2many('rate.analysis.material', 'rate_analysis_id', string="Rate Analysis Material")
+ equipment_analysis_ids = fields.One2many('rate.analysis.equipment', 'rate_analysis_id',string="Rate Analysis Equipment")
+ labour_analysis_ids = fields.One2many('rate.analysis.labour', 'rate_analysis_id',string="Rate Analysis Labour")
+ overhead_analysis_ids = fields.One2many('rate.analysis.overhead', 'rate_analysis_id',string="Rate Analysis Overhead")
+
+ # Amount
+ tax_amount = fields.Monetary(string="Tax Amount", compute="compute_total_amount")
+ untaxed_amount = fields.Monetary(string="Untaxed Amount", compute="compute_total_amount")
+ total_amount = fields.Monetary(string="Total Amount", compute="compute_total_amount")
+
+ @api.depends('material_analysis_ids', 'equipment_analysis_ids', 'labour_analysis_ids', 'overhead_analysis_ids')
+ def compute_total_amount(self):
+ for rec in self:
+ tax_amount = 0.0
+ untaxed_amount = 0.0
+ total_amount = 0.0
+ for data in rec.material_analysis_ids:
+ tax_amount = tax_amount + data.tax_amount
+ untaxed_amount = untaxed_amount + data.untaxed_amount
+ total_amount = total_amount + data.total_amount
+ for data in rec.equipment_analysis_ids:
+ tax_amount = tax_amount + data.tax_amount
+ untaxed_amount = untaxed_amount + data.untaxed_amount
+ total_amount = total_amount + data.total_amount
+ for data in rec.labour_analysis_ids:
+ tax_amount = tax_amount + data.tax_amount
+ untaxed_amount = untaxed_amount + data.untaxed_amount
+ total_amount = total_amount + data.total_amount
+ for data in rec.overhead_analysis_ids:
+ tax_amount = tax_amount + data.tax_amount
+ untaxed_amount = untaxed_amount + data.untaxed_amount
+ total_amount = total_amount + data.total_amount
+ rec.tax_amount = tax_amount
+ rec.untaxed_amount = untaxed_amount
+ rec.total_amount = total_amount
+
+ @api.constrains('material_analysis_ids')
+ def _check_cost_material_uniq_product(self):
+ for record in self.material_analysis_ids:
+ duplicates = self.material_analysis_ids.filtered(
+ lambda r: r.id != record.id and r.product_id.id == record.product_id.id)
+ if duplicates:
+ raise ValidationError(_("Material already added !"))
+
+ @api.constrains('equipment_analysis_ids')
+ def _check_cost_equipment_uniq_product(self):
+ for record in self.equipment_analysis_ids:
+ duplicates = self.equipment_analysis_ids.filtered(
+ lambda r: r.id != record.id and r.product_id.id == record.product_id.id)
+ if duplicates:
+ raise ValidationError(_("Equipment already added !"))
+
+ @api.constrains('labour_analysis_ids')
+ def _check_cost_labour_uniq_product(self):
+ for record in self.labour_analysis_ids:
+ duplicates = self.labour_analysis_ids.filtered(
+ lambda r: r.id != record.id and r.product_id.id == record.product_id.id)
+ if duplicates:
+ raise ValidationError(_("Labour already added !"))
+
+ @api.constrains('overhead_analysis_ids')
+ def _check_cost_overhead_uniq_product(self):
+ for record in self.overhead_analysis_ids:
+ duplicates = self.overhead_analysis_ids.filtered(
+ lambda r: r.id != record.id and r.product_id.id == record.product_id.id)
+ if duplicates:
+ raise ValidationError(_("Overhead already added !"))
+
+
+
+class RateAnalysisMaterial(models.Model):
+ _name = "rate.analysis.material"
+ _description = "Rate Analysis Material Line"
+
+ rate_analysis_id = fields.Many2one('rate.analysis', string="Rate Analysis")
+ product_id = fields.Many2one('product.product', string="Material", domain="[('is_material','=',True)]")
+ name = fields.Char(string="Description")
+ code = fields.Char(related="product_id.default_code", string="Code")
+ company_id = fields.Many2one('res.company', string='Company', default=lambda self: self.env.company)
+ currency_id = fields.Many2one('res.currency', related='company_id.currency_id', string='Currency')
+ qty = fields.Integer(string="Qty.", default=1)
+ uom_id = fields.Many2one(related="product_id.uom_po_id", string="UOM")
+ price = fields.Monetary(string="Price")
+ tax_id = fields.Many2one('account.tax', string="Tax")
+ untaxed_amount = fields.Monetary(string="Untaxed Amount", compute="compute_total")
+ tax_amount = fields.Monetary(string="Tax Amount", compute="compute_total")
+ total_amount = fields.Monetary(string="Total Amount", compute="compute_total")
+
+ @api.onchange('product_id')
+ def onchange_product_info(self):
+ for rec in self:
+ if rec.product_id:
+ rec.name = rec.product_id.name
+ rec.price = rec.product_id.standard_price
+
+ @api.depends('price', 'qty', 'tax_id.amount', 'tax_id')
+ def compute_total(self):
+ for rec in self:
+ untaxed_amount = rec.qty * rec.price
+ tax_amount = (rec.tax_id.amount * untaxed_amount / 100) if rec.tax_id else 0.0
+ total_amount = untaxed_amount + tax_amount
+ rec.untaxed_amount = untaxed_amount
+ rec.tax_amount = tax_amount
+ rec.total_amount = total_amount
+
+
+class RateAnalysisEquipment(models.Model):
+ _name = "rate.analysis.equipment"
+ _description = "Rate Analysis Equipment Line"
+
+ rate_analysis_id = fields.Many2one('rate.analysis', string="Rate Analysis")
+ product_id = fields.Many2one('product.product', string="Equipment", domain="[('is_equipment','=',True)]")
+ name = fields.Char(string="Description")
+ code = fields.Char(related="product_id.default_code", string="Code")
+ company_id = fields.Many2one('res.company', string='Company', default=lambda self: self.env.company)
+ currency_id = fields.Many2one('res.currency', related='company_id.currency_id', string='Currency')
+ qty = fields.Integer(string="Qty.", default=1)
+ uom_id = fields.Many2one(related="product_id.uom_po_id", string="UOM")
+ price = fields.Monetary(string="Price")
+ tax_id = fields.Many2one('account.tax', string="Tax")
+ untaxed_amount = fields.Monetary(string="Untaxed Amount", compute="compute_total")
+ tax_amount = fields.Monetary(string="Tax Amount", compute="compute_total")
+ total_amount = fields.Monetary(string="Total Amount", compute="compute_total")
+
+ @api.onchange('product_id')
+ def onchange_product_info(self):
+ for rec in self:
+ if rec.product_id:
+ rec.name = rec.product_id.name
+ rec.price = rec.product_id.standard_price
+
+ @api.depends('price', 'qty', 'tax_id.amount', 'tax_id')
+ def compute_total(self):
+ for rec in self:
+ untaxed_amount = rec.qty * rec.price
+ tax_amount = (rec.tax_id.amount * untaxed_amount / 100) if rec.tax_id else 0.0
+ total_amount = untaxed_amount + tax_amount
+ rec.untaxed_amount = untaxed_amount
+ rec.tax_amount = tax_amount
+ rec.total_amount = total_amount
+
+
+class RateAnalysisLabour(models.Model):
+ _name = "rate.analysis.labour"
+ _description = "Rate Analysis Labour Line"
+
+ rate_analysis_id = fields.Many2one('rate.analysis', string="Rate Analysis")
+ product_id = fields.Many2one('product.product', string="Labour", domain="[('is_labour','=',True)]")
+ name = fields.Char(string="Description")
+ code = fields.Char(related="product_id.default_code", string="Code")
+ company_id = fields.Many2one('res.company', string='Company', default=lambda self: self.env.company)
+ currency_id = fields.Many2one('res.currency', related='company_id.currency_id', string='Currency')
+ qty = fields.Integer(string="Qty.", default=1)
+ uom_id = fields.Many2one(related="product_id.uom_po_id", string="UOM")
+ price = fields.Monetary(string="Price")
+ tax_id = fields.Many2one('account.tax', string="Tax")
+ untaxed_amount = fields.Monetary(string="Untaxed Amount", compute="compute_total")
+ tax_amount = fields.Monetary(string="Tax Amount", compute="compute_total")
+ total_amount = fields.Monetary(string="Total Amount", compute="compute_total")
+
+ @api.onchange('product_id')
+ def onchange_product_info(self):
+ for rec in self:
+ if rec.product_id:
+ rec.name = rec.product_id.name
+ rec.price = rec.product_id.standard_price
+
+ @api.depends('price', 'qty', 'tax_id.amount', 'tax_id')
+ def compute_total(self):
+ for rec in self:
+ untaxed_amount = rec.qty * rec.price
+ tax_amount = (rec.tax_id.amount * untaxed_amount / 100) if rec.tax_id else 0.0
+ total_amount = untaxed_amount + tax_amount
+ rec.untaxed_amount = untaxed_amount
+ rec.tax_amount = tax_amount
+ rec.total_amount = total_amount
+
+
+class RateAnalysisOverhead(models.Model):
+ _name = "rate.analysis.overhead"
+ _description = "Rate Analysis Overhead Line"
+
+ rate_analysis_id = fields.Many2one('rate.analysis', string="Rate Analysis")
+ product_id = fields.Many2one('product.product', string="Overhead", domain="[('is_overhead','=',True)]")
+ name = fields.Char(string="Description")
+ code = fields.Char(related="product_id.default_code", string="Code")
+ company_id = fields.Many2one('res.company', string='Company', default=lambda self: self.env.company)
+ currency_id = fields.Many2one('res.currency', related='company_id.currency_id', string='Currency')
+ qty = fields.Integer(string="Qty.", default=1)
+ uom_id = fields.Many2one(related="product_id.uom_po_id", string="UOM")
+ price = fields.Monetary(string="Price")
+ tax_id = fields.Many2one('account.tax', string="Tax")
+ untaxed_amount = fields.Monetary(string="Untaxed Amount", compute="compute_total")
+ tax_amount = fields.Monetary(string="Tax Amount", compute="compute_total")
+ total_amount = fields.Monetary(string="Total Amount", compute="compute_total")
+
+ @api.onchange('product_id')
+ def onchange_product_info(self):
+ for rec in self:
+ if rec.product_id:
+ rec.name = rec.product_id.name
+ rec.price = rec.product_id.standard_price
+
+ @api.depends('price', 'qty', 'tax_id.amount', 'tax_id')
+ def compute_total(self):
+ for rec in self:
+ untaxed_amount = rec.qty * rec.price
+ tax_amount = (rec.tax_id.amount * untaxed_amount / 100) if rec.tax_id else 0.0
+ total_amount = untaxed_amount + tax_amount
+ rec.untaxed_amount = untaxed_amount
+ rec.tax_amount = tax_amount
+ rec.total_amount = total_amount
diff --git a/addons/tk_construction_management/models/res_config.py b/addons/tk_construction_management/models/res_config.py
new file mode 100644
index 0000000..5fca6ee
--- /dev/null
+++ b/addons/tk_construction_management/models/res_config.py
@@ -0,0 +1,11 @@
+# -*- coding: utf-8 -*-
+# Copyright 2020-Today TechKhedut.
+# Part of TechKhedut. See LICENSE file for full copyright and licensing details.
+from odoo import api, fields, models
+
+
+class ConstructionResConfig(models.TransientModel):
+ _inherit = 'res.config.settings'
+
+ phase_prefix = fields.Char(string='Phase Prefix', default="PHASE/",
+ config_parameter='tk_construction_management.phase_prefix')
diff --git a/addons/tk_construction_management/models/res_partner.py b/addons/tk_construction_management/models/res_partner.py
new file mode 100644
index 0000000..ed39707
--- /dev/null
+++ b/addons/tk_construction_management/models/res_partner.py
@@ -0,0 +1,10 @@
+# -*- coding: utf-8 -*-
+# Copyright 2020-Today TechKhedut.
+# Part of TechKhedut. See LICENSE file for full copyright and licensing details.
+from odoo import fields, api, models
+
+
+class ConstructionPartner(models.Model):
+ _inherit = 'res.partner'
+
+ stack_holder = fields.Boolean(string="Stockholder")
diff --git a/addons/tk_construction_management/models/sub_contract.py b/addons/tk_construction_management/models/sub_contract.py
new file mode 100644
index 0000000..1a123d5
--- /dev/null
+++ b/addons/tk_construction_management/models/sub_contract.py
@@ -0,0 +1,813 @@
+# -*- coding: utf-8 -*-
+# Copyright 2020-Today TechKhedut.
+# Part of TechKhedut. See LICENSE file for full copyright and licensing details.
+from odoo import api, fields, models, _
+from odoo.exceptions import ValidationError
+
+
+class EquipmentSubcontract(models.Model):
+ _name = 'equipment.subcontract'
+ _description = "Equipment Subcontract"
+ _rec_name = 'seq'
+
+ seq = fields.Char(string='Sequence', required=True, readonly=True, default=lambda self: _('New'))
+ name = fields.Char(string="Title")
+ equipment_id = fields.Many2one('product.product', string="Equipment", domain="[('is_equipment','=',True)]")
+ company_id = fields.Many2one('res.company', string='Company', default=lambda self: self.env.company)
+ currency_id = fields.Many2one('res.currency', related='company_id.currency_id', string='Currency')
+ cost_type = fields.Selection([('depreciation_cost', 'Depreciation Cost'),
+ ('investment_cost', 'Investment/Interest Cost'),
+ ('tax', 'Tax'),
+ ('rent', 'Rent'),
+ ('other', 'Other')], string="Type ", default='rent')
+ cost = fields.Monetary(string="Estimation Cost")
+ vendor_id = fields.Many2one('res.partner', string="Vendor")
+ purchase_order_id = fields.Many2one('purchase.order', string="Purchase Order")
+ job_type_id = fields.Many2one('job.type', string="Work Type")
+ sub_category_id = fields.Many2one('job.sub.category', string="Work Sub Type")
+ stage = fields.Selection([('draft', 'Draft'), ('in_progress', 'In Progress'), ('done', 'Done')], default='draft')
+ po_bill = fields.Selection([('bill', 'Bill'), ('purchase_order', 'Purchase Order')], string="Type", default='bill')
+ ra_bill_ids = fields.One2many('equip.contract.line', 'contract_id', string="Ra Bills")
+ completion_date = fields.Date(string="Completion Date", compute="compute_completion_date")
+
+ # Calculation
+ qty = fields.Integer(string="Qty.", default=1)
+ remain_qty = fields.Integer(string="Remaining Qty")
+ total_cost = fields.Monetary(string="Total Cost")
+ remaining_amount = fields.Monetary(string="Remaining Amount")
+ progress = fields.Float(string="Complete Billing", compute="_compute_payment_progress")
+ tax_id = fields.Many2one('account.tax', string='Tax')
+
+ # Project Details
+ job_order_id = fields.Many2one('job.order', string="Work Order")
+ phase_id = fields.Many2one(related="job_order_id.job_sheet_id", string="Project Phase(WBS)", store=True)
+ project_id = fields.Many2one(related='job_order_id.project_id', string="Sub Project", store=True)
+ task_id = fields.Many2one(related="job_order_id.task_id", string="Task", store=True)
+
+ # Department
+ department_id = fields.Many2one(related="job_order_id.department_id", string="Department", store=True)
+ manager_ids = fields.Many2many('res.users', store=True, string="Manager")
+ user_id = fields.Many2one(related="job_order_id.user_id", string="Responsible")
+
+ @api.model_create_multi
+ def create(self, vals_list):
+ for vals in vals_list:
+ if vals.get('seq', _('New')) == _('New'):
+ vals['seq'] = self.env['ir.sequence'].next_by_code('equip.sub') or _('New')
+ res = super(EquipmentSubcontract, self).create(vals_list)
+ return res
+
+ def action_in_progress(self):
+ self.stage = 'in_progress'
+
+ def action_state_done(self):
+ self.stage = 'done'
+
+ @api.constrains('ra_bill_ids', 'qty')
+ def _check_ra_bill_qty(self):
+ qty = 0
+ for record in self.ra_bill_ids:
+ if record.qc_status != 'reject':
+ qty = qty + record.qty
+ if qty > self.qty:
+ raise ValidationError(_("Quantity should be less than total qty."))
+
+ @api.depends('total_cost', 'remaining_amount')
+ def _compute_payment_progress(self):
+ for rec in self:
+ progress = 0.0
+ if rec.total_cost and rec.remaining_amount:
+ progress = (rec.remaining_amount * 100) / rec.total_cost
+ rec.progress = 100 - progress
+
+ @api.depends('stage', 'ra_bill_ids')
+ def compute_completion_date(self):
+ for rec in self:
+ date = None
+ if rec.stage == "done":
+ dates = rec.ra_bill_ids.mapped('date')
+ if dates:
+ date = dates[-1]
+ rec.completion_date = date
+
+
+class EquipContractLine(models.Model):
+ _name = 'equip.contract.line'
+ _description = "Equip Contract Line"
+ _rec_name = 'remark'
+ _inherit = ['mail.thread', 'mail.activity.mixin']
+
+ contract_id = fields.Many2one('equipment.subcontract', string="Subcontract", ondelete='cascade')
+ percentage = fields.Float(string="Percentage", tracking=True, compute="_compute_percentage")
+ company_id = fields.Many2one('res.company', string='Company', default=lambda self: self.env.company)
+ currency_id = fields.Many2one('res.currency', related='company_id.currency_id', string='Currency')
+ amount = fields.Monetary(tracking=True, string="Amount", compute="_compute_percentage_amount")
+ date = fields.Date(string="Date", default=fields.Date.today(), tracking=True)
+ remark = fields.Char(string="Remark", tracking=True)
+ purchase_order_id = fields.Many2one('purchase.order', string="Purchase Order")
+ bill_id = fields.Many2one('account.move', string="Bill")
+ payment_state = fields.Selection(related="bill_id.payment_state", string="Payment State", tracking=True)
+ state = fields.Selection(related="purchase_order_id.state", string="State", tracking=True)
+ po_bill = fields.Selection(related="contract_id.po_bill")
+ qty = fields.Integer(string="Qty")
+ retention_percentage = fields.Float(string="Retention(%)")
+ retention_amount = fields.Monetary(string="Retention Amount", compute="compute_retention_amount")
+ final_amount = fields.Monetary(string="Total Amount", compute="_compute_final_amount")
+
+ # QC Check
+ qc_user_id = fields.Many2one('res.users', string="QC Responsible", tracking=True)
+ qc_status = fields.Selection(
+ [('draft', 'Draft'),
+ ('request', 'Department Approval'),
+ ('approve', 'Approve'),
+ ('reject', 'Reject')], default='draft', string="Quality Check Status", tracking=True)
+ reject_reason = fields.Text(string="Reject Reason", tracking=True)
+
+ def unlink(self):
+ for rec in self:
+ if rec.qc_status != 'draft':
+ raise ValidationError(_("You can't delete until Quality Check status is in Draft"))
+ else:
+ return super(EquipContractLine, self).unlink()
+
+ @api.constrains('qty')
+ def _check_ra_bill_qty(self):
+ ra_bill_ids = self.env['equip.contract.line'].search([('contract_id', '=', self.contract_id.id)])
+ qty = 0
+ for record in ra_bill_ids:
+ if record.qc_status != 'reject':
+ qty = qty + record.qty
+ if qty > self.contract_id.qty:
+ raise ValidationError(_("Quantity should be less than total qty."))
+
+ @api.depends('contract_id', 'qty', 'contract_id.tax_id')
+ def _compute_percentage_amount(self):
+ for rec in self:
+ amount = 0.0
+ if rec.qty and rec.contract_id:
+ amount = (rec.contract_id.cost + (rec.contract_id.tax_id.amount * rec.contract_id.cost / 100)) * rec.qty
+ rec.amount = amount
+
+ @api.depends('qty', 'retention_amount')
+ def _compute_final_amount(self):
+ for rec in self:
+ total = 0.0
+ if rec.amount:
+ total = rec.amount - rec.retention_amount
+ rec.final_amount = total
+
+ @api.depends('amount', 'retention_percentage')
+ def compute_retention_amount(self):
+ for rec in self:
+ retention_amount = 0.0
+ if rec.retention_percentage:
+ retention_amount = rec.amount * rec.retention_percentage / 100
+ rec.retention_amount = retention_amount
+
+ @api.depends('contract_id', 'amount')
+ def _compute_percentage(self):
+ for rec in self:
+ percentage = 0.0
+ if rec.contract_id and rec.amount > 0:
+ percentage = (100 * rec.amount) / rec.contract_id.total_cost
+ rec.percentage = percentage
+
+ def action_quality_check(self):
+ self.qc_status = 'request'
+
+ def action_quality_check_approve(self):
+ self.qc_status = 'approve'
+ self.qc_user_id = self.env.user.id
+
+ def action_quality_check_reject(self):
+ self.qc_status = 'reject'
+ self.qc_user_id = self.env.user.id
+
+ def action_reset_to_draft(self):
+ self.qc_status = 'draft'
+
+ def action_create_ra_bill(self):
+ if self.po_bill == 'bill':
+ record = {
+ 'product_id': self.contract_id.equipment_id.id,
+ 'name': self.contract_id.name,
+ 'quantity': 1,
+ 'price_unit': self.final_amount,
+ 'tax_ids': False
+ }
+ invoice_lines = [(0, 0, record)]
+ data = {
+ 'partner_id': self.contract_id.vendor_id.id,
+ 'invoice_date': self.date,
+ 'invoice_line_ids': invoice_lines,
+ 'move_type': 'in_invoice',
+ 'equipment_subcontract_id': self.contract_id.id,
+ 'job_order_id': self.contract_id.job_order_id.id,
+ 'purchase_order': 'equipment'
+ }
+ invoice_id = self.env['account.move'].sudo().create(data)
+ self.bill_id = invoice_id.id
+ remaining_amount = self.contract_id.remaining_amount
+ self.contract_id.remaining_amount = remaining_amount - self.amount
+ qty = self.contract_id.remain_qty
+ self.contract_id.remain_qty = qty - self.qty
+ elif self.po_bill == 'purchase_order':
+ purchase_record = {
+ 'product_id': self.contract_id.equipment_id.id,
+ 'name': self.contract_id.name,
+ 'product_qty': 1,
+ 'price_unit': self.final_amount,
+ }
+ purchase_lines = [(0, 0, purchase_record)]
+ purchase_data = {
+ 'partner_id': self.contract_id.vendor_id.id,
+ 'order_line': purchase_lines,
+ 'job_order_id': self.contract_id.job_order_id.id,
+ 'equipment_subcontract_id': self.contract_id.id,
+ 'purchase_order': 'equipment'
+ }
+ purchase_order_id = self.env['purchase.order'].create(purchase_data)
+ self.purchase_order_id = purchase_order_id.id
+ remaining_amount = self.contract_id.remaining_amount
+ self.contract_id.remaining_amount = remaining_amount - self.amount
+ qty = self.contract_id.remain_qty
+ self.contract_id.remain_qty = qty - self.qty
+
+
+class LabourSubcontract(models.Model):
+ _name = 'labour.subcontract'
+ _description = "Labour Sub Contract"
+ _rec_name = 'seq'
+
+ seq = fields.Char(string='Sequence', required=True, readonly=True, default=lambda self: _('New'))
+ name = fields.Char(string="Title")
+ product_id = fields.Many2one('product.product', string="Product", domain="[('is_labour','=',True)]")
+ company_id = fields.Many2one('res.company', string='Company', default=lambda self: self.env.company)
+ currency_id = fields.Many2one('res.currency', related='company_id.currency_id', string='Currency')
+ cost = fields.Monetary(string="Cost / Hour")
+ po_bill = fields.Selection([('bill', 'Bill'), ('purchase_order', 'Purchase Order')], string="Type",
+ default='bill')
+ stage = fields.Selection([('draft', 'Draft'), ('in_progress', 'In Progress'), ('done', 'Done')],
+ default='draft')
+ vendor_id = fields.Many2one('res.partner', string="Contractor")
+ job_type_id = fields.Many2one('job.type', string="Work Type")
+ sub_category_id = fields.Many2one('job.sub.category', string="Work Sub Type")
+ ra_bill_ids = fields.One2many('labour.contract.line', 'contract_id', string="Ra Bills")
+
+ # Project Details
+ job_order_id = fields.Many2one('job.order', string="Work Order")
+ phase_id = fields.Many2one(related="job_order_id.job_sheet_id", string="Project Phase(WBS)", store=True)
+ project_id = fields.Many2one(related='job_order_id.project_id', string="Sub Project", store=True)
+ task_id = fields.Many2one(related="job_order_id.task_id", string="Task", store=True)
+
+ # Department
+ department_id = fields.Many2one(related="job_order_id.department_id", string="Department", store=True)
+ manager_ids = fields.Many2many('res.users', store=True, string="Manager")
+ user_id = fields.Many2one(related="job_order_id.user_id", string="Responsible")
+
+ # Calculation
+ hours = fields.Float(string="Hours")
+ remain_hours = fields.Float(string="Remaining Hours")
+ total_cost = fields.Monetary(string="Total Cost")
+ remaining_amount = fields.Monetary(string="Remaining Amount")
+ progress = fields.Float(string="Completed Billing", compute="_compute_payment_progress")
+ tax_id = fields.Many2one('account.tax', string='Tax')
+ completion_date = fields.Date(string="Completion Date", compute="compute_completion_date")
+
+ @api.model_create_multi
+ def create(self, vals_list):
+ for vals in vals_list:
+ if vals.get('seq', _('New')) == _('New'):
+ vals['seq'] = self.env['ir.sequence'].next_by_code('labour.sub') or _('New')
+ res = super(LabourSubcontract, self).create(vals_list)
+ return res
+
+ def action_in_progress(self):
+ self.stage = 'in_progress'
+
+ def action_state_done(self):
+ self.stage = 'done'
+
+ @api.constrains('ra_bill_ids', 'hours')
+ def _check_ra_bill_hours(self):
+ hours = 0
+ for record in self.ra_bill_ids:
+ if record.qc_status != 'reject':
+ hours = hours + record.hours
+ if hours > self.hours:
+ raise ValidationError(_("Hours should be less than total hours"))
+
+ @api.depends('total_cost', 'remaining_amount')
+ def _compute_payment_progress(self):
+ for rec in self:
+ progress = 0.0
+ if rec.total_cost and rec.remaining_amount:
+ progress = (rec.remaining_amount * 100) / rec.total_cost
+ rec.progress = 100 - progress
+
+ @api.depends('stage', 'ra_bill_ids')
+ def compute_completion_date(self):
+ for rec in self:
+ date = None
+ if rec.stage == "done":
+ dates = rec.ra_bill_ids.mapped('date')
+ if dates:
+ date = dates[-1]
+ rec.completion_date = date
+
+
+class LabourContractLine(models.Model):
+ _name = 'labour.contract.line'
+ _description = "Labour Contract Line"
+ _rec_name = 'remark'
+ _inherit = ['mail.thread', 'mail.activity.mixin']
+
+ contract_id = fields.Many2one('labour.subcontract', string="Labour Subcontract", ondelete='cascade')
+ percentage = fields.Float(string="Percentage", tracking=True, compute="_compute_percentage")
+ company_id = fields.Many2one('res.company', string='Company', default=lambda self: self.env.company)
+ currency_id = fields.Many2one('res.currency', related='company_id.currency_id', string='Currency')
+ amount = fields.Monetary(tracking=True, string="Amount", compute="_compute_percentage_amount")
+ date = fields.Date(string="Date", default=fields.Date.today(), tracking=True)
+ remark = fields.Char(string="Remark", tracking=True)
+ purchase_order_id = fields.Many2one('purchase.order', string="Purchase Order")
+ bill_id = fields.Many2one('account.move', string="Bill")
+ payment_state = fields.Selection(related="bill_id.payment_state", string="Payment State", tracking=True)
+ state = fields.Selection(related="purchase_order_id.state", string="State", tracking=True)
+ po_bill = fields.Selection(related="contract_id.po_bill")
+ hours = fields.Float(string="Hours")
+ retention_percentage = fields.Float(string="Retention(%)")
+ retention_amount = fields.Monetary(string="Retention Amount", compute="compute_retention_amount")
+ final_amount = fields.Monetary(string="Total Amount", compute="_compute_final_amount")
+
+ # QC Check
+ qc_user_id = fields.Many2one('res.users', string="QC Responsible", tracking=True)
+ qc_status = fields.Selection([('draft', 'Draft'),
+ ('request', 'Department Approval'),
+ ('approve', 'Approve'),
+ ('reject', 'Reject')],
+ default='draft', string="Quality Check Status", tracking=True)
+ reject_reason = fields.Text(string="Reject Reason", tracking=True)
+
+ def unlink(self):
+ for rec in self:
+ if rec.qc_status != 'draft':
+ raise ValidationError(_("You can't delete until Quality Check status is in Draft"))
+ else:
+ return super(LabourContractLine, self).unlink()
+
+ @api.constrains('hours')
+ def _check_ra_bill_hours(self):
+ ra_bill_ids = self.env['labour.contract.line'].search([('contract_id', '=', self.contract_id.id)])
+ hours = 0
+ for record in ra_bill_ids:
+ if record.qc_status != 'reject':
+ hours = hours + record.hours
+ if hours > self.contract_id.hours:
+ raise ValidationError(_("Hours should be less than total hours"))
+
+ @api.depends('contract_id', 'hours', 'contract_id.tax_id')
+ def _compute_percentage_amount(self):
+ for rec in self:
+ amount = 0.0
+ if rec.hours and rec.contract_id:
+ amount = (rec.contract_id.cost + (
+ rec.contract_id.tax_id.amount * rec.contract_id.cost / 100)) * rec.hours
+ rec.amount = amount
+
+ @api.depends('hours', 'retention_amount')
+ def _compute_final_amount(self):
+ for rec in self:
+ total = 0.0
+ if rec.amount:
+ total = rec.amount - rec.retention_amount
+ rec.final_amount = total
+
+ @api.depends('amount', 'retention_percentage')
+ def compute_retention_amount(self):
+ for rec in self:
+ retention_amount = 0.0
+ retention_amount = rec.amount * rec.retention_percentage / 100
+ rec.retention_amount = retention_amount
+
+ @api.depends('contract_id', 'amount')
+ def _compute_percentage(self):
+ for rec in self:
+ percentage = 0.0
+ if rec.contract_id and rec.amount > 0:
+ percentage = (100 * rec.amount) / rec.contract_id.total_cost
+ rec.percentage = percentage
+
+ def action_quality_check(self):
+ self.qc_status = 'request'
+
+ def action_quality_check_approve(self):
+ self.qc_status = 'approve'
+ self.qc_user_id = self.env.user.id
+
+ def action_quality_check_reject(self):
+ self.qc_status = 'reject'
+ self.qc_user_id = self.env.user.id
+
+ def action_reset_to_draft(self):
+ self.qc_status = 'draft'
+
+ def action_create_ra_bill(self):
+ if self.po_bill == 'bill':
+ record = {
+ 'product_id': self.contract_id.product_id.id,
+ 'name': self.contract_id.name,
+ 'quantity': 1,
+ 'price_unit': self.final_amount,
+ 'tax_ids': False
+ }
+ invoice_lines = [(0, 0, record)]
+ data = {
+ 'partner_id': self.contract_id.vendor_id.id,
+ 'invoice_date': self.date,
+ 'invoice_line_ids': invoice_lines,
+ 'move_type': 'in_invoice',
+ 'labour_subcontract_id': self.contract_id.id,
+ 'job_order_id': self.contract_id.job_order_id.id,
+ 'purchase_order': 'equipment'
+ }
+ invoice_id = self.env['account.move'].sudo().create(data)
+ remaining_amount = self.contract_id.remaining_amount
+ self.contract_id.remaining_amount = remaining_amount - self.amount
+ self.bill_id = invoice_id.id
+ qty = self.contract_id.remain_hours
+ self.contract_id.remain_hours = qty - self.hours
+ elif self.po_bill == 'purchase_order':
+ purchase_record = {
+ 'product_id': self.contract_id.product_id.id,
+ 'name': self.contract_id.name
+ ,
+ 'product_qty': 1,
+ 'price_unit': self.final_amount,
+ }
+ purchase_lines = [(0, 0, purchase_record)]
+ purchase_data = {
+ 'partner_id': self.contract_id.vendor_id.id,
+ 'order_line': purchase_lines,
+ 'job_order_id': self.contract_id.job_order_id.id,
+ 'labour_subcontract_id': self.contract_id.id,
+ 'purchase_order': 'equipment'
+ }
+ purchase_order_id = self.env['purchase.order'].create(purchase_data)
+ self.purchase_order_id = purchase_order_id.id
+ remaining_amount = self.contract_id.remaining_amount
+ self.contract_id.remaining_amount = remaining_amount - self.amount
+ qty = self.contract_id.remain_hours
+ self.contract_id.remain_hours = qty - self.hours
+
+
+class OverheadSubcontract(models.Model):
+ _name = 'overhead.subcontract'
+ _description = "Overhead Subcontract"
+ _rec_name = 'seq'
+
+ seq = fields.Char(string='Sequence', required=True, readonly=True, default=lambda self: _('New'))
+ name = fields.Char(string="Title")
+ product_id = fields.Many2one('product.product', string="Product", domain="[('is_overhead','=',True)]")
+ company_id = fields.Many2one('res.company', string='Company', default=lambda self: self.env.company)
+ currency_id = fields.Many2one('res.currency', related='company_id.currency_id', string='Currency')
+ uom_id = fields.Many2one(related="product_id.uom_po_id", string="Unit of Measure")
+ cost = fields.Monetary(string="Cost / Unit")
+ po_bill = fields.Selection([('bill', 'Bill'), ('purchase_order', 'Purchase Order')], string="Type", default='bill')
+ stage = fields.Selection([('draft', 'Draft'), ('in_progress', 'In Progress'), ('done', 'Done')], default='draft')
+ vendor_id = fields.Many2one('res.partner', string="Vendor")
+ job_type_id = fields.Many2one('job.type', string="Work Type")
+ sub_category_id = fields.Many2one('job.sub.category', string="Work Sub Type")
+ ra_bill_ids = fields.One2many('overhead.contract.line', 'contract_id', string="Ra Bills")
+
+ # Project Details
+ job_order_id = fields.Many2one('job.order', string="Work Order")
+ phase_id = fields.Many2one(related="job_order_id.job_sheet_id", string="Project Phase(WBS)", store=True)
+ project_id = fields.Many2one(related='job_order_id.project_id', string="Sub Project", store=True)
+ task_id = fields.Many2one(related="job_order_id.task_id", string="Task", store=True)
+ # Department
+ department_id = fields.Many2one(related="job_order_id.department_id", string="Department", store=True)
+ manager_ids = fields.Many2many('res.users', store=True, string="Manager")
+ user_id = fields.Many2one(related="job_order_id.user_id", string="Responsible")
+
+ # Calculation
+ qty = fields.Integer(string="Qty.", default=1)
+ remain_qty = fields.Integer(string="Remaining Qty")
+ total_cost = fields.Monetary(string="Total Cost")
+ remaining_amount = fields.Monetary(string="Remaining Amount")
+ progress = fields.Float(string="Completed Billing", compute="_compute_payment_progress")
+ tax_id = fields.Many2one('account.tax', string='Tax')
+ completion_date = fields.Date(string="Completion Date", compute="compute_completion_date")
+
+ @api.model_create_multi
+ def create(self, vals_list):
+ for vals in vals_list:
+ if vals.get('seq', _('New')) == _('New'):
+ vals['seq'] = self.env['ir.sequence'].next_by_code('overhead.sub') or _('New')
+ res = super(OverheadSubcontract, self).create(vals_list)
+ return res
+
+ def action_in_progress(self):
+ self.stage = 'in_progress'
+
+ def action_state_done(self):
+ self.stage = 'done'
+
+ @api.constrains('ra_bill_ids', 'qty')
+ def _check_ra_bill_qty(self):
+ qty = 0
+ for record in self.ra_bill_ids:
+ if record.qc_status != 'reject':
+ qty = qty + record.qty
+ if qty > self.qty:
+ raise ValidationError(_("Quantity should be less than total qty."))
+
+ @api.depends('total_cost', 'remaining_amount')
+ def _compute_payment_progress(self):
+ for rec in self:
+ progress = 0.0
+ if rec.total_cost and rec.remaining_amount:
+ progress = (rec.remaining_amount * 100) / rec.total_cost
+ rec.progress = 100 - progress
+
+ @api.depends('stage', 'ra_bill_ids')
+ def compute_completion_date(self):
+ for rec in self:
+ date = None
+ if rec.stage == "done":
+ dates = rec.ra_bill_ids.mapped('date')
+ if dates:
+ date = dates[-1]
+ rec.completion_date = date
+
+
+class OverheadContractLine(models.Model):
+ _name = 'overhead.contract.line'
+ _description = "Overhead Contract Line"
+ _rec_name = 'remark'
+ _inherit = ['mail.thread', 'mail.activity.mixin']
+
+ contract_id = fields.Many2one('overhead.subcontract', string="Overhead Subcontract", ondelete='cascade')
+ percentage = fields.Float(string="Percentage", tracking=True, compute="_compute_percentage")
+ company_id = fields.Many2one('res.company', string='Company', default=lambda self: self.env.company)
+ currency_id = fields.Many2one('res.currency', related='company_id.currency_id', string='Currency')
+ amount = fields.Monetary(tracking=True, string="Amount", compute="_compute_percentage_amount")
+ date = fields.Date(string="Date", default=fields.Date.today(), tracking=True)
+ remark = fields.Char(string="Remark", tracking=True)
+ purchase_order_id = fields.Many2one('purchase.order', string="Purchase Order")
+ bill_id = fields.Many2one('account.move', string="Bill")
+ payment_state = fields.Selection(related="bill_id.payment_state", string="Payment State", tracking=True)
+ state = fields.Selection(related="purchase_order_id.state", string="State", tracking=True)
+ po_bill = fields.Selection(related="contract_id.po_bill")
+ qty = fields.Integer(string="Qty")
+ retention_percentage = fields.Float(string="Retention(%)")
+ retention_amount = fields.Monetary(string="Retention Amount", compute="compute_retention_amount")
+ final_amount = fields.Monetary(string="Total Amount", compute="_compute_final_amount")
+
+ # QC Check
+ qc_user_id = fields.Many2one('res.users', string="QC Responsible", tracking=True)
+ qc_status = fields.Selection([('draft', 'Draft'),
+ ('request', 'Department Approval'),
+ ('approve', 'Approve'),
+ ('reject', 'Reject')], default='draft', string="Quality Check Status", tracking=True)
+ reject_reason = fields.Text(string="Reject Reason", tracking=True)
+
+ def unlink(self):
+ for rec in self:
+ if rec.qc_status != 'draft':
+ raise ValidationError(_("You can't delete until Quality Check status is in Draft"))
+ else:
+ return super(OverheadContractLine, self).unlink()
+
+ @api.constrains('qty')
+ def _check_ra_bill_qty(self):
+ ra_bill_ids = self.env['overhead.contract.line'].search([('contract_id', '=', self.contract_id.id)])
+ qty = 0
+ for record in ra_bill_ids:
+ if record.qc_status != 'reject':
+ qty = qty + record.qty
+ if qty > self.contract_id.qty:
+ raise ValidationError(_("Quantity should be less than total qty."))
+
+ @api.depends('contract_id', 'qty', 'contract_id.tax_id')
+ def _compute_percentage_amount(self):
+ for rec in self:
+ amount = 0.0
+ if rec.qty and rec.contract_id:
+ amount = (rec.contract_id.cost + (rec.contract_id.tax_id.amount * rec.contract_id.cost / 100)) * rec.qty
+ rec.amount = amount
+
+ @api.depends('qty', 'retention_amount')
+ def _compute_final_amount(self):
+ for rec in self:
+ total = 0.0
+ if rec.amount:
+ total = rec.amount - rec.retention_amount
+ rec.final_amount = total
+
+ @api.depends('amount', 'retention_percentage')
+ def compute_retention_amount(self):
+ for rec in self:
+ retention_amount = 0.0
+ if rec.retention_percentage:
+ retention_amount = rec.amount * rec.retention_percentage / 100
+ rec.retention_amount = retention_amount
+
+ @api.depends('contract_id', 'amount')
+ def _compute_percentage(self):
+ for rec in self:
+ percentage = 0.0
+ if rec.contract_id and rec.amount > 0:
+ percentage = (100 * rec.amount) / rec.contract_id.total_cost
+ rec.percentage = percentage
+
+ def action_quality_check(self):
+ self.qc_status = 'request'
+
+ def action_quality_check_approve(self):
+ self.qc_status = 'approve'
+ self.qc_user_id = self.env.user.id
+
+ def action_quality_check_reject(self):
+ self.qc_status = 'reject'
+ self.qc_user_id = self.env.user.id
+
+ def action_reset_to_draft(self):
+ self.qc_status = 'draft'
+
+ def action_create_ra_bill(self):
+ if self.po_bill == 'bill':
+ record = {
+ 'product_id': self.contract_id.product_id.id,
+ 'name': self.contract_id.name,
+ 'quantity': 1,
+ 'price_unit': self.final_amount,
+ 'tax_ids': False
+ }
+ invoice_lines = [(0, 0, record)]
+ data = {
+ 'partner_id': self.contract_id.vendor_id.id,
+ 'invoice_date': self.date,
+ 'invoice_line_ids': invoice_lines,
+ 'move_type': 'in_invoice',
+ 'overhead_subcontract_id': self.contract_id.id,
+ 'job_order_id': self.contract_id.job_order_id.id,
+ 'purchase_order': 'overhead'
+ }
+ invoice_id = self.env['account.move'].sudo().create(data)
+ remaining_amount = self.contract_id.remaining_amount
+ self.contract_id.remaining_amount = remaining_amount - self.amount
+ self.bill_id = invoice_id.id
+ qty = self.contract_id.remain_qty
+ self.contract_id.remain_qty = qty - self.qty
+ elif self.po_bill == 'purchase_order':
+ purchase_record = {
+ 'product_id': self.contract_id.product_id.id,
+ 'name': self.contract_id.name
+ ,
+ 'product_qty': 1,
+ 'price_unit': self.final_amount,
+ }
+ purchase_lines = [(0, 0, purchase_record)]
+ purchase_data = {
+ 'partner_id': self.contract_id.vendor_id.id,
+ 'order_line': purchase_lines,
+ 'job_order_id': self.contract_id.job_order_id.id,
+ 'overhead_subcontract_id': self.contract_id.id,
+ 'purchase_order': 'overhead'
+ }
+ purchase_order_id = self.env['purchase.order'].create(
+ purchase_data)
+ self.purchase_order_id = purchase_order_id.id
+ remaining_amount = self.contract_id.remaining_amount
+ self.contract_id.remaining_amount = remaining_amount - self.amount
+ qty = self.contract_id.remain_qty
+ self.contract_id.remain_qty = qty - self.qty
+
+
+class MaterialConsume(models.Model):
+ _name = 'material.consume'
+ _description = "Material Consume Order"
+ _inherit = ['mail.thread', 'mail.activity.mixin']
+ _rec_name = 'seq'
+
+ seq = fields.Char(string='Sequence', required=True, readonly=True, default=lambda self: _('New'))
+ date = fields.Date(string="Date", default=fields.Date.today())
+ remark = fields.Char(string="Remark")
+
+ warehouse_id = fields.Many2one('stock.warehouse')
+ consume_order_id = fields.Many2one('stock.picking', string="Consume Order")
+ state = fields.Selection(related="consume_order_id.state", string="Status")
+ consume_order_ids = fields.One2many('material.consume.line', 'material_consume_id', string="Material Consume")
+
+ # Project Details
+ job_order_id = fields.Many2one('job.order', string="Work Order")
+ phase_id = fields.Many2one(related="job_order_id.job_sheet_id", string="Project Phase(WBS)", store=True)
+ project_id = fields.Many2one(related='job_order_id.project_id', string="Sub Project", store=True)
+ task_id = fields.Many2one(related="job_order_id.task_id", string="Task", store=True)
+ # Department
+ department_id = fields.Many2one(related="job_order_id.department_id", string="Department", store=True)
+ manager_ids = fields.Many2many('res.users', store=True, string="Manager")
+ user_id = fields.Many2one(related="job_order_id.user_id", string="Responsible", store=True)
+
+ # Quality Check
+ qc_user_id = fields.Many2one('res.users', string="QC Responsible", tracking=True)
+ qc_status = fields.Selection([('draft', 'Draft'), ('request', 'Department Approval'), ('approve', 'Approve'),
+ ('reject', 'Reject'), ('cancel', 'Cancel')], default='draft',
+ string="Quality Check Status", tracking=True)
+ reject_reason = fields.Text(string="Reject Reason", tracking=True)
+
+ @api.model_create_multi
+ def create(self, vals_list):
+ for vals in vals_list:
+ if vals.get('seq', _('New')) == _('New'):
+ vals['seq'] = self.env['ir.sequence'].next_by_code('material.consume') or _('New')
+ res = super(MaterialConsume, self).create(vals_list)
+ return res
+
+ def unlink(self):
+ if self.qc_status != 'draft':
+ raise ValidationError(_("You can't delete until Quality Check status is in Draft"))
+ else:
+ return super(MaterialConsume, self).unlink()
+
+ @api.constrains('consume_order_ids')
+ def _check_material_line_qty(self):
+ for rec in self.consume_order_ids:
+ if rec.qty > rec.material_line_id.remain_qty:
+ raise ValidationError(_("Qty should be less than remain Qty."))
+
+ def action_quality_check(self):
+ self.qc_status = 'request'
+
+ def action_quality_check_approve(self):
+ self.qc_status = 'approve'
+ self.qc_user_id = self.env.user.id
+
+ def action_quality_check_reject(self):
+ self.qc_status = 'reject'
+ self.qc_user_id = self.env.user.id
+
+ def action_reset_to_draft(self):
+ self.qc_status = 'draft'
+
+ def action_cancel_consume_order(self):
+ self.qc_status = 'cancel'
+
+ def action_create_consume_order(self):
+ dest_location_id = False
+ if self.warehouse_id.consume_stock_location_id:
+ dest_location_id = self.warehouse_id.consume_stock_location_id
+ else:
+ dest_location_id = self.env['stock.location'].create(
+ {'name': "Consume Location/" + str(self.warehouse_id.name), 'usage': 'production'})
+ self.warehouse_id.consume_stock_location_id = dest_location_id.id
+ lines = []
+ for rec in self.consume_order_ids:
+ lines.append((0, 0, {
+ 'product_id': rec.material_id.id,
+ 'product_uom_qty': rec.qty,
+ 'product_uom': rec.uom_id.id,
+ 'location_id': self.warehouse_id.lot_stock_id.id,
+ 'location_dest_id': dest_location_id.id,
+ 'name': rec.name
+ }))
+ source_id = self.warehouse_id.lot_stock_id
+ stock_picking_type_id = self.env['stock.picking.type'].search(
+ [('code', '=', 'outgoing'), ('warehouse_id', '=', self.warehouse_id.id)], limit=1)
+ delivery_record = {
+ 'picking_type_id': stock_picking_type_id.id,
+ 'location_id': source_id.id,
+ 'location_dest_id': dest_location_id.id,
+ 'move_ids_without_package': lines,
+ 'consume_order_id': self.job_order_id.id,
+ 'material_consume_id': self.id,
+ 'move_type': 'one'
+ }
+ delivery_id = self.env['stock.picking'].create(delivery_record)
+ self.consume_order_id = delivery_id.id
+ for rec in self.consume_order_ids:
+ remain_qty = rec.material_line_id.remain_qty
+ usage_qty = rec.material_line_id.usage_qty
+ rec.material_line_id.remain_qty = remain_qty - rec.qty
+ rec.material_line_id.usage_qty = usage_qty + rec.qty
+ return {
+ 'type': 'ir.actions.act_window',
+ 'name': _('Consume Order'),
+ 'res_model': 'stock.picking',
+ 'res_id': delivery_id.id,
+ 'view_mode': 'form',
+ 'target': 'current'
+ }
+
+
+class MaterialConsumeLine(models.Model):
+ _name = 'material.consume.line'
+ _description = "Material Consume Line"
+
+ material_id = fields.Many2one('product.product', string="Material", domain="[('is_material','=',True)]")
+ uom_id = fields.Many2one(related="material_id.uom_id", string="UOM")
+ name = fields.Char(string="Description")
+ qty = fields.Integer(string="Qty")
+ material_consume_id = fields.Many2one('material.consume', string="Material Consume")
+ qc_status = fields.Selection(related="material_consume_id.qc_status")
+ material_line_id = fields.Many2one('order.material.line')
diff --git a/addons/tk_construction_management/report/work_completion_report_template.xml b/addons/tk_construction_management/report/work_completion_report_template.xml
new file mode 100644
index 0000000..bd2615f
--- /dev/null
+++ b/addons/tk_construction_management/report/work_completion_report_template.xml
@@ -0,0 +1,422 @@
+
+
+
+
+
+
+
+
+
+ Work Completion Certificate
+
+
+
+
+ To Whom it may concern
+
+
+
+
+
+
+ Project / Sub Project
+
+
+ /
+
+
+
+
+
+ Task Title
+
+
+
+
+
+
+
+ Work Order Number
+
+ -
+
+
+
+
+
+
+
+ Work Period
+
+
+
+
+ To
+
+
+
+
+
+
+
+
+
+
+ This is to clearify that
+
+
+ has successfully completed
+ -
+
+ work .
+ The Work is completed on
+
+
+ succesfully. Thanking you and assuring you for
+ our best always
+
+
+
+
+
+
+
+
+
+ Customer Comment
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Authorised Signature
+
+ Signature
+
+
+
+
+
+
+
+
+
+ Please Complete Subcontract to print work completion certificate.
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Work Completion Certificate
+
+
+
+
+ To Whom it may concern
+
+
+
+
+
+
+ Project / Sub Project
+
+
+ /
+
+
+
+
+
+ Task Title
+
+
+
+
+
+
+
+ Work Order Number
+
+ -
+
+
+
+
+
+
+
+ Work Period
+
+
+
+
+ To
+
+
+
+
+
+
+
+
+
+
+ This is to clearify that
+
+
+ has successfully completed
+ -
+
+ work .
+ The Work is completed on
+
+
+ succesfully. Thanking you and assuring you for
+ our best always
+
+
+
+
+
+
+
+
+
+ Customer Comment
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Authorised Signature
+
+ Signature
+
+
+
+
+
+
+
+
+
+ Please Complete Subcontract to print work completion certificate.
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Work Completion Certificate
+
+
+
+
+ To Whom it may concern
+
+
+
+
+
+
+ Project / Sub Project
+
+
+ /
+
+
+
+
+
+ Task Title
+
+
+
+
+
+
+
+ Work Order Number
+
+ -
+
+
+
+
+
+
+
+ Work Period
+
+
+
+
+ To
+
+
+
+
+
+
+
+
+
+
+ This is to clearify that
+
+
+ has successfully completed
+ -
+
+ work .
+ The Work is completed on
+
+
+ succesfully. Thanking you and assuring you for
+ our best always
+
+
+
+
+
+
+
+
+
+ Customer Comment
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Authorised Signature
+
+ Signature
+
+
+
+
+
+
+
+
+
+ Please Complete Subcontract to print work completion certificate.
+
+
+
+
+
+
+
+
+ Work Completion Certificate
+ equipment.subcontract
+ qweb-pdf
+ tk_construction_management.work_completetion_report_template
+ tk_construction_management.work_completetion_report_template
+
+ report
+ 'Work Completion Certificate'
+
+
+
+ Work Completion Certificate
+ labour.subcontract
+ qweb-pdf
+ tk_construction_management.labour_work_completetion_report_template
+ tk_construction_management.labour_work_completetion_report_template
+
+ report
+ 'Work Completion Certificate'
+
+
+
+ Work Completion Certificate
+ overhead.subcontract
+ qweb-pdf
+ tk_construction_management.overhead_work_completetion_report_template
+ tk_construction_management.overhead_work_completetion_report_template
+
+ report
+ 'Work Completion Certificate'
+
+
+
+
\ No newline at end of file
diff --git a/addons/tk_construction_management/security/groups.xml b/addons/tk_construction_management/security/groups.xml
new file mode 100644
index 0000000..9ebf3ce
--- /dev/null
+++ b/addons/tk_construction_management/security/groups.xml
@@ -0,0 +1,33 @@
+
+
+
+
+ Advance Construction
+ Access rights for Advance Construction Management
+
+
+ Construction Manager
+
+
+
+
+
+ Construction Department
+
+
+
+
+ Construction User
+
+
+
+
+ Construction QC User
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/addons/tk_construction_management/security/ir.model.access.csv b/addons/tk_construction_management/security/ir.model.access.csv
new file mode 100644
index 0000000..04952bb
--- /dev/null
+++ b/addons/tk_construction_management/security/ir.model.access.csv
@@ -0,0 +1,305 @@
+id,name,model_id:id,group_id:id,perm_read,perm_write,perm_create,perm_unlink
+tk_construction_management.access_tk_construction_site_manager,access_tk_construction_site_manager,tk_construction_management.model_tk_construction_site,tk_construction_management.advance_construction_manager,1,1,1,1
+tk_construction_management.access_tk_construction_site_department,access_tk_construction_site_department,tk_construction_management.model_tk_construction_site,tk_construction_management.advance_construction_department,1,1,1,1
+tk_construction_management.access_tk_construction_site_user,access_tk_construction_site_user,tk_construction_management.model_tk_construction_site,tk_construction_management.advance_construction_user,1,1,1,1
+tk_construction_management.access_tk_construction_site_qc_user,access_tk_construction_site_qc_user,tk_construction_management.model_tk_construction_site,tk_construction_management.advance_construction_qc_user,1,0,0,0
+
+tk_construction_management.access_stakeholder_line_manager,access_stakeholder_line_manager,tk_construction_management.model_stakeholder_line,tk_construction_management.advance_construction_manager,1,1,1,1
+tk_construction_management.access_stakeholder_line_department,access_stakeholder_line_department,tk_construction_management.model_stakeholder_line,tk_construction_management.advance_construction_department,1,1,1,1
+tk_construction_management.access_stakeholder_line_user,access_stakeholder_line_user,tk_construction_management.model_stakeholder_line,tk_construction_management.advance_construction_user,1,1,1,1
+tk_construction_management.access_stakeholder_line_qc_user,access_stakeholder_line_qc_user,tk_construction_management.model_stakeholder_line,tk_construction_management.advance_construction_qc_user,1,0,0,0
+
+tk_construction_management.access_site_documents_manager,access_site_documents_manager,tk_construction_management.model_site_documents,tk_construction_management.advance_construction_manager,1,1,1,1
+tk_construction_management.access_site_documents_department,access_site_documents_department,tk_construction_management.model_site_documents,tk_construction_management.advance_construction_department,1,1,1,1
+tk_construction_management.access_site_documents_user,access_site_documents_user,tk_construction_management.model_site_documents,tk_construction_management.advance_construction_user,1,1,1,1
+tk_construction_management.access_site_documents_qc_user,access_site_documents_qc_user,tk_construction_management.model_site_documents,tk_construction_management.advance_construction_qc_user,1,0,0,0
+
+tk_construction_management.access_site_document_type_manager,access_site_document_type_manager,tk_construction_management.model_site_document_type,tk_construction_management.advance_construction_manager,1,1,1,1
+tk_construction_management.access_site_document_type_department,access_site_document_type_department,tk_construction_management.model_site_document_type,tk_construction_management.advance_construction_department,1,1,1,1
+tk_construction_management.access_site_document_type_user,access_site_document_type_user,tk_construction_management.model_site_document_type,tk_construction_management.advance_construction_user,1,1,1,1
+tk_construction_management.access_site_document_type_qc_user,access_site_document_type_qc_user,tk_construction_management.model_site_document_type,tk_construction_management.advance_construction_qc_user,1,0,0,0
+
+tk_construction_management.access_site_images_manager,access_site_images_manager,tk_construction_management.model_site_images,tk_construction_management.advance_construction_manager,1,1,1,1
+tk_construction_management.access_site_images_department,access_site_images_department,tk_construction_management.model_site_images,tk_construction_management.advance_construction_department,1,1,1,1
+tk_construction_management.access_site_images_user,access_site_images_user,tk_construction_management.model_site_images,tk_construction_management.advance_construction_user,1,1,1,1
+tk_construction_management.access_site_images_qc_user,access_site_images_qc_user,tk_construction_management.model_site_images,tk_construction_management.advance_construction_qc_user,1,0,0,0
+
+tk_construction_management.access_site_dimension_manager,access_site_dimension_manager,tk_construction_management.model_site_dimension,tk_construction_management.advance_construction_manager,1,1,1,1
+tk_construction_management.access_site_dimension_department,access_site_dimension_department,tk_construction_management.model_site_dimension,tk_construction_management.advance_construction_department,1,1,1,1
+tk_construction_management.access_site_dimension_user,access_site_dimension_user,tk_construction_management.model_site_dimension,tk_construction_management.advance_construction_user,1,1,1,1
+tk_construction_management.access_site_dimension_qc_user,access_site_dimension_qc_user,tk_construction_management.model_site_dimension,tk_construction_management.advance_construction_qc_user,1,0,0,0
+
+tk_construction_management.access_document_permit_manager,access_document_permit_manager,tk_construction_management.model_document_permit,tk_construction_management.advance_construction_manager,1,1,1,1
+tk_construction_management.access_document_permit_department,access_document_permit_department,tk_construction_management.model_document_permit,tk_construction_management.advance_construction_department,1,1,1,1
+tk_construction_management.access_document_permit_user,access_document_permit_user,tk_construction_management.model_document_permit,tk_construction_management.advance_construction_user,1,1,1,1
+tk_construction_management.access_document_permit_qc_user,access_document_permit_qc_user,tk_construction_management.model_document_permit,tk_construction_management.advance_construction_qc_user,1,0,0,0
+
+tk_construction_management.access_tk_construction_project_manager,access_tk_construction_project_manager,tk_construction_management.model_tk_construction_project,tk_construction_management.advance_construction_manager,1,1,1,1
+tk_construction_management.access_tk_construction_project_department,access_tk_construction_project_department,tk_construction_management.model_tk_construction_project,tk_construction_management.advance_construction_department,1,1,1,1
+tk_construction_management.access_tk_construction_project_user,access_tk_construction_project_user,tk_construction_management.model_tk_construction_project,tk_construction_management.advance_construction_user,1,1,1,1
+tk_construction_management.access_tk_construction_project_qc_user,access_tk_construction_project_qc_user,tk_construction_management.model_tk_construction_project,tk_construction_management.advance_construction_qc_user,1,0,0,0
+
+tk_construction_management.access_site_project_manager,access_site_project_manager,tk_construction_management.model_site_project,tk_construction_management.advance_construction_manager,1,1,1,1
+tk_construction_management.access_site_project_department,access_site_project_department,tk_construction_management.model_site_project,tk_construction_management.advance_construction_department,1,1,1,1
+tk_construction_management.access_site_project_user,access_site_project_user,tk_construction_management.model_site_project,tk_construction_management.advance_construction_user,1,1,1,1
+tk_construction_management.access_site_project_qc_user,access_site_project_qc_user,tk_construction_management.model_site_project,tk_construction_management.advance_construction_qc_user,1,0,0,0
+
+tk_construction_management.access_job_type_manager,access_job_type_manager,tk_construction_management.model_job_type,tk_construction_management.advance_construction_manager,1,1,1,1
+tk_construction_management.access_job_type_department,access_job_type_department,tk_construction_management.model_job_type,tk_construction_management.advance_construction_department,1,1,1,1
+tk_construction_management.access_job_type_user,access_job_type_user,tk_construction_management.model_job_type,tk_construction_management.advance_construction_user,1,1,1,1
+tk_construction_management.access_job_type_qc_user,access_job_type_qc_user,tk_construction_management.model_job_type,tk_construction_management.advance_construction_qc_user,1,0,0,0
+
+tk_construction_management.access_job_sub_category_manager,access_job_sub_category_manager,tk_construction_management.model_job_sub_category,tk_construction_management.advance_construction_manager,1,1,1,1
+tk_construction_management.access_job_sub_category_department,access_job_sub_category_department,tk_construction_management.model_job_sub_category,tk_construction_management.advance_construction_department,1,1,1,1
+tk_construction_management.access_job_sub_category_user,access_job_sub_category_user,tk_construction_management.model_job_sub_category,tk_construction_management.advance_construction_user,1,1,1,1
+tk_construction_management.access_job_sub_category_qc_user,access_job_sub_category_qc_user,tk_construction_management.model_job_sub_category,tk_construction_management.advance_construction_qc_user,1,0,0,0
+
+tk_construction_management.access_construction_department_manager,access_construction_department_manager,tk_construction_management.model_construction_department,tk_construction_management.advance_construction_manager,1,1,1,1
+tk_construction_management.access_construction_department_department,access_construction_department_department,tk_construction_management.model_construction_department,tk_construction_management.advance_construction_department,1,1,1,1
+tk_construction_management.access_construction_department_user,access_construction_department_user,tk_construction_management.model_construction_department,tk_construction_management.advance_construction_user,1,1,1,1
+tk_construction_management.access_construction_department_qc_user,access_construction_department_qc_user,tk_construction_management.model_construction_department,tk_construction_management.advance_construction_qc_user,1,0,0,0
+
+tk_construction_management.access_insurance_risk_manager,access_insurance_risk_manager,tk_construction_management.model_insurance_risk,tk_construction_management.advance_construction_manager,1,1,1,1
+tk_construction_management.access_insurance_risk_department,access_insurance_risk_department,tk_construction_management.model_insurance_risk,tk_construction_management.advance_construction_department,1,1,1,1
+tk_construction_management.access_insurance_risk_user,access_insurance_risk_user,tk_construction_management.model_insurance_risk,tk_construction_management.advance_construction_user,1,1,1,1
+tk_construction_management.access_insurance_risk_qc_user,access_insurance_risk_qc_user,tk_construction_management.model_insurance_risk,tk_construction_management.advance_construction_qc_user,1,0,0,0
+
+tk_construction_management.access_project_documents_manager,access_project_documents_manager,tk_construction_management.model_project_documents,tk_construction_management.advance_construction_manager,1,1,1,1
+tk_construction_management.access_project_documents_department,access_project_documents_department,tk_construction_management.model_project_documents,tk_construction_management.advance_construction_department,1,1,1,1
+tk_construction_management.access_project_documents_user,access_project_documents_user,tk_construction_management.model_project_documents,tk_construction_management.advance_construction_user,1,1,1,1
+tk_construction_management.access_project_documents_qc_user,access_project_documents_qc_user,tk_construction_management.model_project_documents,tk_construction_management.advance_construction_qc_user,1,0,0,0
+
+tk_construction_management.access_project_insurance_manager,access_project_insurance_manager,tk_construction_management.model_project_insurance,tk_construction_management.advance_construction_manager,1,1,1,1
+tk_construction_management.access_project_insurance_department,access_project_insurance_department,tk_construction_management.model_project_insurance,tk_construction_management.advance_construction_department,1,1,1,1
+tk_construction_management.access_project_insurance_user,access_project_insurance_user,tk_construction_management.model_project_insurance,tk_construction_management.advance_construction_user,1,1,1,1
+tk_construction_management.access_project_insurance_qc_user,access_project_insurance_qc_user,tk_construction_management.model_project_insurance,tk_construction_management.advance_construction_qc_user,1,0,0,0
+
+tk_construction_management.access_extra_expense_manager,access_extra_expense_manager,tk_construction_management.model_extra_expense,tk_construction_management.advance_construction_manager,1,1,1,1
+tk_construction_management.access_extra_expense_department,access_extra_expense_department,tk_construction_management.model_extra_expense,tk_construction_management.advance_construction_department,1,1,1,1
+tk_construction_management.access_extra_expense_user,access_extra_expense_user,tk_construction_management.model_extra_expense,tk_construction_management.advance_construction_user,1,1,1,1
+tk_construction_management.access_extra_expense_qc_user,access_extra_expense_qc_user,tk_construction_management.model_extra_expense,tk_construction_management.advance_construction_qc_user,1,0,0,0
+
+tk_construction_management.access_job_costing_manager,access_job_costing_manager,tk_construction_management.model_job_costing,tk_construction_management.advance_construction_manager,1,1,1,1
+tk_construction_management.access_job_costing_department,access_job_costing_department,tk_construction_management.model_job_costing,tk_construction_management.advance_construction_department,1,1,1,1
+tk_construction_management.access_job_costing_user,access_job_costing_user,tk_construction_management.model_job_costing,tk_construction_management.advance_construction_user,1,1,1,1
+tk_construction_management.access_job_costing_qc_user,access_job_costing_qc_user,tk_construction_management.model_job_costing,tk_construction_management.advance_construction_qc_user,1,0,0,0
+
+tk_construction_management.access_cost_equipment_line_manager,access_cost_equipment_line_manager,tk_construction_management.model_cost_equipment_line,tk_construction_management.advance_construction_manager,1,1,1,1
+tk_construction_management.access_cost_equipment_line_department,access_cost_equipment_line_department,tk_construction_management.model_cost_equipment_line,tk_construction_management.advance_construction_department,1,1,1,1
+tk_construction_management.access_cost_equipment_line_user,access_cost_equipment_line_user,tk_construction_management.model_cost_equipment_line,tk_construction_management.advance_construction_user,1,1,1,1
+tk_construction_management.access_cost_equipment_line_qc_user,access_cost_equipment_line_qc_user,tk_construction_management.model_cost_equipment_line,tk_construction_management.advance_construction_qc_user,1,0,0,0
+
+tk_construction_management.access_cost_material_line_manager,access_cost_material_line_manager,tk_construction_management.model_cost_material_line,tk_construction_management.advance_construction_manager,1,1,1,1
+tk_construction_management.access_cost_material_line_department,access_cost_material_line_department,tk_construction_management.model_cost_material_line,tk_construction_management.advance_construction_department,1,1,1,1
+tk_construction_management.access_cost_material_line_user,access_cost_material_line_user,tk_construction_management.model_cost_material_line,tk_construction_management.advance_construction_user,1,1,1,1
+tk_construction_management.access_cost_material_line_qc_user,access_cost_material_line_qc_user,tk_construction_management.model_cost_material_line,tk_construction_management.advance_construction_qc_user,1,0,0,0
+
+tk_construction_management.access_cost_labour_line_manager,access_cost_labour_line_manager,tk_construction_management.model_cost_labour_line,tk_construction_management.advance_construction_manager,1,1,1,1
+tk_construction_management.access_cost_labour_line_department,access_cost_labour_line_department,tk_construction_management.model_cost_labour_line,tk_construction_management.advance_construction_department,1,1,1,1
+tk_construction_management.access_cost_labour_line_user,access_cost_labour_line_user,tk_construction_management.model_cost_labour_line,tk_construction_management.advance_construction_user,1,1,1,1
+tk_construction_management.access_cost_labour_line_qc_user,access_cost_labour_line_qc_user,tk_construction_management.model_cost_labour_line,tk_construction_management.advance_construction_qc_user,1,0,0,0
+
+tk_construction_management.access_cost_overhead_line_manager,access_cost_overhead_line_manager,tk_construction_management.model_cost_overhead_line,tk_construction_management.advance_construction_manager,1,1,1,1
+tk_construction_management.access_cost_overhead_line_department,access_cost_overhead_line_department,tk_construction_management.model_cost_overhead_line,tk_construction_management.advance_construction_department,1,1,1,1
+tk_construction_management.access_cost_overhead_line_user,access_cost_overhead_line_user,tk_construction_management.model_cost_overhead_line,tk_construction_management.advance_construction_user,1,1,1,1
+tk_construction_management.access_cost_overhead_line_qc_user,access_cost_overhead_line_qc_user,tk_construction_management.model_cost_overhead_line,tk_construction_management.advance_construction_qc_user,1,0,0,0
+
+tk_construction_management.access_job_order_manager,access_job_order_manager,tk_construction_management.model_job_order,tk_construction_management.advance_construction_manager,1,1,1,1
+tk_construction_management.access_job_order_department,access_job_order_department,tk_construction_management.model_job_order,tk_construction_management.advance_construction_department,1,1,1,1
+tk_construction_management.access_job_order_user,access_job_order_user,tk_construction_management.model_job_order,tk_construction_management.advance_construction_user,1,1,1,1
+tk_construction_management.access_job_order_qc_user,access_job_order_qc_user,tk_construction_management.model_job_order,tk_construction_management.advance_construction_qc_user,1,0,0,0
+
+tk_construction_management.access_order_material_line_manager,access_order_material_line_manager,tk_construction_management.model_order_material_line,tk_construction_management.advance_construction_manager,1,1,1,1
+tk_construction_management.access_order_material_line_department,access_order_material_line_department,tk_construction_management.model_order_material_line,tk_construction_management.advance_construction_department,1,1,1,1
+tk_construction_management.access_order_material_line_user,access_order_material_line_user,tk_construction_management.model_order_material_line,tk_construction_management.advance_construction_user,1,1,1,1
+tk_construction_management.access_order_material_line_qc_user,access_order_material_line_qc_user,tk_construction_management.model_order_material_line,tk_construction_management.advance_construction_qc_user,1,0,0,0
+
+tk_construction_management.access_order_equipment_line_manager,access_order_equipment_line_manager,tk_construction_management.model_order_equipment_line,tk_construction_management.advance_construction_manager,1,1,1,1
+tk_construction_management.access_order_equipment_line_department,access_order_equipment_line_department,tk_construction_management.model_order_equipment_line,tk_construction_management.advance_construction_department,1,1,1,1
+tk_construction_management.access_order_equipment_line_user,access_order_equipment_line_user,tk_construction_management.model_order_equipment_line,tk_construction_management.advance_construction_user,1,1,1,1
+tk_construction_management.access_order_equipment_line_qc_user,access_order_equipment_line_qc_user,tk_construction_management.model_order_equipment_line,tk_construction_management.advance_construction_qc_user,1,0,0,0
+
+tk_construction_management.access_order_labour_line_manager,access_order_labour_line_manager,tk_construction_management.model_order_labour_line,tk_construction_management.advance_construction_manager,1,1,1,1
+tk_construction_management.access_order_labour_line_department,access_order_labour_line_department,tk_construction_management.model_order_labour_line,tk_construction_management.advance_construction_department,1,1,1,1
+tk_construction_management.access_order_labour_line_user,access_order_labour_line_user,tk_construction_management.model_order_labour_line,tk_construction_management.advance_construction_user,1,1,1,1
+tk_construction_management.access_order_labour_line_qc_user,access_order_labour_line_qc_user,tk_construction_management.model_order_labour_line,tk_construction_management.advance_construction_qc_user,1,0,0,0
+
+tk_construction_management.access_order_overhead_line_manager,access_order_overhead_line_manager,tk_construction_management.model_order_overhead_line,tk_construction_management.advance_construction_manager,1,1,1,1
+tk_construction_management.access_order_overhead_line_department,access_order_overhead_line_department,tk_construction_management.model_order_overhead_line,tk_construction_management.advance_construction_department,1,1,1,1
+tk_construction_management.access_order_overhead_line_user,access_order_overhead_line_user,tk_construction_management.model_order_overhead_line,tk_construction_management.advance_construction_user,1,1,1,1
+tk_construction_management.access_order_overhead_line_qc_user,access_order_overhead_line_qc_user,tk_construction_management.model_order_overhead_line,tk_construction_management.advance_construction_qc_user,1,0,0,0
+
+tk_construction_management.access_project_warehouse_manager,access_project_warehouse_manager,tk_construction_management.model_project_warehouse,tk_construction_management.advance_construction_manager,1,1,1,1
+tk_construction_management.access_project_warehouse_department,access_project_warehouse_department,tk_construction_management.model_project_warehouse,tk_construction_management.advance_construction_department,1,1,1,1
+tk_construction_management.access_project_warehouse_user,access_project_warehouse_user,tk_construction_management.model_project_warehouse,tk_construction_management.advance_construction_user,1,1,1,1
+tk_construction_management.access_project_warehouse_qc_user,access_project_warehouse_qc_user,tk_construction_management.model_project_warehouse,tk_construction_management.advance_construction_qc_user,1,0,0,0
+
+
+tk_construction_management.access_material_requisition_manager,access_material_requisition_manager,tk_construction_management.model_material_requisition,tk_construction_management.advance_construction_manager,1,1,1,1
+tk_construction_management.access_material_requisition_department,access_material_requisition_department,tk_construction_management.model_material_requisition,tk_construction_management.advance_construction_department,1,1,1,1
+tk_construction_management.access_material_requisition_user,access_material_requisition_user,tk_construction_management.model_material_requisition,tk_construction_management.advance_construction_user,1,1,1,1
+tk_construction_management.access_material_requisition_qc_user,access_material_requisition_qc_user,tk_construction_management.model_material_requisition,tk_construction_management.advance_construction_qc_user,1,0,0,0
+
+tk_construction_management.access_material_requisition_line_manager,access_material_requisition_line_manager,tk_construction_management.model_material_requisition_line,tk_construction_management.advance_construction_manager,1,1,1,1
+tk_construction_management.access_material_requisition_line_department,access_material_requisition_line_department,tk_construction_management.model_material_requisition_line,tk_construction_management.advance_construction_department,1,1,1,1
+tk_construction_management.access_material_requisition_line_user,access_material_requisition_line_user,tk_construction_management.model_material_requisition_line,tk_construction_management.advance_construction_user,1,1,1,1
+tk_construction_management.access_material_requisition_line_qc_user,access_material_requisition_line_qc_user,tk_construction_management.model_material_requisition_line,tk_construction_management.advance_construction_qc_user,1,0,0,0
+
+tk_construction_management.access_material_purchase_line_manager,access_material_purchase_line_manager,tk_construction_management.model_material_purchase_line,tk_construction_management.advance_construction_manager,1,1,1,1
+tk_construction_management.access_material_purchase_line_department,access_material_purchase_line_department,tk_construction_management.model_material_purchase_line,tk_construction_management.advance_construction_department,1,1,1,1
+tk_construction_management.access_material_purchase_line_user,access_material_purchase_line_user,tk_construction_management.model_material_purchase_line,tk_construction_management.advance_construction_user,1,1,1,1
+tk_construction_management.access_material_purchase_line_qc_user,access_material_purchase_line_qc_user,tk_construction_management.model_material_purchase_line,tk_construction_management.advance_construction_qc_user,1,0,0,0
+
+tk_construction_management.access_material_transfer_line_manager,access_material_transfer_line_manager,tk_construction_management.model_material_transfer_line,tk_construction_management.advance_construction_manager,1,1,1,1
+tk_construction_management.access_material_transfer_line_department,access_material_transfer_line_department,tk_construction_management.model_material_transfer_line,tk_construction_management.advance_construction_department,1,1,1,1
+tk_construction_management.access_material_transfer_line_user,access_material_transfer_line_user,tk_construction_management.model_material_transfer_line,tk_construction_management.advance_construction_user,1,1,1,1
+tk_construction_management.access_material_transfer_line_qc_user,access_material_transfer_line_qc_user,tk_construction_management.model_material_transfer_line,tk_construction_management.advance_construction_qc_user,1,0,0,0
+
+tk_construction_management.access_requisition_reject_manager,access_requisition_reject_manager,tk_construction_management.model_requisition_reject,tk_construction_management.advance_construction_manager,1,1,1,1
+tk_construction_management.access_requisition_reject_department,access_requisition_reject_department,tk_construction_management.model_requisition_reject,tk_construction_management.advance_construction_department,1,1,1,1
+tk_construction_management.access_requisition_reject_user,access_requisition_reject_user,tk_construction_management.model_requisition_reject,tk_construction_management.advance_construction_user,1,1,1,1
+tk_construction_management.access_requisition_reject_qc_user,access_requisition_reject_qc_user,tk_construction_management.model_requisition_reject,tk_construction_management.advance_construction_qc_user,1,0,0,0
+
+tk_construction_management.access_construction_product_template_manager,access_construction_product_template_manager,tk_construction_management.model_construction_product_template,tk_construction_management.advance_construction_manager,1,1,1,1
+tk_construction_management.access_construction_product_template_department,access_construction_product_template_department,tk_construction_management.model_construction_product_template,tk_construction_management.advance_construction_department,1,1,1,1
+tk_construction_management.access_construction_product_template_user,access_construction_product_template_user,tk_construction_management.model_construction_product_template,tk_construction_management.advance_construction_user,1,1,1,1
+tk_construction_management.access_construction_product_template_qc_user,access_construction_product_template_qc_user,tk_construction_management.model_construction_product_template,tk_construction_management.advance_construction_qc_user,1,0,0,0
+
+tk_construction_management.access_construction_template_line_manager,access_construction_template_line_manager,tk_construction_management.model_construction_template_line,tk_construction_management.advance_construction_manager,1,1,1,1
+tk_construction_management.access_construction_template_line_department,access_construction_template_line_department,tk_construction_management.model_construction_template_line,tk_construction_management.advance_construction_department,1,1,1,1
+tk_construction_management.access_construction_template_line_user,access_construction_template_line_user,tk_construction_management.model_construction_template_line,tk_construction_management.advance_construction_user,1,1,1,1
+tk_construction_management.access_construction_template_line_qc_user,access_construction_template_line_qc_user,tk_construction_management.model_construction_template_line,tk_construction_management.advance_construction_qc_user,1,0,0,0
+
+tk_construction_management.access_import_material_manager,access_import_material_manager,tk_construction_management.model_import_material,tk_construction_management.advance_construction_manager,1,1,1,1
+tk_construction_management.access_import_material_department,access_import_material_department,tk_construction_management.model_import_material,tk_construction_management.advance_construction_department,1,1,1,1
+tk_construction_management.access_import_material_user,access_import_material_user,tk_construction_management.model_import_material,tk_construction_management.advance_construction_user,1,1,1,1
+tk_construction_management.access_import_material_qc_user,access_import_material_qc_user,tk_construction_management.model_import_material,tk_construction_management.advance_construction_qc_user,1,0,0,0
+
+tk_construction_management.access_import_material_sheet_manager,access_import_material_sheet_manager,tk_construction_management.model_import_material_sheet,tk_construction_management.advance_construction_manager,1,1,1,1
+tk_construction_management.access_import_material_sheet_department,access_import_material_sheet_department,tk_construction_management.model_import_material_sheet,tk_construction_management.advance_construction_department,1,1,1,1
+tk_construction_management.access_import_material_sheet_user,access_import_material_sheet_user,tk_construction_management.model_import_material_sheet,tk_construction_management.advance_construction_user,1,1,1,1
+tk_construction_management.access_import_material_sheet_qc_user,access_import_material_sheet_qc_user,tk_construction_management.model_import_material_sheet,tk_construction_management.advance_construction_qc_user,1,0,0,0
+
+tk_construction_management.access_internal_transfer_manager,access_internal_transfer_manager,tk_construction_management.model_internal_transfer,tk_construction_management.advance_construction_manager,1,1,1,1
+tk_construction_management.access_internal_transfer_department,access_internal_transfer_department,tk_construction_management.model_internal_transfer,tk_construction_management.advance_construction_department,1,1,1,1
+tk_construction_management.access_internal_transfer_user,access_internal_transfer_user,tk_construction_management.model_internal_transfer,tk_construction_management.advance_construction_user,1,1,1,1
+tk_construction_management.access_internal_transfer_qc_user,access_internal_transfer_qc_user,tk_construction_management.model_internal_transfer,tk_construction_management.advance_construction_qc_user,1,0,0,0
+
+tk_construction_management.access_internal_transfer_line_manager,access_internal_transfer_line_manager,tk_construction_management.model_internal_transfer_line,tk_construction_management.advance_construction_manager,1,1,1,1
+tk_construction_management.access_internal_transfer_line_department,access_internal_transfer_line_department,tk_construction_management.model_internal_transfer_line,tk_construction_management.advance_construction_department,1,1,1,1
+tk_construction_management.access_internal_transfer_line_user,access_internal_transfer_line_user,tk_construction_management.model_internal_transfer_line,tk_construction_management.advance_construction_user,1,1,1,1
+tk_construction_management.access_internal_transfer_line_qc_user,access_internal_transfer_line_qc_user,tk_construction_management.model_internal_transfer_line,tk_construction_management.advance_construction_qc_user,1,0,0,0
+
+tk_construction_management.access_scrap_order_manager,access_scrap_order_manager,tk_construction_management.model_scrap_order,tk_construction_management.advance_construction_manager,1,1,1,1
+tk_construction_management.access_scrap_order_department,access_scrap_order_department,tk_construction_management.model_scrap_order,tk_construction_management.advance_construction_department,1,1,1,1
+tk_construction_management.access_scrap_order_user,access_scrap_order_user,tk_construction_management.model_scrap_order,tk_construction_management.advance_construction_user,1,1,1,1
+tk_construction_management.access_scrap_order_qc_user,access_scrap_order_qc_user,tk_construction_management.model_scrap_order,tk_construction_management.advance_construction_qc_user,1,0,0,0
+
+tk_construction_management.access_scrap_order_line_manager,access_scrap_order_line_manager,tk_construction_management.model_scrap_order_line,tk_construction_management.advance_construction_manager,1,1,1,1
+tk_construction_management.access_scrap_order_line_department,access_scrap_order_line_department,tk_construction_management.model_scrap_order_line,tk_construction_management.advance_construction_department,1,1,1,1
+tk_construction_management.access_scrap_order_line_user,access_scrap_order_line_user,tk_construction_management.model_scrap_order_line,tk_construction_management.advance_construction_user,1,1,1,1
+tk_construction_management.access_scrap_order_line_qc_user,access_scrap_order_line_qc_user,tk_construction_management.model_scrap_order_line,tk_construction_management.advance_construction_qc_user,1,0,0,0
+
+tk_construction_management.access_project_budget_manager,access_project_budget_manager,tk_construction_management.model_project_budget,tk_construction_management.advance_construction_manager,1,1,1,1
+tk_construction_management.access_project_budget_department,access_project_budget_department,tk_construction_management.model_project_budget,tk_construction_management.advance_construction_department,1,1,1,1
+tk_construction_management.access_project_budget_user,access_project_budget_user,tk_construction_management.model_project_budget,tk_construction_management.advance_construction_user,1,1,1,1
+tk_construction_management.access_project_budget_qc_user,access_project_budget_qc_user,tk_construction_management.model_project_budget,tk_construction_management.advance_construction_qc_user,1,0,0,0
+
+tk_construction_management.access_tk_construction_dashboard_manager,access_tk_construction_dashboard_manager,tk_construction_management.model_tk_construction_dashboard,tk_construction_management.advance_construction_manager,1,1,1,1
+tk_construction_management.access_tk_construction_dashboard_department,access_tk_construction_dashboard_department,tk_construction_management.model_tk_construction_dashboard,tk_construction_management.advance_construction_department,1,1,1,1
+tk_construction_management.access_tk_construction_dashboard_user,access_tk_construction_dashboard_user,tk_construction_management.model_tk_construction_dashboard,tk_construction_management.advance_construction_user,1,1,1,1
+tk_construction_management.access_tk_construction_dashboard_qc_user,access_tk_construction_dashboard_qc_user,tk_construction_management.model_tk_construction_dashboard,tk_construction_management.advance_construction_qc_user,1,0,0,0
+
+tk_construction_management.access_equipment_subcontract_manager,access_equipment_subcontract_manager,tk_construction_management.model_equipment_subcontract,tk_construction_management.advance_construction_manager,1,1,1,1
+tk_construction_management.access_equipment_subcontract_department,access_equipment_subcontract_department,tk_construction_management.model_equipment_subcontract,tk_construction_management.advance_construction_department,1,1,1,1
+tk_construction_management.access_equipment_subcontract_user,access_equipment_subcontract_user,tk_construction_management.model_equipment_subcontract,tk_construction_management.advance_construction_user,1,1,1,1
+tk_construction_management.access_equipment_subcontract_qc_user,access_equipment_subcontract_qc_user,tk_construction_management.model_equipment_subcontract,tk_construction_management.advance_construction_qc_user,1,0,0,0
+
+tk_construction_management.access_labour_subcontract_manager,access_labour_subcontract_manager,tk_construction_management.model_labour_subcontract,tk_construction_management.advance_construction_manager,1,1,1,1
+tk_construction_management.access_labour_subcontract_department,access_labour_subcontract_department,tk_construction_management.model_labour_subcontract,tk_construction_management.advance_construction_department,1,1,1,1
+tk_construction_management.access_labour_subcontract_user,access_labour_subcontract_user,tk_construction_management.model_labour_subcontract,tk_construction_management.advance_construction_user,1,1,1,1
+tk_construction_management.access_labour_subcontract_qc_user,access_labour_subcontract_qc_user,tk_construction_management.model_labour_subcontract,tk_construction_management.advance_construction_qc_user,1,0,0,0
+
+tk_construction_management.access_overhead_subcontract_manager,access_overhead_subcontract_manager,tk_construction_management.model_overhead_subcontract,tk_construction_management.advance_construction_manager,1,1,1,1
+tk_construction_management.access_overhead_subcontract_department,access_overhead_subcontract_department,tk_construction_management.model_overhead_subcontract,tk_construction_management.advance_construction_department,1,1,1,1
+tk_construction_management.access_overhead_subcontract_user,access_overhead_subcontract_user,tk_construction_management.model_overhead_subcontract,tk_construction_management.advance_construction_user,1,1,1,1
+tk_construction_management.access_overhead_subcontract_qc_user,access_overhead_subcontract_qc_user,tk_construction_management.model_overhead_subcontract,tk_construction_management.advance_construction_qc_user,1,0,0,0
+
+tk_construction_management.access_material_consume_manager,access_material_consume_manager,tk_construction_management.model_material_consume,tk_construction_management.advance_construction_manager,1,1,1,1
+tk_construction_management.access_material_consume_department,access_material_consume_department,tk_construction_management.model_material_consume,tk_construction_management.advance_construction_department,1,1,1,1
+tk_construction_management.access_material_consume_user,access_material_consume_user,tk_construction_management.model_material_consume,tk_construction_management.advance_construction_user,1,1,1,1
+tk_construction_management.access_material_consume_qc_user,access_material_consume_qc_user,tk_construction_management.model_material_consume,tk_construction_management.advance_construction_qc_user,1,0,0,0
+
+tk_construction_management.access_equip_contract_line_manager,access_equip_contract_line_manager,tk_construction_management.model_equip_contract_line,tk_construction_management.advance_construction_manager,1,1,1,1
+tk_construction_management.access_equip_contract_line_department,access_equip_contract_line_department,tk_construction_management.model_equip_contract_line,tk_construction_management.advance_construction_department,1,1,1,1
+tk_construction_management.access_equip_contract_line_user,access_equip_contract_line_user,tk_construction_management.model_equip_contract_line,tk_construction_management.advance_construction_user,1,1,1,1
+tk_construction_management.access_equip_contract_line_qc_user,access_equip_contract_line_qc_user,tk_construction_management.model_equip_contract_line,tk_construction_management.advance_construction_qc_user,1,1,0,0
+
+tk_construction_management.access_labour_contract_line_manager,access_labour_contract_line_manager,tk_construction_management.model_labour_contract_line,tk_construction_management.advance_construction_manager,1,1,1,1
+tk_construction_management.access_labour_contract_line_department,access_labour_contract_line_department,tk_construction_management.model_labour_contract_line,tk_construction_management.advance_construction_department,1,1,1,1
+tk_construction_management.access_labour_contract_line_user,access_labour_contract_line_user,tk_construction_management.model_labour_contract_line,tk_construction_management.advance_construction_user,1,1,1,1
+tk_construction_management.access_labour_contract_line_qc_user,access_labour_contract_line_qc_user,tk_construction_management.model_labour_contract_line,tk_construction_management.advance_construction_qc_user,1,1,0,0
+
+tk_construction_management.access_overhead_contract_line_manager,access_overhead_contract_line_manager,tk_construction_management.model_overhead_contract_line,tk_construction_management.advance_construction_manager,1,1,1,1
+tk_construction_management.access_overhead_contract_line_department,access_overhead_contract_line_department,tk_construction_management.model_overhead_contract_line,tk_construction_management.advance_construction_department,1,1,1,1
+tk_construction_management.access_overhead_contract_line_user,access_overhead_contract_line_user,tk_construction_management.model_overhead_contract_line,tk_construction_management.advance_construction_user,1,1,1,1
+tk_construction_management.access_overhead_contract_line_qc_user,access_overhead_contract_line_qc_user,tk_construction_management.model_overhead_contract_line,tk_construction_management.advance_construction_qc_user,1,1,0,0
+
+tk_construction_management.access_material_consume_line_manager,access_material_consume_line_manager,tk_construction_management.model_material_consume_line,tk_construction_management.advance_construction_manager,1,1,1,1
+tk_construction_management.access_material_consume_line_department,access_material_consume_line_department,tk_construction_management.model_material_consume_line,tk_construction_management.advance_construction_department,1,1,1,1
+tk_construction_management.access_material_consume_line_user,access_material_consume_line_user,tk_construction_management.model_material_consume_line,tk_construction_management.advance_construction_user,1,1,1,1
+tk_construction_management.access_material_consume_line_qc_user,access_material_consume_line_qc_user,tk_construction_management.model_material_consume_line,tk_construction_management.advance_construction_qc_user,1,0,0,0
+
+tk_construction_management.access_rate_analysis_manager,access_rate_analysis_manager,tk_construction_management.model_rate_analysis,tk_construction_management.advance_construction_manager,1,1,1,1
+tk_construction_management.access_rate_analysis_department,access_rate_analysis_department,tk_construction_management.model_rate_analysis,tk_construction_management.advance_construction_department,1,1,1,1
+tk_construction_management.access_rate_analysis_user,access_rate_analysis_user,tk_construction_management.model_rate_analysis,tk_construction_management.advance_construction_user,1,1,1,1
+tk_construction_management.access_rate_analysis_qc_user,access_rate_analysis_qc_user,tk_construction_management.model_rate_analysis,tk_construction_management.advance_construction_qc_user,1,0,0,0
+
+tk_construction_management.access_boq_budget_manager,access_boq_budget_manager,tk_construction_management.model_boq_budget,tk_construction_management.advance_construction_manager,1,1,1,1
+tk_construction_management.access_boq_budget_department,access_boq_budget_department,tk_construction_management.model_boq_budget,tk_construction_management.advance_construction_department,1,1,1,1
+tk_construction_management.access_boq_budget_user,access_boq_budget_user,tk_construction_management.model_boq_budget,tk_construction_management.advance_construction_user,1,1,1,1
+tk_construction_management.access_boq_budget_qc_user,access_boq_budget_qc_user,tk_construction_management.model_boq_budget,tk_construction_management.advance_construction_qc_user,1,0,0,0
+
+tk_construction_management.access_rate_analysis_material_manager,access_rate_analysis_material_manager,tk_construction_management.model_rate_analysis_material,tk_construction_management.advance_construction_manager,1,1,1,1
+tk_construction_management.access_rate_analysis_material_department,access_rate_analysis_material_department,tk_construction_management.model_rate_analysis_material,tk_construction_management.advance_construction_department,1,1,1,1
+tk_construction_management.access_rate_analysis_material_user,access_rate_analysis_material_user,tk_construction_management.model_rate_analysis_material,tk_construction_management.advance_construction_user,1,1,1,1
+tk_construction_management.access_rate_analysis_material_qc_user,access_rate_analysis_material_qc_user,tk_construction_management.model_rate_analysis_material,tk_construction_management.advance_construction_qc_user,1,0,0,0
+
+
+tk_construction_management.access_rate_analysis_equipment_manager,access_rate_analysis_equipment_manager,tk_construction_management.model_rate_analysis_equipment,tk_construction_management.advance_construction_manager,1,1,1,1
+tk_construction_management.access_rate_analysis_equipment_department,access_rate_analysis_equipment_department,tk_construction_management.model_rate_analysis_equipment,tk_construction_management.advance_construction_department,1,1,1,1
+tk_construction_management.access_rate_analysis_equipment_user,access_rate_analysis_equipment_user,tk_construction_management.model_rate_analysis_equipment,tk_construction_management.advance_construction_user,1,1,1,1
+tk_construction_management.access_rate_analysis_equipment_qc_user,access_rate_analysis_equipment_qc_user,tk_construction_management.model_rate_analysis_equipment,tk_construction_management.advance_construction_qc_user,1,0,0,0
+
+
+tk_construction_management.access_rate_analysis_labour_manager,access_rate_analysis_labour_manager,tk_construction_management.model_rate_analysis_labour,tk_construction_management.advance_construction_manager,1,1,1,1
+tk_construction_management.access_rate_analysis_labour_department,access_rate_analysis_labour_department,tk_construction_management.model_rate_analysis_labour,tk_construction_management.advance_construction_department,1,1,1,1
+tk_construction_management.access_rate_analysis_labour_user,access_rate_analysis_labour_user,tk_construction_management.model_rate_analysis_labour,tk_construction_management.advance_construction_user,1,1,1,1
+tk_construction_management.access_rate_analysis_labour_qc_user,access_rate_analysis_labour_qc_user,tk_construction_management.model_rate_analysis_labour,tk_construction_management.advance_construction_qc_user,1,0,0,0
+
+
+tk_construction_management.access_rate_analysis_overhead_manager,access_rate_analysis_overhead_manager,tk_construction_management.model_rate_analysis_overhead,tk_construction_management.advance_construction_manager,1,1,1,1
+tk_construction_management.access_rate_analysis_overhead_department,access_rate_analysis_overhead_department,tk_construction_management.model_rate_analysis_overhead,tk_construction_management.advance_construction_department,1,1,1,1
+tk_construction_management.access_rate_analysis_overhead_user,access_rate_analysis_overhead_user,tk_construction_management.model_rate_analysis_overhead,tk_construction_management.advance_construction_user,1,1,1,1
+tk_construction_management.access_rate_analysis_overhead_qc_user,access_rate_analysis_overhead_qc_user,tk_construction_management.model_rate_analysis_overhead,tk_construction_management.advance_construction_qc_user,1,0,0,0
+
+tk_construction_management.access_sub_project_budget_manager,access_sub_project_budget_manager,tk_construction_management.model_sub_project_budget,tk_construction_management.advance_construction_manager,1,1,1,1
+tk_construction_management.access_sub_project_budget_department,access_sub_project_budget_department,tk_construction_management.model_sub_project_budget,tk_construction_management.advance_construction_department,1,1,1,1
+tk_construction_management.access_sub_project_budget_user,access_sub_project_budget_user,tk_construction_management.model_sub_project_budget,tk_construction_management.advance_construction_user,1,1,1,1
+tk_construction_management.access_sub_project_budget_qc_user,access_sub_project_budget_qc_user,tk_construction_management.model_sub_project_budget,tk_construction_management.advance_construction_qc_user,1,0,0,0
+
+tk_construction_management.access_budget_construction_manager,access_budget_construction_manager,tk_construction_management.model_budget_construction,tk_construction_management.advance_construction_manager,1,1,1,1
+tk_construction_management.access_budget_construction_department,access_budget_construction_department,tk_construction_management.model_budget_construction,tk_construction_management.advance_construction_department,1,1,1,1
+tk_construction_management.access_budget_construction_user,access_budget_construction_user,tk_construction_management.model_budget_construction,tk_construction_management.advance_construction_user,1,1,1,1
+tk_construction_management.access_budget_construction_qc_user,access_budget_construction_qc_user,tk_construction_management.model_budget_construction,tk_construction_management.advance_construction_qc_user,1,0,0,0
+
+tk_construction_management.access_project_wbs_manager,access_project_wbs_manager,tk_construction_management.model_project_wbs,tk_construction_management.advance_construction_manager,1,1,1,1
+tk_construction_management.access_project_wbs_department,access_project_wbs_department,tk_construction_management.model_project_wbs,tk_construction_management.advance_construction_department,1,1,1,1
+tk_construction_management.access_project_wbs_user,access_project_wbs_user,tk_construction_management.model_project_wbs,tk_construction_management.advance_construction_user,1,1,1,1
+tk_construction_management.access_project_wbs_qc_user,access_project_wbs_qc_user,tk_construction_management.model_project_wbs,tk_construction_management.advance_construction_qc_user,1,0,0,0
+
+tk_construction_management.access_wbs_entries_manager,access_wbs_entries_manager,tk_construction_management.model_wbs_entries,tk_construction_management.advance_construction_manager,1,1,1,1
+tk_construction_management.access_wbs_entries_department,access_wbs_entries_department,tk_construction_management.model_wbs_entries,tk_construction_management.advance_construction_department,1,1,1,1
+tk_construction_management.access_wbs_entries_user,access_wbs_entries_user,tk_construction_management.model_wbs_entries,tk_construction_management.advance_construction_user,1,1,1,1
+tk_construction_management.access_wbs_entries_qc_user,access_wbs_entries_qc_user,tk_construction_management.model_wbs_entries,tk_construction_management.advance_construction_qc_user,1,0,0,0
+
diff --git a/addons/tk_construction_management/security/security.xml b/addons/tk_construction_management/security/security.xml
new file mode 100644
index 0000000..0034d1c
--- /dev/null
+++ b/addons/tk_construction_management/security/security.xml
@@ -0,0 +1,104 @@
+
+
+
+
+
+ Advance Construction : Administration
+
+ [(1,'=',1)]
+
+
+
+ Construction : Own Department Project
+
+ [('department_id','in',user.department_ids.ids)]
+
+
+
+ Construction : Own Record Project
+
+ [('responsible_id','=',user.id)]
+
+
+
+
+
+ Construction : Administration
+
+ [(1,'=',1)]
+
+
+
+ Construction : Own Department Job Sheet
+
+ [('department_id','in',user.department_ids.ids)]
+
+
+
+ Construction : Own Record Job Sheet
+
+ [('responsible_id','=',user.id)]
+
+
+
+
+
+ Construction : Administration
+
+ [(1,'=',1)]
+
+
+
+ Construction : Own Department Job Order
+
+ [('department_id','in',user.department_ids.ids)]
+
+
+
+ Construction : Own Record Job Order
+
+ [('responsible_id','=',user.id)]
+
+
+
+
+
+ Construction : Administration
+
+ [(1,'=',1)]
+
+
+
+ Construction : Own Department Material Requisition
+
+ [('department_id','in',user.department_ids.ids)]
+
+
+
+ Construction : Own Record Material Requisition
+
+ [('responsible_id','=',user.id)]
+
+
+
+
+
+ Construction : Administration
+
+ [(1,'=',1)]
+
+
+
+ Construction : Own Department Internal Transfer
+
+ [('department_id','in',user.department_ids.ids)]
+
+
+
+ Construction : Own Record Internal Transfer
+
+ [('responsible_id','=',user.id)]
+
+
+
+
\ No newline at end of file
diff --git a/addons/tk_construction_management/static/.DS_Store b/addons/tk_construction_management/static/.DS_Store
new file mode 100644
index 0000000..dbeaf9a
Binary files /dev/null and b/addons/tk_construction_management/static/.DS_Store differ
diff --git a/addons/tk_construction_management/static/description/cover.gif b/addons/tk_construction_management/static/description/cover.gif
new file mode 100644
index 0000000..f5e053a
Binary files /dev/null and b/addons/tk_construction_management/static/description/cover.gif differ
diff --git a/addons/tk_construction_management/static/description/icon.png b/addons/tk_construction_management/static/description/icon.png
new file mode 100644
index 0000000..35b45c1
Binary files /dev/null and b/addons/tk_construction_management/static/description/icon.png differ
diff --git a/addons/tk_construction_management/static/description/img/ac1.png b/addons/tk_construction_management/static/description/img/ac1.png
new file mode 100644
index 0000000..afaf713
Binary files /dev/null and b/addons/tk_construction_management/static/description/img/ac1.png differ
diff --git a/addons/tk_construction_management/static/description/img/ac10.png b/addons/tk_construction_management/static/description/img/ac10.png
new file mode 100644
index 0000000..fe153a9
Binary files /dev/null and b/addons/tk_construction_management/static/description/img/ac10.png differ
diff --git a/addons/tk_construction_management/static/description/img/ac11.png b/addons/tk_construction_management/static/description/img/ac11.png
new file mode 100644
index 0000000..aad47c8
Binary files /dev/null and b/addons/tk_construction_management/static/description/img/ac11.png differ
diff --git a/addons/tk_construction_management/static/description/img/ac12.png b/addons/tk_construction_management/static/description/img/ac12.png
new file mode 100644
index 0000000..702a807
Binary files /dev/null and b/addons/tk_construction_management/static/description/img/ac12.png differ
diff --git a/addons/tk_construction_management/static/description/img/ac13.png b/addons/tk_construction_management/static/description/img/ac13.png
new file mode 100644
index 0000000..51d19c1
Binary files /dev/null and b/addons/tk_construction_management/static/description/img/ac13.png differ
diff --git a/addons/tk_construction_management/static/description/img/ac14.png b/addons/tk_construction_management/static/description/img/ac14.png
new file mode 100644
index 0000000..d1ec65c
Binary files /dev/null and b/addons/tk_construction_management/static/description/img/ac14.png differ
diff --git a/addons/tk_construction_management/static/description/img/ac15.png b/addons/tk_construction_management/static/description/img/ac15.png
new file mode 100644
index 0000000..68c3038
Binary files /dev/null and b/addons/tk_construction_management/static/description/img/ac15.png differ
diff --git a/addons/tk_construction_management/static/description/img/ac16.png b/addons/tk_construction_management/static/description/img/ac16.png
new file mode 100644
index 0000000..56741d9
Binary files /dev/null and b/addons/tk_construction_management/static/description/img/ac16.png differ
diff --git a/addons/tk_construction_management/static/description/img/ac17.png b/addons/tk_construction_management/static/description/img/ac17.png
new file mode 100644
index 0000000..9a60cb6
Binary files /dev/null and b/addons/tk_construction_management/static/description/img/ac17.png differ
diff --git a/addons/tk_construction_management/static/description/img/ac18.png b/addons/tk_construction_management/static/description/img/ac18.png
new file mode 100644
index 0000000..a48b087
Binary files /dev/null and b/addons/tk_construction_management/static/description/img/ac18.png differ
diff --git a/addons/tk_construction_management/static/description/img/ac19.png b/addons/tk_construction_management/static/description/img/ac19.png
new file mode 100644
index 0000000..0994665
Binary files /dev/null and b/addons/tk_construction_management/static/description/img/ac19.png differ
diff --git a/addons/tk_construction_management/static/description/img/ac2.png b/addons/tk_construction_management/static/description/img/ac2.png
new file mode 100644
index 0000000..e0c8053
Binary files /dev/null and b/addons/tk_construction_management/static/description/img/ac2.png differ
diff --git a/addons/tk_construction_management/static/description/img/ac20.png b/addons/tk_construction_management/static/description/img/ac20.png
new file mode 100644
index 0000000..9d280e5
Binary files /dev/null and b/addons/tk_construction_management/static/description/img/ac20.png differ
diff --git a/addons/tk_construction_management/static/description/img/ac21.png b/addons/tk_construction_management/static/description/img/ac21.png
new file mode 100644
index 0000000..4fce300
Binary files /dev/null and b/addons/tk_construction_management/static/description/img/ac21.png differ
diff --git a/addons/tk_construction_management/static/description/img/ac22.png b/addons/tk_construction_management/static/description/img/ac22.png
new file mode 100644
index 0000000..83f7b7d
Binary files /dev/null and b/addons/tk_construction_management/static/description/img/ac22.png differ
diff --git a/addons/tk_construction_management/static/description/img/ac23.png b/addons/tk_construction_management/static/description/img/ac23.png
new file mode 100644
index 0000000..959496a
Binary files /dev/null and b/addons/tk_construction_management/static/description/img/ac23.png differ
diff --git a/addons/tk_construction_management/static/description/img/ac24.png b/addons/tk_construction_management/static/description/img/ac24.png
new file mode 100644
index 0000000..0a6b51d
Binary files /dev/null and b/addons/tk_construction_management/static/description/img/ac24.png differ
diff --git a/addons/tk_construction_management/static/description/img/ac25.png b/addons/tk_construction_management/static/description/img/ac25.png
new file mode 100644
index 0000000..d04c688
Binary files /dev/null and b/addons/tk_construction_management/static/description/img/ac25.png differ
diff --git a/addons/tk_construction_management/static/description/img/ac26.png b/addons/tk_construction_management/static/description/img/ac26.png
new file mode 100644
index 0000000..f0310f8
Binary files /dev/null and b/addons/tk_construction_management/static/description/img/ac26.png differ
diff --git a/addons/tk_construction_management/static/description/img/ac27.png b/addons/tk_construction_management/static/description/img/ac27.png
new file mode 100644
index 0000000..d341d8d
Binary files /dev/null and b/addons/tk_construction_management/static/description/img/ac27.png differ
diff --git a/addons/tk_construction_management/static/description/img/ac28.png b/addons/tk_construction_management/static/description/img/ac28.png
new file mode 100644
index 0000000..2934dc0
Binary files /dev/null and b/addons/tk_construction_management/static/description/img/ac28.png differ
diff --git a/addons/tk_construction_management/static/description/img/ac29.png b/addons/tk_construction_management/static/description/img/ac29.png
new file mode 100644
index 0000000..59e4254
Binary files /dev/null and b/addons/tk_construction_management/static/description/img/ac29.png differ
diff --git a/addons/tk_construction_management/static/description/img/ac3.png b/addons/tk_construction_management/static/description/img/ac3.png
new file mode 100644
index 0000000..2ee6cc1
Binary files /dev/null and b/addons/tk_construction_management/static/description/img/ac3.png differ
diff --git a/addons/tk_construction_management/static/description/img/ac30.png b/addons/tk_construction_management/static/description/img/ac30.png
new file mode 100644
index 0000000..6d4ca28
Binary files /dev/null and b/addons/tk_construction_management/static/description/img/ac30.png differ
diff --git a/addons/tk_construction_management/static/description/img/ac31.png b/addons/tk_construction_management/static/description/img/ac31.png
new file mode 100644
index 0000000..a74479f
Binary files /dev/null and b/addons/tk_construction_management/static/description/img/ac31.png differ
diff --git a/addons/tk_construction_management/static/description/img/ac32.png b/addons/tk_construction_management/static/description/img/ac32.png
new file mode 100644
index 0000000..b8cd1f6
Binary files /dev/null and b/addons/tk_construction_management/static/description/img/ac32.png differ
diff --git a/addons/tk_construction_management/static/description/img/ac33.png b/addons/tk_construction_management/static/description/img/ac33.png
new file mode 100644
index 0000000..417aa62
Binary files /dev/null and b/addons/tk_construction_management/static/description/img/ac33.png differ
diff --git a/addons/tk_construction_management/static/description/img/ac34.png b/addons/tk_construction_management/static/description/img/ac34.png
new file mode 100644
index 0000000..48f8e21
Binary files /dev/null and b/addons/tk_construction_management/static/description/img/ac34.png differ
diff --git a/addons/tk_construction_management/static/description/img/ac35.png b/addons/tk_construction_management/static/description/img/ac35.png
new file mode 100644
index 0000000..d296e55
Binary files /dev/null and b/addons/tk_construction_management/static/description/img/ac35.png differ
diff --git a/addons/tk_construction_management/static/description/img/ac36.png b/addons/tk_construction_management/static/description/img/ac36.png
new file mode 100644
index 0000000..0c44841
Binary files /dev/null and b/addons/tk_construction_management/static/description/img/ac36.png differ
diff --git a/addons/tk_construction_management/static/description/img/ac37.png b/addons/tk_construction_management/static/description/img/ac37.png
new file mode 100644
index 0000000..63be7da
Binary files /dev/null and b/addons/tk_construction_management/static/description/img/ac37.png differ
diff --git a/addons/tk_construction_management/static/description/img/ac38.png b/addons/tk_construction_management/static/description/img/ac38.png
new file mode 100644
index 0000000..7308c95
Binary files /dev/null and b/addons/tk_construction_management/static/description/img/ac38.png differ
diff --git a/addons/tk_construction_management/static/description/img/ac39.png b/addons/tk_construction_management/static/description/img/ac39.png
new file mode 100644
index 0000000..90ae63c
Binary files /dev/null and b/addons/tk_construction_management/static/description/img/ac39.png differ
diff --git a/addons/tk_construction_management/static/description/img/ac4.png b/addons/tk_construction_management/static/description/img/ac4.png
new file mode 100644
index 0000000..17b6ebf
Binary files /dev/null and b/addons/tk_construction_management/static/description/img/ac4.png differ
diff --git a/addons/tk_construction_management/static/description/img/ac40.png b/addons/tk_construction_management/static/description/img/ac40.png
new file mode 100644
index 0000000..c9d3612
Binary files /dev/null and b/addons/tk_construction_management/static/description/img/ac40.png differ
diff --git a/addons/tk_construction_management/static/description/img/ac41.png b/addons/tk_construction_management/static/description/img/ac41.png
new file mode 100644
index 0000000..636f03e
Binary files /dev/null and b/addons/tk_construction_management/static/description/img/ac41.png differ
diff --git a/addons/tk_construction_management/static/description/img/ac42.png b/addons/tk_construction_management/static/description/img/ac42.png
new file mode 100644
index 0000000..2980bae
Binary files /dev/null and b/addons/tk_construction_management/static/description/img/ac42.png differ
diff --git a/addons/tk_construction_management/static/description/img/ac43.png b/addons/tk_construction_management/static/description/img/ac43.png
new file mode 100644
index 0000000..b8925d0
Binary files /dev/null and b/addons/tk_construction_management/static/description/img/ac43.png differ
diff --git a/addons/tk_construction_management/static/description/img/ac44.png b/addons/tk_construction_management/static/description/img/ac44.png
new file mode 100644
index 0000000..c580fa0
Binary files /dev/null and b/addons/tk_construction_management/static/description/img/ac44.png differ
diff --git a/addons/tk_construction_management/static/description/img/ac45.png b/addons/tk_construction_management/static/description/img/ac45.png
new file mode 100644
index 0000000..56cd784
Binary files /dev/null and b/addons/tk_construction_management/static/description/img/ac45.png differ
diff --git a/addons/tk_construction_management/static/description/img/ac46.png b/addons/tk_construction_management/static/description/img/ac46.png
new file mode 100644
index 0000000..44f8481
Binary files /dev/null and b/addons/tk_construction_management/static/description/img/ac46.png differ
diff --git a/addons/tk_construction_management/static/description/img/ac47.png b/addons/tk_construction_management/static/description/img/ac47.png
new file mode 100644
index 0000000..d7d974d
Binary files /dev/null and b/addons/tk_construction_management/static/description/img/ac47.png differ
diff --git a/addons/tk_construction_management/static/description/img/ac48.png b/addons/tk_construction_management/static/description/img/ac48.png
new file mode 100644
index 0000000..d091a6e
Binary files /dev/null and b/addons/tk_construction_management/static/description/img/ac48.png differ
diff --git a/addons/tk_construction_management/static/description/img/ac49.png b/addons/tk_construction_management/static/description/img/ac49.png
new file mode 100644
index 0000000..c4fa014
Binary files /dev/null and b/addons/tk_construction_management/static/description/img/ac49.png differ
diff --git a/addons/tk_construction_management/static/description/img/ac5.png b/addons/tk_construction_management/static/description/img/ac5.png
new file mode 100644
index 0000000..2ffa82e
Binary files /dev/null and b/addons/tk_construction_management/static/description/img/ac5.png differ
diff --git a/addons/tk_construction_management/static/description/img/ac50.png b/addons/tk_construction_management/static/description/img/ac50.png
new file mode 100644
index 0000000..8df33fe
Binary files /dev/null and b/addons/tk_construction_management/static/description/img/ac50.png differ
diff --git a/addons/tk_construction_management/static/description/img/ac51.png b/addons/tk_construction_management/static/description/img/ac51.png
new file mode 100644
index 0000000..42f1ce2
Binary files /dev/null and b/addons/tk_construction_management/static/description/img/ac51.png differ
diff --git a/addons/tk_construction_management/static/description/img/ac52.png b/addons/tk_construction_management/static/description/img/ac52.png
new file mode 100644
index 0000000..275150c
Binary files /dev/null and b/addons/tk_construction_management/static/description/img/ac52.png differ
diff --git a/addons/tk_construction_management/static/description/img/ac53.png b/addons/tk_construction_management/static/description/img/ac53.png
new file mode 100644
index 0000000..036f633
Binary files /dev/null and b/addons/tk_construction_management/static/description/img/ac53.png differ
diff --git a/addons/tk_construction_management/static/description/img/ac54.png b/addons/tk_construction_management/static/description/img/ac54.png
new file mode 100644
index 0000000..2de5a11
Binary files /dev/null and b/addons/tk_construction_management/static/description/img/ac54.png differ
diff --git a/addons/tk_construction_management/static/description/img/ac55.png b/addons/tk_construction_management/static/description/img/ac55.png
new file mode 100644
index 0000000..8862581
Binary files /dev/null and b/addons/tk_construction_management/static/description/img/ac55.png differ
diff --git a/addons/tk_construction_management/static/description/img/ac56.png b/addons/tk_construction_management/static/description/img/ac56.png
new file mode 100644
index 0000000..7b6189c
Binary files /dev/null and b/addons/tk_construction_management/static/description/img/ac56.png differ
diff --git a/addons/tk_construction_management/static/description/img/ac57.png b/addons/tk_construction_management/static/description/img/ac57.png
new file mode 100644
index 0000000..a361caf
Binary files /dev/null and b/addons/tk_construction_management/static/description/img/ac57.png differ
diff --git a/addons/tk_construction_management/static/description/img/ac58.png b/addons/tk_construction_management/static/description/img/ac58.png
new file mode 100644
index 0000000..a77947e
Binary files /dev/null and b/addons/tk_construction_management/static/description/img/ac58.png differ
diff --git a/addons/tk_construction_management/static/description/img/ac59.png b/addons/tk_construction_management/static/description/img/ac59.png
new file mode 100644
index 0000000..45f8476
Binary files /dev/null and b/addons/tk_construction_management/static/description/img/ac59.png differ
diff --git a/addons/tk_construction_management/static/description/img/ac6.png b/addons/tk_construction_management/static/description/img/ac6.png
new file mode 100644
index 0000000..2711ce2
Binary files /dev/null and b/addons/tk_construction_management/static/description/img/ac6.png differ
diff --git a/addons/tk_construction_management/static/description/img/ac60.png b/addons/tk_construction_management/static/description/img/ac60.png
new file mode 100644
index 0000000..e2d2d18
Binary files /dev/null and b/addons/tk_construction_management/static/description/img/ac60.png differ
diff --git a/addons/tk_construction_management/static/description/img/ac61.png b/addons/tk_construction_management/static/description/img/ac61.png
new file mode 100644
index 0000000..104cdd4
Binary files /dev/null and b/addons/tk_construction_management/static/description/img/ac61.png differ
diff --git a/addons/tk_construction_management/static/description/img/ac7.png b/addons/tk_construction_management/static/description/img/ac7.png
new file mode 100644
index 0000000..42699df
Binary files /dev/null and b/addons/tk_construction_management/static/description/img/ac7.png differ
diff --git a/addons/tk_construction_management/static/description/img/ac8.png b/addons/tk_construction_management/static/description/img/ac8.png
new file mode 100644
index 0000000..9ee2313
Binary files /dev/null and b/addons/tk_construction_management/static/description/img/ac8.png differ
diff --git a/addons/tk_construction_management/static/description/img/ac9.png b/addons/tk_construction_management/static/description/img/ac9.png
new file mode 100644
index 0000000..8002b17
Binary files /dev/null and b/addons/tk_construction_management/static/description/img/ac9.png differ
diff --git a/addons/tk_construction_management/static/description/index.html b/addons/tk_construction_management/static/description/index.html
new file mode 100644
index 0000000..c39ae59
--- /dev/null
+++ b/addons/tk_construction_management/static/description/index.html
@@ -0,0 +1,1011 @@
+
+
+
+
+ Advance Construction Management
+
+ Available in Community,Enterprise and Odoo.sh
+
+
+
+
+
+ Explore this app
+
+
+
+
+
+
+
+
+
+ Release Note
+
+
+
+
+
+
+
+ 1.0
+
+
+
+
+ August 25, 2023
+
+
+
+
+
+
+
+
+
+
+ Features
+
+
+
+
+ Construction User Role
+
+
+
+
+
+
+ Construction Manager
+
+
+
+
+
+
+ Construction Department
+
+
+
+
+
+
+ Construction User
+
+
+
+
+
+ Construction Site
+
+
+
+
+
+
+ Construction Site
+
+
+
+
+
+
+
+ Manage Site Documents
+
+
+
+
+
+
+
+ Site Measurement
+
+
+
+
+
+
+ Site Document Approval
+
+
+
+
+
+
+ Track Job Sheets, Job Orders, Budgets, Material Requisitions
+
+
+
+
+
+
+ Construction Projects
+
+
+
+
+
+
+ Manage Site Projects
+
+
+
+
+
+
+ Project Budget Management & Excel Report
+
+
+
+
+
+
+ Project Job Sheets(Job Costing)
+
+
+
+
+
+
+ Project Job Orders
+
+
+
+
+
+
+ Project Inventory
+
+
+
+
+
+
+ Project Documents
+
+
+
+
+
+
+ Project Insurance
+
+
+
+
+
+
+ Extra Expense
+
+
+
+
+
+
+ Manage Project Purchase Order
+
+
+
+
+
+
+ Budget Excel Report
+
+
+
+
+
+
+ Job Costing & Job Order
+
+
+
+
+
+
+ Project wise Job Costing
+
+
+
+
+
+
+ Material, Equipment, Labour, Overhead Job Costing
+
+
+
+
+
+
+ Import Material from Material Template
+
+
+
+
+
+
+ Consume Order for Material from Job Order
+
+
+
+
+
+
+ Department Approval for Material Consume Order
+
+
+
+
+
+
+ Purchase Order for Equipment, Labour and Overhead from Job Order
+
+
+
+
+
+
+ Task Assignation Directly from Job Order
+
+
+
+
+
+
+ Task Template for Quick Task Assignation
+
+
+
+
+
+
+ Labour Timesheet
+
+
+
+
+
+
+ Planned Hours and Progress in Job Order for Labour
+
+
+
+
+
+ Material Requisition & Internal Transfer
+
+
+
+
+
+
+ Material Requisition from Job Sheet's Material
+
+
+
+
+
+
+ Department Approval for Material Requisition
+
+
+
+
+
+
+ Create Material Purchase Order, Internal Transfer and Back Order as per Requirement
+
+
+
+
+
+
+ Import Material Directly from Material Template
+
+
+
+
+
+
+ Internal Transfer of Material Between Warehouses
+
+
+
+
+
+
+ Create Manual Internal Transfer or From Material Requisition
+
+
+
+
+
+
+ Create Scrap Order of Material, Equipment and Overhead
+
+
+
+
+ Configurations
+
+
+
+
+
+
+ Construction Tools: Material, Equipment, Labour, Overhead
+
+
+
+
+
+
+ Templates: Material Template, Task Template
+
+
+
+
+
+
+ Templates: Material Template, Task Template
+
+
+
+
+
+
+ Construction Departments
+
+
+
+
+
+
+ Construction Engineers
+
+
+
+
+
+
+
+ Document Types
+
+
+
+
+
+
+
+ Job Subcategories
+
+
+
+
+
+
+ Insurance Risks
+
+
+
+
+
+
+ Screenshots & Workflow
+
+
+
+
+ Advance Dashboard
+
+
+
+
+
+ Construction Site
+
+
+
+
+ Site Project Details
+
+
+
+ Stack Holder
+
+
+
+ Site Images
+
+
+
+ Measurement
+
+
+
+ Documents & Approval
+
+
+
+ Create Project
+
+
+
+
+
+ Construction Project
+
+
+
+
+ Construction Project
+
+
+
+ Project Documents
+
+
+
+ Project Insurance
+
+
+
+ Project Extra Expenses
+
+
+
+ Warehouse Selection
+
+
+
+ Project Budget
+
+
+
+
+
+ Project Task
+
+
+
+ Site Progress
+
+
+
+
+
+
+ Workflow
+
+
+
+
+ Create Job Sheet
+
+
+ Begin by creating a job sheet for a specific construction task, e.g "Foundation
+ Excavation"
+
+
+
+
+ Add Details and Calculate Estimate
+
+
+ Within the job sheet, input details like materials, equipment, labor, and overhead required
+ for the task
+
+
+ The app calculates an estimated cost based on the added price.
+
+
+
+
+ Material Requisition
+
+
+ Initiate a material requisition process to gather necessary materials for the job to "Site
+ Warehouse."
+
+
+ Select whether to create a Purchase Order, perform an Internal Transfer, or use Back Order.
+
+
+ Purchase Order
+
+
+ If materials are not available in the warehouse, create a Purchase Order by
+ choosing a delivery warehouse (project or site warehouse) or a nearby
+ warehouse.
+
+
+
+
+ Internal Transfer
+
+
+ If the required materials are in the warehouse, use an internal transfer to
+ move stock from one warehouse to another (e.g., site warehouse to project
+ warehouse)
+
+
+
+
+ Back Order
+
+
+ If some materials are available but insufficient, select "Back Order" to
+ automatically create an Internal Transfer for available quantities and a
+ Purchase Order for the remaining quantities.
+
+
+
+
+
+
+
+
+ Material Requisition Approval
+
+
+ The Site Manager initiates a Material Requisition Request, which goes through departmental
+ approval.
+
+
+ The department approves the request and selects vendors for Purchase Orders and delivery
+ warehouses for internal transfers.
+
+
+
+
+ Material Requisition - Ready For Delivery
+
+
+ Upon approval, the department updates the material status to "Ready For Delivery."
+
+
+
+
+ Internal Transfer
+
+
+ Internal Transfer: The materials are distributed to the project's warehouses by performing
+ an internal
+ transfer using the approved Material Requisition Order
+
+
+
+
+ Create Job Order
+
+
+ Start creating a Job Order, specifying the chosen job sheet and approved Material
+ Requisition Order.
+
+
+ Equipment, labor, and overhead details are pulled from the job sheet, while materials come
+ from the Material Requisition Order.
+
+
+
+
+ Purchase Order and Consume Order
+
+
+ Material Consumes Order: Create a consume order for the materials used in the project.
+
+
+ Purchase Order: Generate Purchase Orders for equipment, labor, and overhead items based on
+ the details from the job sheet.
+
+
+
+
+ Completion
+
+
+ The construction task is completed using the gathered materials, equipment, labor, and
+ overhead, in line with the job sheet's details.
+
+
+
+
+
+
+ Job Sheet
+
+
+
+
+
+ Material Requisition
+
+
+
+
+
+
Purchase Order
+
+
Back Order
+
+
+
Ready For Delivery
+
+
+
+ Internal Transfers
+
+
+
+
+
+
+
+
+
+ Job Orders
+
+
+
+
+ Material Consume Order
+
+
+
+
+ Consume Order
+
+
+
+ Material are move to Consume Location
+
+
+
+
+
+ Equipment, Overhead, Labour Purchase Order
+
+
+ Equipment Purchase Order
+
+
+
+ Labour Purchase Order
+
+
+
+ Overhead Purchase Order
+
+
+
+
+
+ View Purchase Order, Bills and Delivery Order
+
+
+
+ Purchase Order
+
+
+
+ Bills
+
+
+
+ Delivery Order
+
+
+
+
+
+ Task Assignation
+
+
+
+
+
+
+
+ Scrap Orders
+
+
+
+
+
+ Departments
+
+
+
+
+
+ Tools
+
+
+
+
+ Material
+
+
+
+ Equipment
+
+
+
+ Labour
+
+
+
+ Overhead
+
+
+
+ Expenses
+
+
+
+
+
+
+ Templates
+
+
+
+
+ Material Template
+
+
+
+ Task Template
+
+
+
+
+
+ Configurations
+
+
+
+
+ Activity
+
+
+ Categories
+
+
+
+ Sub Categories
+
+
+
+
+
+ Users
+
+
+ Engineers
+
+
+
+ Stakeholders
+
+
+
+
+
+ Types
+
+
+ Document Type
+
+
+
+ Insurance Risks
+
+
+
+ Employee Type
+
+
+
+
+
+
+
+
+
+
+
+
+ Any type of issue related to this module, any doubt, any queries contact us. You will get
+ free
+ support upto 90 days and assistance in case of any issues (Response time within 24 Hours)
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/addons/tk_construction_management/static/src/css/lib/dashboard.css b/addons/tk_construction_management/static/src/css/lib/dashboard.css
new file mode 100644
index 0000000..64a197e
--- /dev/null
+++ b/addons/tk_construction_management/static/src/css/lib/dashboard.css
@@ -0,0 +1,246 @@
+.content-area {
+ max-width: 1070px;
+ margin: 0 auto;
+}
+
+#topnav {
+ background: #37474f;
+ height: 60px;
+ display: flex;
+ flex-direction: row;
+ align-items: center;
+ font-size: 14px;
+}
+
+.admin-menu {
+ color: #fff;
+ font-size: 16px;
+ display: flex;
+ justify-content: center;
+ align-items: center;
+ padding: 15px;
+ flex: 0.05 0 0;
+}
+
+.logo {
+ display: flex;
+ flex-direction: row;
+ align-items: center;
+ flex: 1 0 0;
+}
+
+.logo-t {
+ width: 32px;
+ height: 32px;
+ border: 2px solid #26c6da;
+ text-align: center;
+ line-height: 28px;
+ border-radius: 50%;
+ margin-right: 15px;
+ margin-left: 5px;
+ padding-left: 3px;
+}
+
+.search-bar {
+ flex: 2 0 0;
+ align-items: center;
+ justify-content: space-between;
+ background: #232e34;
+ overflow: hidden;
+ display: flex;
+ height: 36px;
+ border-radius: 35px;
+ color: rgba(255, 255, 255, 0.5);
+}
+
+.search-bar-dropdown {
+ flex: 1 0 0;
+ height: 40px;
+ line-height: 40px;
+ padding: 0 18px;
+ margin-right: 15px;
+ background: #2c393f;
+
+}
+
+.search-bar-input {
+ flex: 2 0 0;
+ display: flex;
+ justify-content: flex-end;
+ padding: 0 18px;
+ line-height: 40px;
+ align-items: center;
+}
+
+.search-bar-input input[type="text"] {
+ width: 100%;
+ background: transparent;
+ border: 0;
+ color: rgba(255, 255, 255, 0.5);
+}
+
+.search-bar-input input:focus {
+ outline: none;
+}
+
+.box.banana_map {
+ color: #fff;
+ background: #eff4f7;
+ padding: 0;
+ box-shadow: none;
+}
+
+.box.banana_map .title {
+ padding-top: 40px;
+ padding-left: 25px;
+ font-size: 16px;
+}
+
+.box.banana_map .subtitle {
+ font-weight: 700;
+ padding-top: 10px;
+ padding-left: 25px;
+ font-size: 22px;
+}
+
+.box {
+ max-height: 444px;
+}
+.box-full {
+ max-height: 470px;
+}
+.box .banana {
+ min-height: 404px;
+ background-image: url('img/banana.png');
+ background-size: cover;
+}
+
+.box .map {
+ min-height: 404px;
+ background-image: url('img/map.png');
+ background-size: cover;
+}
+
+.box .cog-icon {
+ cursor: pointer;
+ position: absolute;
+ right: 55px;
+ top: 25px;
+ z-index: 10;
+}
+
+@media screen and (max-width:760px) {
+ #topnav {
+ flex-wrap: wrap;
+ }
+
+ .admin-menu {
+ flex-basis: 20%;
+ }
+
+ .logo {
+ justify-content: flex-end;
+ padding-right: 10px;
+ }
+
+ .logo {
+ flex-basis: 80%;
+ }
+
+ .topnav-rightmenu,
+ .search-bar {
+ display: none;
+ }
+}
+
+.box {
+ padding: 25px 35px 25px 30px;
+ height: 100vh;
+ background: #fff;
+ border-radius: 15px;
+ box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
+ backdrop-filter: blur(20px);
+ -webkit-backdrop-filter: blur(20px);
+ border: 1px solid rgba(255, 255, 255, 1);
+}
+
+#monthly-earnings-chart #apexcharts-canvas {
+ position: relative;
+}
+
+#monthly-earnings-chart #apexcharts-canvas:after {
+ content: "";
+ position: absolute;
+ left: 0;
+ right: 58%;
+ top: 0;
+ bottom: 0;
+ background: #24bdd3;
+ opacity: 0.65;
+}
+
+#monthly-earnings-chart #apexcharts-title-text {
+ font-weight: 600;
+}
+
+#monthly-earnings-chart #apexcharts-subtitle-text {
+ font-weight: 700;
+}
+
+.monthly-earnings-text {
+ position: absolute;
+ left: 70px;
+ top: 187px;
+ color: #fff;
+ z-index: 10;
+}
+
+.monthly-earnings-text h6 {
+ font-size: 16px;
+}
+
+.chart-title h5 {
+ font-size: 18px;
+ color: rgba(51, 51, 51, 1);
+ margin-bottom: 38px;
+}
+
+
+@media screen and (max-width:767px) {
+ .monthly-earnings-text {
+ left: 30px;
+ }
+ .box {
+ padding: 25px 2rem;
+ }
+
+ .pos_dashboard select#date_filter {
+ background-position: 29rem !important;
+ }
+}
+
+.sparkboxes .box {
+ padding: 3px 0 0 0;
+ position: relative;
+}
+
+#spark1,
+#spark2,
+#spark3,
+#spark4 {
+ position: relative;
+ padding-top: 15px;
+}
+
+
+/* overrides */
+.sparkboxes #apexcharts-subtitle-text {
+ fill: #8799a2 !important;
+}
+.height-auto {
+ height: auto !important;
+ max-height: none !important;
+}
+.spinner-border {
+ display: none;
+}
\ No newline at end of file
diff --git a/addons/tk_construction_management/static/src/css/lib/style.css b/addons/tk_construction_management/static/src/css/lib/style.css
new file mode 100644
index 0000000..9faa04a
--- /dev/null
+++ b/addons/tk_construction_management/static/src/css/lib/style.css
@@ -0,0 +1,212 @@
+.content-area {
+ max-width: 1070px;
+ margin: 0 auto;
+}
+
+#topnav {
+ background: #37474f;
+ height: 60px;
+ display: flex;
+ flex-direction: row;
+ align-items: center;
+ font-size: 14px;
+}
+
+.admin-menu {
+ color: #fff;
+ font-size: 16px;
+ display: flex;
+ justify-content: center;
+ align-items: center;
+ padding: 15px;
+ flex: 0.05 0 0;
+}
+
+.logo {
+ display: flex;
+ flex-direction: row;
+ align-items: center;
+ flex: 1 0 0;
+}
+
+.logo-t {
+ width: 32px;
+ height: 32px;
+ border: 2px solid #26c6da;
+ text-align: center;
+ line-height: 28px;
+ border-radius: 50%;
+ margin-right: 15px;
+ margin-left: 5px;
+ padding-left: 3px;
+}
+
+.search-bar {
+ flex: 2 0 0;
+ align-items: center;
+ justify-content: space-between;
+ background: #232e34;
+ overflow: hidden;
+ display: flex;
+ height: 36px;
+ border-radius: 35px;
+ color: rgba(255, 255, 255, 0.5);
+}
+
+.search-bar-dropdown {
+ flex: 1 0 0;
+ height: 40px;
+ line-height: 40px;
+ padding: 0 18px;
+ margin-right: 15px;
+ background: #2c393f;
+
+}
+
+.search-bar-input {
+ flex: 2 0 0;
+ display: flex;
+ justify-content: flex-end;
+ padding: 0 18px;
+ line-height: 40px;
+ align-items: center;
+}
+
+.search-bar-input input[type="text"] {
+ width: 100%;
+ background: transparent;
+ border: 0;
+ color: rgba(255, 255, 255, 0.5);
+}
+
+.search-bar-input input:focus {
+ outline: none;
+}
+
+.box {
+ max-height: 444px;
+}
+.box-full {
+ max-height: 470px;
+}
+
+.box .cog-icon {
+ cursor: pointer;
+ position: absolute;
+ right: 55px;
+ top: 25px;
+ z-index: 10;
+}
+
+@media screen and (max-width:760px) {
+ #topnav {
+ flex-wrap: wrap;
+ }
+
+ .admin-menu {
+ flex-basis: 20%;
+ }
+
+ .logo {
+ justify-content: flex-end;
+ padding-right: 10px;
+ }
+
+ .logo {
+ flex-basis: 80%;
+ }
+
+ .topnav-rightmenu,
+ .search-bar {
+ display: none;
+ }
+}
+
+.box {
+ padding: 25px 35px 25px 30px;
+ height: 100vh;
+ background: #fff;
+ border-radius: 15px;
+ box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
+ backdrop-filter: blur(20px);
+ -webkit-backdrop-filter: blur(20px);
+ border: 1px solid rgba(255, 255, 255, 1);
+}
+
+#monthly-earnings-chart #apexcharts-canvas {
+ position: relative;
+}
+
+#monthly-earnings-chart #apexcharts-canvas:after {
+ content: "";
+ position: absolute;
+ left: 0;
+ right: 58%;
+ top: 0;
+ bottom: 0;
+ background: #24bdd3;
+ opacity: 0.65;
+}
+
+#monthly-earnings-chart #apexcharts-title-text {
+ font-weight: 600;
+}
+
+#monthly-earnings-chart #apexcharts-subtitle-text {
+ font-weight: 700;
+}
+
+.monthly-earnings-text {
+ position: absolute;
+ left: 70px;
+ top: 187px;
+ color: #fff;
+ z-index: 10;
+}
+
+.monthly-earnings-text h6 {
+ font-size: 16px;
+}
+
+.chart-title h5 {
+ font-size: 18px;
+ color: rgba(51, 51, 51, 1);
+ margin-bottom: 38px;
+}
+
+
+@media screen and (max-width:760px) {
+ .monthly-earnings-text {
+ left: 30px;
+ }
+
+ .box {
+ padding: 25px 0;
+ }
+}
+
+.sparkboxes .box {
+ padding: 3px 0 0 0;
+ position: relative;
+}
+
+#spark1,
+#spark2,
+#spark3,
+#spark4 {
+ position: relative;
+ padding-top: 15px;
+}
+
+
+/* overrides */
+.sparkboxes #apexcharts-subtitle-text {
+ fill: #8799a2 !important;
+}
+.height-auto {
+ height: auto !important;
+ max-height: none !important;
+}
+.spinner-border {
+ display: none;
+}
\ No newline at end of file
diff --git a/addons/tk_construction_management/static/src/css/style.scss b/addons/tk_construction_management/static/src/css/style.scss
new file mode 100644
index 0000000..459f675
--- /dev/null
+++ b/addons/tk_construction_management/static/src/css/style.scss
@@ -0,0 +1,242 @@
+.o_action_manager {
+ overflow: auto !important;
+}
+.construction_dashboard {
+ background-color: #f8f9fa !important;
+ height: 100%;
+ .d-flex {
+ display: flex;
+ }
+
+ .just-end {
+ justify-content: flex-end;
+ }
+
+ .tk-form-control {
+ width: 150px;
+ border-radius: 1px !important;
+ border: none !important;
+ background-color: #eef3f7;
+ border-color: #F5F8FA;
+ color: #5E6278;
+ transition: color 0.2s ease, background-color 0.2s ease;
+ }
+
+ .tk-btn-prime {
+ border-radius: 1px !important;
+ }
+
+ .me-2 {
+ margin-right: .5rem !important;
+ }
+
+ .card {
+ position: relative;
+ display: flex;
+ flex-direction: column;
+ min-width: 0;
+ word-wrap: break-word;
+ background-color: #fff;
+ background-clip: border-box;
+ border-radius: .475rem;
+ border: 0;
+ box-shadow: 0 0 20px 0 rgba(76, 87, 125, .02);
+ }
+ .card.card-xl-stretch.mb-xl-8:hover {
+ transform: translateY(-5px) scale(1.005) translateZ(0);
+ box-shadow: 0 24px 36px rgba(0, 0, 0, 0.11), 0 24px 46px transparent;
+ cursor: pointer;
+ }
+ .card-body {
+ flex: 1 1 auto;
+ padding: 1rem 1rem;
+ }
+
+ .card-p {
+ padding: 2rem 2.25rem !important;
+ }
+
+ .flex-stack {
+ justify-content: space-between;
+ align-items: center;
+ }
+
+ .flex-grow-1 {
+ flex-grow: 1 !important;
+ }
+
+ .d-flex {
+ display: flex !important;
+ }
+
+ .symbol {
+ display: inline-block;
+ flex-shrink: 0;
+ position: relative;
+ border-radius: .475rem;
+ }
+
+ .symbol .symbol-label {
+ display: flex;
+ align-items: center;
+ justify-content: center;
+ font-weight: 500;
+ color: #3f4254;
+ background-color: #f5f8fa;
+ background-repeat: no-repeat;
+ background-position: center center;
+ background-size: cover;
+ border-radius: .475rem;
+ width: 50px;
+ height: 50px;
+ }
+
+ .svg-icon.svg-icon-info svg [fill]:not(.permanent):not(g) {
+ transition: fill .3s ease;
+ fill: #009ef7;
+ }
+
+ .svg-icon.svg-icon-warning svg [fill]:not(.permanent):not(g) {
+ transition: fill .3s ease;
+ fill: #ffc700;
+ }
+
+ .svg-icon.svg-icon-success svg [fill]:not(.permanent):not(g) {
+ transition: fill .3s ease;
+ fill: #50cd89;
+ }
+
+ .svg-icon.svg-icon-danger svg [fill]:not(.permanent):not(g) {
+ transition: fill .3s ease;
+ fill: #f1416c;
+ }
+ .svg-icon.svg-icon-general svg [fill]:not(.permanent):not(g) {
+ transition: fill .3s ease;
+ fill: #7239ea;
+ }
+ .svg-icon.svg-icon-progress svg [fill]:not(.permanent):not(g) {
+ transition: fill .3s ease;
+ fill: #ff9800;
+ }
+
+ .bg-light-info {
+ background-color: #f1faff !important;
+ }
+
+ .bg-light-success {
+ background-color: #e8fff3 !important;
+ }
+
+ .bg-light-warning {
+ background-color: #fff8dd !important;
+ }
+
+ .bg-light-danger {
+ background-color: #fff5f8 !important;
+ }
+ .bg-light-progress {
+ background-color: #fff0ce !important;
+ }
+
+ .bg-light-ship {
+ background-color: #f8f5ff!important;
+ }
+ .text-end {
+ text-align: right !important;
+ }
+
+ .text-dark {
+ color: #181c32 !important;
+ }
+
+ .fw-bolder {
+ font-weight: 600 !important;
+ }
+
+ .text-muted {
+ color: #a1a5b7 !important;
+ font-weight: 700;
+ }
+
+ .btn.btn-icon {
+ display: inline-flex;
+ align-items: center;
+ justify-content: center;
+ padding: 0;
+ }
+
+ .btn-sm, .btn-group-sm > .btn {
+ padding: 0.25rem 0.5rem;
+ font-size: 0.94791667rem;
+ line-height: 1.5;
+ border-radius: 0.2rem;
+ background-color: #f5f8fa;
+ }
+
+ .svg-icon.svg-icon-3 svg {
+ height: 2rem !important;
+ width: 2rem !important;
+ padding: 0.35rem;
+
+
+ }
+
+ .svg-icon svg [fill]:not(.permanent):not(g) {
+ transition: fill .3s ease;
+ fill: #a1a5b7;
+
+ &:hover{
+ fill: #009ef7;
+ }
+ }
+ .svg-icon svg:hover [fill]:not(.permanent):not(g) {
+ transition: fill .3s ease;
+ fill: #009ef7;
+ }
+
+ .badge {
+ display: inline-block;
+ padding: 0.5em 0.85em;
+ font-size: .85rem;
+ font-weight: 600;
+ line-height: 1;
+ color: #fff;
+ text-align: center;
+ white-space: nowrap;
+ vertical-align: baseline;
+ border-radius: 0.475rem;
+ border: none !important;
+ }
+ .badge-light-success {
+ color: #50cd89;
+ background-color: #e8fff3;
+ }
+ .badge-light-danger {
+ color: #f1416c;
+ background-color: #fff5f8;
+ }
+ .badge-light-info {
+ color: #009ef7;
+ background-color: #f1faff;
+ }
+ .badge-light-warning {
+ color: #ffc700;
+ background-color: #fff8dd;
+ }
+ .badge-light-primary {
+ color: #7239ea;
+ background-color: #f8f5ff;
+ }
+ .fw-bolder-7 {
+ font-weight: 700!important;
+ }
+ div.dataTables_wrapper div.dataTables_filter input:focus-visible{
+ outline: none !important;
+ }
+ div.dataTables_wrapper div.dataTables_filter input{
+ border: 1px solid gray !important;
+ }
+ .paginate_button{
+ margin-right: 10px !important;
+ }
+}
\ No newline at end of file
diff --git a/addons/tk_construction_management/static/src/img/equip.svg b/addons/tk_construction_management/static/src/img/equip.svg
new file mode 100644
index 0000000..2ab9b58
--- /dev/null
+++ b/addons/tk_construction_management/static/src/img/equip.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/addons/tk_construction_management/static/src/img/labour.svg b/addons/tk_construction_management/static/src/img/labour.svg
new file mode 100644
index 0000000..c91065c
--- /dev/null
+++ b/addons/tk_construction_management/static/src/img/labour.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/addons/tk_construction_management/static/src/img/material.svg b/addons/tk_construction_management/static/src/img/material.svg
new file mode 100644
index 0000000..465f814
--- /dev/null
+++ b/addons/tk_construction_management/static/src/img/material.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/addons/tk_construction_management/static/src/img/overhead.svg b/addons/tk_construction_management/static/src/img/overhead.svg
new file mode 100644
index 0000000..4ed7bd7
--- /dev/null
+++ b/addons/tk_construction_management/static/src/img/overhead.svg
@@ -0,0 +1 @@
+toolbox-repairing
\ No newline at end of file
diff --git a/addons/tk_construction_management/static/src/js/construction_dashboard.js b/addons/tk_construction_management/static/src/js/construction_dashboard.js
new file mode 100644
index 0000000..d2d551c
--- /dev/null
+++ b/addons/tk_construction_management/static/src/js/construction_dashboard.js
@@ -0,0 +1,255 @@
+/** @odoo-module **/
+
+import { Component, useRef, onMounted, useState } from "@odoo/owl";
+import { useService } from "@web/core/utils/hooks";
+import { registry } from "@web/core/registry";
+import { rpc } from "@web/core/network/rpc";
+import { _t } from "@web/core/l10n/translation";
+
+export class ConstructionDashboard extends Component {
+// static template = "ConstructionDashboard";
+ setup() {
+ this.rpc = rpc;
+ this.action = useService("action");
+ this.orm = useService("orm");
+ // reactive state
+ this.state = useState({
+ selectedSite: "all_site",
+ selectedProject: "all_project",
+ sites: [],
+ projects: [],
+ stats: {},
+ });
+
+ // Chart containers
+ this.refs = {
+ siteStateChart: useRef("siteStateChart"),
+ mrqStateChart: useRef("mrqStateChart"),
+ internalTransferChart: useRef("internalTransferChart"),
+ constructionTimeline: useRef("constructionTimeline"),
+ projectTimeline: useRef("projectTimeline"),
+ projectStatusChart: useRef("projectStatusChart"),
+ jobOrderPoChart: useRef("jobOrderPoChart"),
+ };
+
+// onMounted(() => this.loadInitialData());
+ onMounted(() => {
+ this.loadInitialData();
+ });
+ }
+
+ async loadInitialData() {
+// const result = await this.rpc({
+// model: "tk.construction.dashboard",
+// method: "get_construction_state",
+// args: [false, false],
+// });
+ const result = await this.orm.call("tk.construction.dashboard", "get_construction_state", [false, false]);
+ console.log(result,'dasdsa');
+
+ this.state.stats = result;
+ this.state.sites = Object.entries(result.con_sites || {}).map(([id, name]) => ({ id, name }));
+ this.renderCharts(result);
+
+ }
+
+ async onSiteChange(ev) {
+ this.state.selectedSite = ev.target.value;
+ this.state.selectedProject = "all_project";
+ const data = await this.orm.call("tk.construction.dashboard", "get_project_list", [this.state.selectedSite]);
+// const data = await this.rpc({
+// model: "tk.construction.dashboard",
+// method: "get_project_list",
+// args: [this.state.selectedSite],
+// });
+
+ this.state.projects = Object.entries(data || {}).map(([id, name]) => ({ id, name }));
+ await this.updateStats();
+ }
+
+ async onProjectChange(ev) {
+ this.state.selectedProject = ev.target.value;
+ await this.updateStats();
+ }
+
+ async updateStats() {
+// const data = await this.rpc({
+// model: "tk.construction.dashboard",
+// method: "get_construction_state",
+// args: [this.state.selectedSite, this.state.selectedProject],
+// });
+ const data = await this.orm.call("tk.construction.dashboard", "get_construction_state", [this.state.selectedSite, this.state.selectedProject]);
+
+ this.state.stats = data;
+ this.renderCharts(data);
+ console.log(this.state.stats,'dasdsa');
+ }
+
+ openAction(name, resModel, domain = []) {
+ this.action.doAction({
+ name: _t(name),
+ type: "ir.actions.act_window",
+ res_model: resModel,
+ domain,
+ views: [[false, "list"], [false, "form"]],
+ target: "current",
+ });
+ }
+
+ // 👇 Public methods that are bound in template
+ viewTotalSite = () => this.openAction("Project", "tk.construction.site");
+
+ async viewTotalProject() {
+ const domain = await this.getProjectDomain(0);
+ this.openAction("Projects", "tk.construction.project", domain);
+ }
+
+ async viewTotalMrq() {
+ const domain = await this.getProjectDomain(1);
+ this.openAction("Material Requisition", "material.requisition", domain);
+ }
+
+ async viewTotalJobSheet() {
+ const domain = await this.getProjectDomain(1);
+ this.openAction("Job Costing", "job.costing", domain);
+ }
+
+ async viewTotalJobOrder() {
+ const domain = await this.getProjectDomain(1);
+ this.openAction("Work Order", "job.order", domain);
+ }
+
+ async viewProjectPlanning() {
+ const domain = await this.getProjectDomain(0);
+ domain.push(["stage", "=", "Planning"]);
+ this.openAction("Project Planning", "tk.construction.project", domain);
+ }
+
+ async viewProjectProcurement() {
+ const domain = await this.getProjectDomain(0);
+ domain.push(["stage", "=", "Procurement"]);
+ this.openAction("Project Procurement", "tk.construction.project", domain);
+ }
+
+ async viewProjectConstruction() {
+ const domain = await this.getProjectDomain(0);
+ domain.push(["stage", "=", "Construction"]);
+ this.openAction("Project Construction", "tk.construction.project", domain);
+ }
+
+ async viewProjectHandover() {
+ const domain = await this.getProjectDomain(0);
+ domain.push(["stage", "=", "Handover"]);
+ this.openAction("Project Handover", "tk.construction.project", domain);
+ }
+
+ async getProjectDomain(index = 0) {
+// const res = await this.rpc({
+// model: "tk.construction.dashboard",
+// method: "get_construction_project_domain",
+// args: [this.state.selectedSite, this.state.selectedProject],
+// });
+ const res = await this.orm.call("tk.construction.dashboard", "get_construction_project_domain", [this.state.selectedSite, this.state.selectedProject]);
+
+ return res && res.length ? res[index] : [];
+ }
+
+ renderCharts(data) {
+ if (!window.ApexCharts) return;
+
+ // Site State
+ this.renderGraph(this.refs.siteStateChart.el, {
+ chart: { type: "donut", height: 410 },
+ series: data.site_state?.[1] || [],
+ labels: data.site_state?.[0] || [],
+ legend: { position: "bottom" },
+ dataLabels: { enabled: false },
+ });
+
+ // Material Requisition
+ this.renderGraph(this.refs.mrqStateChart.el, {
+ chart: { type: "pie", height: 410 },
+ series: data.mrq_state?.[1] || [],
+ labels: data.mrq_state?.[0] || [],
+ legend: { position: "bottom" },
+ dataLabels: { enabled: false },
+ });
+
+ // Internal Transfer
+ this.renderGraph(this.refs.internalTransferChart.el, {
+ chart: { type: "donut", height: 410 },
+ series: data.internal_state?.[1] || [],
+ labels: data.internal_state?.[0] || [],
+ legend: { position: "bottom" },
+ dataLabels: { enabled: false },
+ });
+
+ // Project Timeline
+ this.renderTimeline(this.refs.projectTimeline.el, data.project_timeline || [], "Project");
+
+ // Site Timeline
+ this.renderTimeline(this.refs.constructionTimeline.el, data.site_timeline || [], "Timeline");
+
+ // Project Status
+ this.renderGraph(this.refs.projectStatusChart.el, {
+ chart: { type: "donut", height: 410 },
+ series: data.project_status?.[1] || [],
+ labels: data.project_status?.[0] || [],
+ legend: { position: "bottom" },
+ dataLabels: { enabled: false },
+ });
+
+ // Job Order PO
+ this.renderGraph(this.refs.jobOrderPoChart.el, {
+ chart: { type: "line", height: 350, zoom: { enabled: true } },
+ series: [
+ { name: "Material PO", data: data.job_order_po?.[1] || [] },
+ { name: "Equipment PO", data: data.job_order_po?.[2] || [] },
+ { name: "Labour PO", data: data.job_order_po?.[3] || [] },
+ { name: "Overhead PO", data: data.job_order_po?.[4] || [] },
+ ],
+ xaxis: { categories: data.job_order_po?.[0] || [] },
+ dataLabels: { enabled: false },
+ legend: {
+ tooltipHoverFormatter: function (val, opts) {
+ return `${val} - ${opts.w.globals.series[opts.seriesIndex][opts.dataPointIndex]}`;
+ },
+ },
+ });
+ }
+
+ renderGraph(el, options) {
+ if (!el) return;
+ el.innerHTML = "";
+ const chart = new ApexCharts(el, options);
+ chart.render();
+ }
+
+ renderTimeline(el, timelineData, label = "Timeline") {
+ const series = (timelineData || []).map((entry) => ({
+ name: entry.name,
+ data: [
+ {
+ x: label,
+ y: [new Date(entry.start_date).getTime(), new Date(entry.end_date).getTime()],
+ },
+ ],
+ }));
+
+ this.renderGraph(el, {
+ chart: { height: 350, type: "rangeBar" },
+ plotOptions: { bar: { horizontal: true } },
+ series,
+ xaxis: { type: "datetime" },
+ dataLabels: {
+ enabled: true,
+ formatter: function (val) {
+ const diff = (val[1] - val[0]) / (1000 * 60 * 60 * 24);
+ return `${diff} ${diff > 1 ? "days" : "day"}`;
+ },
+ },
+ });
+ }
+}
+ConstructionDashboard.template = "tk_construction_management.ConstructionDashboard";
+registry.category("actions").add("construction_dashboard", ConstructionDashboard);
diff --git a/addons/tk_construction_management/static/src/js/lib/apexcharts.js b/addons/tk_construction_management/static/src/js/lib/apexcharts.js
new file mode 100644
index 0000000..9f76573
--- /dev/null
+++ b/addons/tk_construction_management/static/src/js/lib/apexcharts.js
@@ -0,0 +1,31361 @@
+/*!
+ * ApexCharts v3.29.0
+ * (c) 2018-2021 ApexCharts
+ * Released under the MIT License.
+ */
+(function (global, factory) {
+ typeof exports === 'object' && typeof module !== 'undefined' ? module.exports = factory() :
+ typeof define === 'function' && define.amd ? define(factory) :
+ (global = typeof globalThis !== 'undefined' ? globalThis : global || self, global.ApexCharts = factory());
+}(this, (function () { 'use strict';
+
+ function _typeof(obj) {
+ "@babel/helpers - typeof";
+
+ if (typeof Symbol === "function" && typeof Symbol.iterator === "symbol") {
+ _typeof = function (obj) {
+ return typeof obj;
+ };
+ } else {
+ _typeof = function (obj) {
+ return obj && typeof Symbol === "function" && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj;
+ };
+ }
+
+ return _typeof(obj);
+ }
+
+ function _classCallCheck(instance, Constructor) {
+ if (!(instance instanceof Constructor)) {
+ throw new TypeError("Cannot call a class as a function");
+ }
+ }
+
+ function _defineProperties(target, props) {
+ for (var i = 0; i < props.length; i++) {
+ var descriptor = props[i];
+ descriptor.enumerable = descriptor.enumerable || false;
+ descriptor.configurable = true;
+ if ("value" in descriptor) descriptor.writable = true;
+ Object.defineProperty(target, descriptor.key, descriptor);
+ }
+ }
+
+ function _createClass(Constructor, protoProps, staticProps) {
+ if (protoProps) _defineProperties(Constructor.prototype, protoProps);
+ if (staticProps) _defineProperties(Constructor, staticProps);
+ return Constructor;
+ }
+
+ function _defineProperty(obj, key, value) {
+ if (key in obj) {
+ Object.defineProperty(obj, key, {
+ value: value,
+ enumerable: true,
+ configurable: true,
+ writable: true
+ });
+ } else {
+ obj[key] = value;
+ }
+
+ return obj;
+ }
+
+ function ownKeys(object, enumerableOnly) {
+ var keys = Object.keys(object);
+
+ if (Object.getOwnPropertySymbols) {
+ var symbols = Object.getOwnPropertySymbols(object);
+ if (enumerableOnly) symbols = symbols.filter(function (sym) {
+ return Object.getOwnPropertyDescriptor(object, sym).enumerable;
+ });
+ keys.push.apply(keys, symbols);
+ }
+
+ return keys;
+ }
+
+ function _objectSpread2(target) {
+ for (var i = 1; i < arguments.length; i++) {
+ var source = arguments[i] != null ? arguments[i] : {};
+
+ if (i % 2) {
+ ownKeys(Object(source), true).forEach(function (key) {
+ _defineProperty(target, key, source[key]);
+ });
+ } else if (Object.getOwnPropertyDescriptors) {
+ Object.defineProperties(target, Object.getOwnPropertyDescriptors(source));
+ } else {
+ ownKeys(Object(source)).forEach(function (key) {
+ Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key));
+ });
+ }
+ }
+
+ return target;
+ }
+
+ function _inherits(subClass, superClass) {
+ if (typeof superClass !== "function" && superClass !== null) {
+ throw new TypeError("Super expression must either be null or a function");
+ }
+
+ subClass.prototype = Object.create(superClass && superClass.prototype, {
+ constructor: {
+ value: subClass,
+ writable: true,
+ configurable: true
+ }
+ });
+ if (superClass) _setPrototypeOf(subClass, superClass);
+ }
+
+ function _getPrototypeOf(o) {
+ _getPrototypeOf = Object.setPrototypeOf ? Object.getPrototypeOf : function _getPrototypeOf(o) {
+ return o.__proto__ || Object.getPrototypeOf(o);
+ };
+ return _getPrototypeOf(o);
+ }
+
+ function _setPrototypeOf(o, p) {
+ _setPrototypeOf = Object.setPrototypeOf || function _setPrototypeOf(o, p) {
+ o.__proto__ = p;
+ return o;
+ };
+
+ return _setPrototypeOf(o, p);
+ }
+
+ function _isNativeReflectConstruct() {
+ if (typeof Reflect === "undefined" || !Reflect.construct) return false;
+ if (Reflect.construct.sham) return false;
+ if (typeof Proxy === "function") return true;
+
+ try {
+ Date.prototype.toString.call(Reflect.construct(Date, [], function () {}));
+ return true;
+ } catch (e) {
+ return false;
+ }
+ }
+
+ function _assertThisInitialized(self) {
+ if (self === void 0) {
+ throw new ReferenceError("this hasn't been initialised - super() hasn't been called");
+ }
+
+ return self;
+ }
+
+ function _possibleConstructorReturn(self, call) {
+ if (call && (typeof call === "object" || typeof call === "function")) {
+ return call;
+ }
+
+ return _assertThisInitialized(self);
+ }
+
+ function _createSuper(Derived) {
+ var hasNativeReflectConstruct = _isNativeReflectConstruct();
+
+ return function _createSuperInternal() {
+ var Super = _getPrototypeOf(Derived),
+ result;
+
+ if (hasNativeReflectConstruct) {
+ var NewTarget = _getPrototypeOf(this).constructor;
+
+ result = Reflect.construct(Super, arguments, NewTarget);
+ } else {
+ result = Super.apply(this, arguments);
+ }
+
+ return _possibleConstructorReturn(this, result);
+ };
+ }
+
+ function _toConsumableArray(arr) {
+ return _arrayWithoutHoles(arr) || _iterableToArray(arr) || _unsupportedIterableToArray(arr) || _nonIterableSpread();
+ }
+
+ function _arrayWithoutHoles(arr) {
+ if (Array.isArray(arr)) return _arrayLikeToArray(arr);
+ }
+
+ function _iterableToArray(iter) {
+ if (typeof Symbol !== "undefined" && Symbol.iterator in Object(iter)) return Array.from(iter);
+ }
+
+ function _unsupportedIterableToArray(o, minLen) {
+ if (!o) return;
+ if (typeof o === "string") return _arrayLikeToArray(o, minLen);
+ var n = Object.prototype.toString.call(o).slice(8, -1);
+ if (n === "Object" && o.constructor) n = o.constructor.name;
+ if (n === "Map" || n === "Set") return Array.from(o);
+ if (n === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)) return _arrayLikeToArray(o, minLen);
+ }
+
+ function _arrayLikeToArray(arr, len) {
+ if (len == null || len > arr.length) len = arr.length;
+
+ for (var i = 0, arr2 = new Array(len); i < len; i++) arr2[i] = arr[i];
+
+ return arr2;
+ }
+
+ function _nonIterableSpread() {
+ throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.");
+ }
+
+ /*
+ ** Generic functions which are not dependent on ApexCharts
+ */
+ var Utils$1 = /*#__PURE__*/function () {
+ function Utils() {
+ _classCallCheck(this, Utils);
+ }
+
+ _createClass(Utils, [{
+ key: "shadeRGBColor",
+ value: function shadeRGBColor(percent, color) {
+ var f = color.split(','),
+ t = percent < 0 ? 0 : 255,
+ p = percent < 0 ? percent * -1 : percent,
+ R = parseInt(f[0].slice(4), 10),
+ G = parseInt(f[1], 10),
+ B = parseInt(f[2], 10);
+ return 'rgb(' + (Math.round((t - R) * p) + R) + ',' + (Math.round((t - G) * p) + G) + ',' + (Math.round((t - B) * p) + B) + ')';
+ }
+ }, {
+ key: "shadeHexColor",
+ value: function shadeHexColor(percent, color) {
+ var f = parseInt(color.slice(1), 16),
+ t = percent < 0 ? 0 : 255,
+ p = percent < 0 ? percent * -1 : percent,
+ R = f >> 16,
+ G = f >> 8 & 0x00ff,
+ B = f & 0x0000ff;
+ return '#' + (0x1000000 + (Math.round((t - R) * p) + R) * 0x10000 + (Math.round((t - G) * p) + G) * 0x100 + (Math.round((t - B) * p) + B)).toString(16).slice(1);
+ } // beautiful color shading blending code
+ // http://stackoverflow.com/questions/5560248/programmatically-lighten-or-darken-a-hex-color-or-rgb-and-blend-colors
+
+ }, {
+ key: "shadeColor",
+ value: function shadeColor(p, color) {
+ if (Utils.isColorHex(color)) {
+ return this.shadeHexColor(p, color);
+ } else {
+ return this.shadeRGBColor(p, color);
+ }
+ }
+ }], [{
+ key: "bind",
+ value: function bind(fn, me) {
+ return function () {
+ return fn.apply(me, arguments);
+ };
+ }
+ }, {
+ key: "isObject",
+ value: function isObject(item) {
+ return item && _typeof(item) === 'object' && !Array.isArray(item) && item != null;
+ }
+ }, {
+ key: "listToArray",
+ value: function listToArray(list) {
+ var i,
+ array = [];
+
+ for (i = 0; i < list.length; i++) {
+ array[i] = list[i];
+ }
+
+ return array;
+ } // to extend defaults with user options
+ // credit: http://stackoverflow.com/questions/27936772/deep-object-merging-in-es6-es7#answer-34749873
+
+ }, {
+ key: "extend",
+ value: function extend(target, source) {
+ var _this = this;
+
+ if (typeof Object.assign !== 'function') {
+
+ (function () {
+ Object.assign = function (target) {
+
+ if (target === undefined || target === null) {
+ throw new TypeError('Cannot convert undefined or null to object');
+ }
+
+ var output = Object(target);
+
+ for (var index = 1; index < arguments.length; index++) {
+ var _source = arguments[index];
+
+ if (_source !== undefined && _source !== null) {
+ for (var nextKey in _source) {
+ if (_source.hasOwnProperty(nextKey)) {
+ output[nextKey] = _source[nextKey];
+ }
+ }
+ }
+ }
+
+ return output;
+ };
+ })();
+ }
+
+ var output = Object.assign({}, target);
+
+ if (this.isObject(target) && this.isObject(source)) {
+ Object.keys(source).forEach(function (key) {
+ if (_this.isObject(source[key])) {
+ if (!(key in target)) {
+ Object.assign(output, _defineProperty({}, key, source[key]));
+ } else {
+ output[key] = _this.extend(target[key], source[key]);
+ }
+ } else {
+ Object.assign(output, _defineProperty({}, key, source[key]));
+ }
+ });
+ }
+
+ return output;
+ }
+ }, {
+ key: "extendArray",
+ value: function extendArray(arrToExtend, resultArr) {
+ var extendedArr = [];
+ arrToExtend.map(function (item) {
+ extendedArr.push(Utils.extend(resultArr, item));
+ });
+ arrToExtend = extendedArr;
+ return arrToExtend;
+ } // If month counter exceeds 12, it starts again from 1
+
+ }, {
+ key: "monthMod",
+ value: function monthMod(month) {
+ return month % 12;
+ }
+ }, {
+ key: "clone",
+ value: function clone(source) {
+ if (Object.prototype.toString.call(source) === '[object Array]') {
+ var cloneResult = [];
+
+ for (var i = 0; i < source.length; i++) {
+ cloneResult[i] = this.clone(source[i]);
+ }
+
+ return cloneResult;
+ } else if (Object.prototype.toString.call(source) === '[object Null]') {
+ // fixes an issue where null values were converted to {}
+ return null;
+ } else if (Object.prototype.toString.call(source) === '[object Date]') {
+ return source;
+ } else if (_typeof(source) === 'object') {
+ var _cloneResult = {};
+
+ for (var prop in source) {
+ if (source.hasOwnProperty(prop)) {
+ _cloneResult[prop] = this.clone(source[prop]);
+ }
+ }
+
+ return _cloneResult;
+ } else {
+ return source;
+ }
+ }
+ }, {
+ key: "log10",
+ value: function log10(x) {
+ return Math.log(x) / Math.LN10;
+ }
+ }, {
+ key: "roundToBase10",
+ value: function roundToBase10(x) {
+ return Math.pow(10, Math.floor(Math.log10(x)));
+ }
+ }, {
+ key: "roundToBase",
+ value: function roundToBase(x, base) {
+ return Math.pow(base, Math.floor(Math.log(x) / Math.log(base)));
+ }
+ }, {
+ key: "parseNumber",
+ value: function parseNumber(val) {
+ if (val === null) return val;
+ return parseFloat(val);
+ }
+ }, {
+ key: "randomId",
+ value: function randomId() {
+ return (Math.random() + 1).toString(36).substring(4);
+ }
+ }, {
+ key: "noExponents",
+ value: function noExponents(val) {
+ var data = String(val).split(/[eE]/);
+ if (data.length === 1) return data[0];
+ var z = '',
+ sign = val < 0 ? '-' : '',
+ str = data[0].replace('.', ''),
+ mag = Number(data[1]) + 1;
+
+ if (mag < 0) {
+ z = sign + '0.';
+
+ while (mag++) {
+ z += '0';
+ }
+
+ return z + str.replace(/^-/, '');
+ }
+
+ mag -= str.length;
+
+ while (mag--) {
+ z += '0';
+ }
+
+ return str + z;
+ }
+ }, {
+ key: "getDimensions",
+ value: function getDimensions(el) {
+ var computedStyle = getComputedStyle(el, null);
+ var elementHeight = el.clientHeight;
+ var elementWidth = el.clientWidth;
+ elementHeight -= parseFloat(computedStyle.paddingTop) + parseFloat(computedStyle.paddingBottom);
+ elementWidth -= parseFloat(computedStyle.paddingLeft) + parseFloat(computedStyle.paddingRight);
+ return [elementWidth, elementHeight];
+ }
+ }, {
+ key: "getBoundingClientRect",
+ value: function getBoundingClientRect(element) {
+ var rect = element.getBoundingClientRect();
+ return {
+ top: rect.top,
+ right: rect.right,
+ bottom: rect.bottom,
+ left: rect.left,
+ width: element.clientWidth,
+ height: element.clientHeight,
+ x: rect.left,
+ y: rect.top
+ };
+ }
+ }, {
+ key: "getLargestStringFromArr",
+ value: function getLargestStringFromArr(arr) {
+ return arr.reduce(function (a, b) {
+ if (Array.isArray(b)) {
+ b = b.reduce(function (aa, bb) {
+ return aa.length > bb.length ? aa : bb;
+ });
+ }
+
+ return a.length > b.length ? a : b;
+ }, 0);
+ } // http://stackoverflow.com/questions/5623838/rgb-to-hex-and-hex-to-rgb#answer-12342275
+
+ }, {
+ key: "hexToRgba",
+ value: function hexToRgba() {
+ var hex = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : '#999999';
+ var opacity = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : 0.6;
+
+ if (hex.substring(0, 1) !== '#') {
+ hex = '#999999';
+ }
+
+ var h = hex.replace('#', '');
+ h = h.match(new RegExp('(.{' + h.length / 3 + '})', 'g'));
+
+ for (var i = 0; i < h.length; i++) {
+ h[i] = parseInt(h[i].length === 1 ? h[i] + h[i] : h[i], 16);
+ }
+
+ if (typeof opacity !== 'undefined') h.push(opacity);
+ return 'rgba(' + h.join(',') + ')';
+ }
+ }, {
+ key: "getOpacityFromRGBA",
+ value: function getOpacityFromRGBA(rgba) {
+ return parseFloat(rgba.replace(/^.*,(.+)\)/, '$1'));
+ }
+ }, {
+ key: "rgb2hex",
+ value: function rgb2hex(rgb) {
+ rgb = rgb.match(/^rgba?[\s+]?\([\s+]?(\d+)[\s+]?,[\s+]?(\d+)[\s+]?,[\s+]?(\d+)[\s+]?/i);
+ return rgb && rgb.length === 4 ? '#' + ('0' + parseInt(rgb[1], 10).toString(16)).slice(-2) + ('0' + parseInt(rgb[2], 10).toString(16)).slice(-2) + ('0' + parseInt(rgb[3], 10).toString(16)).slice(-2) : '';
+ }
+ }, {
+ key: "isColorHex",
+ value: function isColorHex(color) {
+ return /(^#[0-9A-F]{6}$)|(^#[0-9A-F]{3}$)|(^#[0-9A-F]{8}$)/i.test(color);
+ }
+ }, {
+ key: "getPolygonPos",
+ value: function getPolygonPos(size, dataPointsLen) {
+ var dotsArray = [];
+ var angle = Math.PI * 2 / dataPointsLen;
+
+ for (var i = 0; i < dataPointsLen; i++) {
+ var curPos = {};
+ curPos.x = size * Math.sin(i * angle);
+ curPos.y = -size * Math.cos(i * angle);
+ dotsArray.push(curPos);
+ }
+
+ return dotsArray;
+ }
+ }, {
+ key: "polarToCartesian",
+ value: function polarToCartesian(centerX, centerY, radius, angleInDegrees) {
+ var angleInRadians = (angleInDegrees - 90) * Math.PI / 180.0;
+ return {
+ x: centerX + radius * Math.cos(angleInRadians),
+ y: centerY + radius * Math.sin(angleInRadians)
+ };
+ }
+ }, {
+ key: "escapeString",
+ value: function escapeString(str) {
+ var escapeWith = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : 'x';
+ var newStr = str.toString().slice();
+ newStr = newStr.replace(/[` ~!@#$%^&*()_|+\-=?;:'",.<>{}[\]\\/]/gi, escapeWith);
+ return newStr;
+ }
+ }, {
+ key: "negToZero",
+ value: function negToZero(val) {
+ return val < 0 ? 0 : val;
+ }
+ }, {
+ key: "moveIndexInArray",
+ value: function moveIndexInArray(arr, old_index, new_index) {
+ if (new_index >= arr.length) {
+ var k = new_index - arr.length + 1;
+
+ while (k--) {
+ arr.push(undefined);
+ }
+ }
+
+ arr.splice(new_index, 0, arr.splice(old_index, 1)[0]);
+ return arr;
+ }
+ }, {
+ key: "extractNumber",
+ value: function extractNumber(s) {
+ return parseFloat(s.replace(/[^\d.]*/g, ''));
+ }
+ }, {
+ key: "findAncestor",
+ value: function findAncestor(el, cls) {
+ while ((el = el.parentElement) && !el.classList.contains(cls)) {
+ }
+
+ return el;
+ }
+ }, {
+ key: "setELstyles",
+ value: function setELstyles(el, styles) {
+ for (var key in styles) {
+ if (styles.hasOwnProperty(key)) {
+ el.style.key = styles[key];
+ }
+ }
+ }
+ }, {
+ key: "isNumber",
+ value: function isNumber(value) {
+ return !isNaN(value) && parseFloat(Number(value)) === value && !isNaN(parseInt(value, 10));
+ }
+ }, {
+ key: "isFloat",
+ value: function isFloat(n) {
+ return Number(n) === n && n % 1 !== 0;
+ }
+ }, {
+ key: "isSafari",
+ value: function isSafari() {
+ return /^((?!chrome|android).)*safari/i.test(navigator.userAgent);
+ }
+ }, {
+ key: "isFirefox",
+ value: function isFirefox() {
+ return navigator.userAgent.toLowerCase().indexOf('firefox') > -1;
+ }
+ }, {
+ key: "isIE11",
+ value: function isIE11() {
+ if (window.navigator.userAgent.indexOf('MSIE') !== -1 || window.navigator.appVersion.indexOf('Trident/') > -1) {
+ return true;
+ }
+ }
+ }, {
+ key: "isIE",
+ value: function isIE() {
+ var ua = window.navigator.userAgent;
+ var msie = ua.indexOf('MSIE ');
+
+ if (msie > 0) {
+ // IE 10 or older => return version number
+ return parseInt(ua.substring(msie + 5, ua.indexOf('.', msie)), 10);
+ }
+
+ var trident = ua.indexOf('Trident/');
+
+ if (trident > 0) {
+ // IE 11 => return version number
+ var rv = ua.indexOf('rv:');
+ return parseInt(ua.substring(rv + 3, ua.indexOf('.', rv)), 10);
+ }
+
+ var edge = ua.indexOf('Edge/');
+
+ if (edge > 0) {
+ // Edge (IE 12+) => return version number
+ return parseInt(ua.substring(edge + 5, ua.indexOf('.', edge)), 10);
+ } // other browser
+
+
+ return false;
+ }
+ }]);
+
+ return Utils;
+ }();
+
+ /**
+ * ApexCharts Animation Class.
+ *
+ * @module Animations
+ **/
+
+ var Animations = /*#__PURE__*/function () {
+ function Animations(ctx) {
+ _classCallCheck(this, Animations);
+
+ this.ctx = ctx;
+ this.w = ctx.w;
+ this.setEasingFunctions();
+ }
+
+ _createClass(Animations, [{
+ key: "setEasingFunctions",
+ value: function setEasingFunctions() {
+ var easing;
+ if (this.w.globals.easing) return;
+ var userDefinedEasing = this.w.config.chart.animations.easing;
+
+ switch (userDefinedEasing) {
+ case 'linear':
+ {
+ easing = '-';
+ break;
+ }
+
+ case 'easein':
+ {
+ easing = '<';
+ break;
+ }
+
+ case 'easeout':
+ {
+ easing = '>';
+ break;
+ }
+
+ case 'easeinout':
+ {
+ easing = '<>';
+ break;
+ }
+
+ case 'swing':
+ {
+ easing = function easing(pos) {
+ var s = 1.70158;
+ var ret = (pos -= 1) * pos * ((s + 1) * pos + s) + 1;
+ return ret;
+ };
+
+ break;
+ }
+
+ case 'bounce':
+ {
+ easing = function easing(pos) {
+ var ret = '';
+
+ if (pos < 1 / 2.75) {
+ ret = 7.5625 * pos * pos;
+ } else if (pos < 2 / 2.75) {
+ ret = 7.5625 * (pos -= 1.5 / 2.75) * pos + 0.75;
+ } else if (pos < 2.5 / 2.75) {
+ ret = 7.5625 * (pos -= 2.25 / 2.75) * pos + 0.9375;
+ } else {
+ ret = 7.5625 * (pos -= 2.625 / 2.75) * pos + 0.984375;
+ }
+
+ return ret;
+ };
+
+ break;
+ }
+
+ case 'elastic':
+ {
+ easing = function easing(pos) {
+ if (pos === !!pos) return pos;
+ return Math.pow(2, -10 * pos) * Math.sin((pos - 0.075) * (2 * Math.PI) / 0.3) + 1;
+ };
+
+ break;
+ }
+
+ default:
+ {
+ easing = '<>';
+ }
+ }
+
+ this.w.globals.easing = easing;
+ }
+ }, {
+ key: "animateLine",
+ value: function animateLine(el, from, to, speed) {
+ el.attr(from).animate(speed).attr(to);
+ }
+ /*
+ ** Animate radius of a circle element
+ */
+
+ }, {
+ key: "animateMarker",
+ value: function animateMarker(el, from, to, speed, easing, cb) {
+ if (!from) from = 0;
+ el.attr({
+ r: from,
+ width: from,
+ height: from
+ }).animate(speed, easing).attr({
+ r: to,
+ width: to.width,
+ height: to.height
+ }).afterAll(function () {
+ cb();
+ });
+ }
+ /*
+ ** Animate radius and position of a circle element
+ */
+
+ }, {
+ key: "animateCircle",
+ value: function animateCircle(el, from, to, speed, easing) {
+ el.attr({
+ r: from.r,
+ cx: from.cx,
+ cy: from.cy
+ }).animate(speed, easing).attr({
+ r: to.r,
+ cx: to.cx,
+ cy: to.cy
+ });
+ }
+ /*
+ ** Animate rect properties
+ */
+
+ }, {
+ key: "animateRect",
+ value: function animateRect(el, from, to, speed, fn) {
+ el.attr(from).animate(speed).attr(to).afterAll(function () {
+ return fn();
+ });
+ }
+ }, {
+ key: "animatePathsGradually",
+ value: function animatePathsGradually(params) {
+ var el = params.el,
+ realIndex = params.realIndex,
+ j = params.j,
+ fill = params.fill,
+ pathFrom = params.pathFrom,
+ pathTo = params.pathTo,
+ speed = params.speed,
+ delay = params.delay;
+ var me = this;
+ var w = this.w;
+ var delayFactor = 0;
+
+ if (w.config.chart.animations.animateGradually.enabled) {
+ delayFactor = w.config.chart.animations.animateGradually.delay;
+ }
+
+ if (w.config.chart.animations.dynamicAnimation.enabled && w.globals.dataChanged && w.config.chart.type !== 'bar') {
+ // disabled due to this bug - https://github.com/apexcharts/vue-apexcharts/issues/75
+ delayFactor = 0;
+ }
+
+ me.morphSVG(el, realIndex, j, w.config.chart.type === 'line' && !w.globals.comboCharts ? 'stroke' : fill, pathFrom, pathTo, speed, delay * delayFactor);
+ }
+ }, {
+ key: "showDelayedElements",
+ value: function showDelayedElements() {
+ this.w.globals.delayedElements.forEach(function (d) {
+ var ele = d.el;
+ ele.classList.remove('apexcharts-element-hidden');
+ });
+ }
+ }, {
+ key: "animationCompleted",
+ value: function animationCompleted(el) {
+ var w = this.w;
+ if (w.globals.animationEnded) return;
+ w.globals.animationEnded = true;
+ this.showDelayedElements();
+
+ if (typeof w.config.chart.events.animationEnd === 'function') {
+ w.config.chart.events.animationEnd(this.ctx, {
+ el: el,
+ w: w
+ });
+ }
+ } // SVG.js animation for morphing one path to another
+
+ }, {
+ key: "morphSVG",
+ value: function morphSVG(el, realIndex, j, fill, pathFrom, pathTo, speed, delay) {
+ var _this = this;
+
+ var w = this.w;
+
+ if (!pathFrom) {
+ pathFrom = el.attr('pathFrom');
+ }
+
+ if (!pathTo) {
+ pathTo = el.attr('pathTo');
+ }
+
+ var disableAnimationForCorrupPath = function disableAnimationForCorrupPath(path) {
+ if (w.config.chart.type === 'radar') {
+ // radar chart drops the path to bottom and hence a corrup path looks ugly
+ // therefore, disable animation for such a case
+ speed = 1;
+ }
+
+ return "M 0 ".concat(w.globals.gridHeight);
+ };
+
+ if (!pathFrom || pathFrom.indexOf('undefined') > -1 || pathFrom.indexOf('NaN') > -1) {
+ pathFrom = disableAnimationForCorrupPath();
+ }
+
+ if (!pathTo || pathTo.indexOf('undefined') > -1 || pathTo.indexOf('NaN') > -1) {
+ pathTo = disableAnimationForCorrupPath();
+ }
+
+ if (!w.globals.shouldAnimate) {
+ speed = 1;
+ }
+
+ el.plot(pathFrom).animate(1, w.globals.easing, delay).plot(pathFrom).animate(speed, w.globals.easing, delay).plot(pathTo).afterAll(function () {
+ // a flag to indicate that the original mount function can return true now as animation finished here
+ if (Utils$1.isNumber(j)) {
+ if (j === w.globals.series[w.globals.maxValsInArrayIndex].length - 2 && w.globals.shouldAnimate) {
+ _this.animationCompleted(el);
+ }
+ } else if (fill !== 'none' && w.globals.shouldAnimate) {
+ if (!w.globals.comboCharts && realIndex === w.globals.series.length - 1 || w.globals.comboCharts) {
+ _this.animationCompleted(el);
+ }
+ }
+
+ _this.showDelayedElements();
+ });
+ }
+ }]);
+
+ return Animations;
+ }();
+
+ /**
+ * ApexCharts Filters Class for setting hover/active states on the paths.
+ *
+ * @module Formatters
+ **/
+
+ var Filters = /*#__PURE__*/function () {
+ function Filters(ctx) {
+ _classCallCheck(this, Filters);
+
+ this.ctx = ctx;
+ this.w = ctx.w;
+ } // create a re-usable filter which can be appended other filter effects and applied to multiple elements
+
+
+ _createClass(Filters, [{
+ key: "getDefaultFilter",
+ value: function getDefaultFilter(el, i) {
+ var w = this.w;
+ el.unfilter(true);
+ var filter = new window.SVG.Filter();
+ filter.size('120%', '180%', '-5%', '-40%');
+
+ if (w.config.states.normal.filter !== 'none') {
+ this.applyFilter(el, i, w.config.states.normal.filter.type, w.config.states.normal.filter.value);
+ } else {
+ if (w.config.chart.dropShadow.enabled) {
+ this.dropShadow(el, w.config.chart.dropShadow, i);
+ }
+ }
+ }
+ }, {
+ key: "addNormalFilter",
+ value: function addNormalFilter(el, i) {
+ var w = this.w; // revert shadow if it was there
+ // but, ignore marker as marker don't have dropshadow yet
+
+ if (w.config.chart.dropShadow.enabled && !el.node.classList.contains('apexcharts-marker')) {
+ this.dropShadow(el, w.config.chart.dropShadow, i);
+ }
+ } // appends dropShadow to the filter object which can be chained with other filter effects
+
+ }, {
+ key: "addLightenFilter",
+ value: function addLightenFilter(el, i, attrs) {
+ var _this = this;
+
+ var w = this.w;
+ var intensity = attrs.intensity;
+ el.unfilter(true);
+ var filter = new window.SVG.Filter();
+ el.filter(function (add) {
+ var shadowAttr = w.config.chart.dropShadow;
+
+ if (shadowAttr.enabled) {
+ filter = _this.addShadow(add, i, shadowAttr);
+ } else {
+ filter = add;
+ }
+
+ filter.componentTransfer({
+ rgb: {
+ type: 'linear',
+ slope: 1.5,
+ intercept: intensity
+ }
+ });
+ });
+ el.filterer.node.setAttribute('filterUnits', 'userSpaceOnUse');
+
+ this._scaleFilterSize(el.filterer.node);
+ } // appends dropShadow to the filter object which can be chained with other filter effects
+
+ }, {
+ key: "addDarkenFilter",
+ value: function addDarkenFilter(el, i, attrs) {
+ var _this2 = this;
+
+ var w = this.w;
+ var intensity = attrs.intensity;
+ el.unfilter(true);
+ var filter = new window.SVG.Filter();
+ el.filter(function (add) {
+ var shadowAttr = w.config.chart.dropShadow;
+
+ if (shadowAttr.enabled) {
+ filter = _this2.addShadow(add, i, shadowAttr);
+ } else {
+ filter = add;
+ }
+
+ filter.componentTransfer({
+ rgb: {
+ type: 'linear',
+ slope: intensity
+ }
+ });
+ });
+ el.filterer.node.setAttribute('filterUnits', 'userSpaceOnUse');
+
+ this._scaleFilterSize(el.filterer.node);
+ }
+ }, {
+ key: "applyFilter",
+ value: function applyFilter(el, i, filter) {
+ var intensity = arguments.length > 3 && arguments[3] !== undefined ? arguments[3] : 0.5;
+
+ switch (filter) {
+ case 'none':
+ {
+ this.addNormalFilter(el, i);
+ break;
+ }
+
+ case 'lighten':
+ {
+ this.addLightenFilter(el, i, {
+ intensity: intensity
+ });
+ break;
+ }
+
+ case 'darken':
+ {
+ this.addDarkenFilter(el, i, {
+ intensity: intensity
+ });
+ break;
+ }
+ }
+ } // appends dropShadow to the filter object which can be chained with other filter effects
+
+ }, {
+ key: "addShadow",
+ value: function addShadow(add, i, attrs) {
+ var blur = attrs.blur,
+ top = attrs.top,
+ left = attrs.left,
+ color = attrs.color,
+ opacity = attrs.opacity;
+ var shadowBlur = add.flood(Array.isArray(color) ? color[i] : color, opacity).composite(add.sourceAlpha, 'in').offset(left, top).gaussianBlur(blur).merge(add.source);
+ return add.blend(add.source, shadowBlur);
+ } // directly adds dropShadow to the element and returns the same element.
+ // the only way it is different from the addShadow() function is that addShadow is chainable to other filters, while this function discards all filters and add dropShadow
+
+ }, {
+ key: "dropShadow",
+ value: function dropShadow(el, attrs) {
+ var i = arguments.length > 2 && arguments[2] !== undefined ? arguments[2] : 0;
+ var top = attrs.top,
+ left = attrs.left,
+ blur = attrs.blur,
+ color = attrs.color,
+ opacity = attrs.opacity,
+ noUserSpaceOnUse = attrs.noUserSpaceOnUse;
+ var w = this.w;
+ el.unfilter(true);
+
+ if (Utils$1.isIE() && w.config.chart.type === 'radialBar') {
+ // in radialbar charts, dropshadow is clipping actual drawing in IE
+ return el;
+ }
+
+ color = Array.isArray(color) ? color[i] : color;
+ el.filter(function (add) {
+ var shadowBlur = null;
+
+ if (Utils$1.isSafari() || Utils$1.isFirefox() || Utils$1.isIE()) {
+ // safari/firefox/IE have some alternative way to use this filter
+ shadowBlur = add.flood(color, opacity).composite(add.sourceAlpha, 'in').offset(left, top).gaussianBlur(blur);
+ } else {
+ shadowBlur = add.flood(color, opacity).composite(add.sourceAlpha, 'in').offset(left, top).gaussianBlur(blur).merge(add.source);
+ }
+
+ add.blend(add.source, shadowBlur);
+ });
+
+ if (!noUserSpaceOnUse) {
+ el.filterer.node.setAttribute('filterUnits', 'userSpaceOnUse');
+ }
+
+ this._scaleFilterSize(el.filterer.node);
+
+ return el;
+ }
+ }, {
+ key: "setSelectionFilter",
+ value: function setSelectionFilter(el, realIndex, dataPointIndex) {
+ var w = this.w;
+
+ if (typeof w.globals.selectedDataPoints[realIndex] !== 'undefined') {
+ if (w.globals.selectedDataPoints[realIndex].indexOf(dataPointIndex) > -1) {
+ el.node.setAttribute('selected', true);
+ var activeFilter = w.config.states.active.filter;
+
+ if (activeFilter !== 'none') {
+ this.applyFilter(el, realIndex, activeFilter.type, activeFilter.value);
+ }
+ }
+ }
+ }
+ }, {
+ key: "_scaleFilterSize",
+ value: function _scaleFilterSize(el) {
+ var setAttributes = function setAttributes(attrs) {
+ for (var key in attrs) {
+ if (attrs.hasOwnProperty(key)) {
+ el.setAttribute(key, attrs[key]);
+ }
+ }
+ };
+
+ setAttributes({
+ width: '200%',
+ height: '200%',
+ x: '-50%',
+ y: '-50%'
+ });
+ }
+ }]);
+
+ return Filters;
+ }();
+
+ /**
+ * ApexCharts Graphics Class for all drawing operations.
+ *
+ * @module Graphics
+ **/
+
+ var Graphics = /*#__PURE__*/function () {
+ function Graphics(ctx) {
+ _classCallCheck(this, Graphics);
+
+ this.ctx = ctx;
+ this.w = ctx.w;
+ }
+
+ _createClass(Graphics, [{
+ key: "drawLine",
+ value: function drawLine(x1, y1, x2, y2) {
+ var lineColor = arguments.length > 4 && arguments[4] !== undefined ? arguments[4] : '#a8a8a8';
+ var dashArray = arguments.length > 5 && arguments[5] !== undefined ? arguments[5] : 0;
+ var strokeWidth = arguments.length > 6 && arguments[6] !== undefined ? arguments[6] : null;
+ var strokeLineCap = arguments.length > 7 && arguments[7] !== undefined ? arguments[7] : 'butt';
+ var w = this.w;
+ var line = w.globals.dom.Paper.line().attr({
+ x1: x1,
+ y1: y1,
+ x2: x2,
+ y2: y2,
+ stroke: lineColor,
+ 'stroke-dasharray': dashArray,
+ 'stroke-width': strokeWidth,
+ 'stroke-linecap': strokeLineCap
+ });
+ return line;
+ }
+ }, {
+ key: "drawRect",
+ value: function drawRect() {
+ var x1 = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : 0;
+ var y1 = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : 0;
+ var x2 = arguments.length > 2 && arguments[2] !== undefined ? arguments[2] : 0;
+ var y2 = arguments.length > 3 && arguments[3] !== undefined ? arguments[3] : 0;
+ var radius = arguments.length > 4 && arguments[4] !== undefined ? arguments[4] : 0;
+ var color = arguments.length > 5 && arguments[5] !== undefined ? arguments[5] : '#fefefe';
+ var opacity = arguments.length > 6 && arguments[6] !== undefined ? arguments[6] : 1;
+ var strokeWidth = arguments.length > 7 && arguments[7] !== undefined ? arguments[7] : null;
+ var strokeColor = arguments.length > 8 && arguments[8] !== undefined ? arguments[8] : null;
+ var strokeDashArray = arguments.length > 9 && arguments[9] !== undefined ? arguments[9] : 0;
+ var w = this.w;
+ var rect = w.globals.dom.Paper.rect();
+ rect.attr({
+ x: x1,
+ y: y1,
+ width: x2 > 0 ? x2 : 0,
+ height: y2 > 0 ? y2 : 0,
+ rx: radius,
+ ry: radius,
+ opacity: opacity,
+ 'stroke-width': strokeWidth !== null ? strokeWidth : 0,
+ stroke: strokeColor !== null ? strokeColor : 'none',
+ 'stroke-dasharray': strokeDashArray
+ }); // fix apexcharts.js#1410
+
+ rect.node.setAttribute('fill', color);
+ return rect;
+ }
+ }, {
+ key: "drawPolygon",
+ value: function drawPolygon(polygonString) {
+ var stroke = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : '#e1e1e1';
+ var strokeWidth = arguments.length > 2 && arguments[2] !== undefined ? arguments[2] : 1;
+ var fill = arguments.length > 3 && arguments[3] !== undefined ? arguments[3] : 'none';
+ var w = this.w;
+ var polygon = w.globals.dom.Paper.polygon(polygonString).attr({
+ fill: fill,
+ stroke: stroke,
+ 'stroke-width': strokeWidth
+ });
+ return polygon;
+ }
+ }, {
+ key: "drawCircle",
+ value: function drawCircle(radius) {
+ var attrs = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : null;
+ var w = this.w;
+ if (radius < 0) radius = 0;
+ var c = w.globals.dom.Paper.circle(radius * 2);
+
+ if (attrs !== null) {
+ c.attr(attrs);
+ }
+
+ return c;
+ }
+ }, {
+ key: "drawPath",
+ value: function drawPath(_ref) {
+ var _ref$d = _ref.d,
+ d = _ref$d === void 0 ? '' : _ref$d,
+ _ref$stroke = _ref.stroke,
+ stroke = _ref$stroke === void 0 ? '#a8a8a8' : _ref$stroke,
+ _ref$strokeWidth = _ref.strokeWidth,
+ strokeWidth = _ref$strokeWidth === void 0 ? 1 : _ref$strokeWidth,
+ fill = _ref.fill,
+ _ref$fillOpacity = _ref.fillOpacity,
+ fillOpacity = _ref$fillOpacity === void 0 ? 1 : _ref$fillOpacity,
+ _ref$strokeOpacity = _ref.strokeOpacity,
+ strokeOpacity = _ref$strokeOpacity === void 0 ? 1 : _ref$strokeOpacity,
+ classes = _ref.classes,
+ _ref$strokeLinecap = _ref.strokeLinecap,
+ strokeLinecap = _ref$strokeLinecap === void 0 ? null : _ref$strokeLinecap,
+ _ref$strokeDashArray = _ref.strokeDashArray,
+ strokeDashArray = _ref$strokeDashArray === void 0 ? 0 : _ref$strokeDashArray;
+ var w = this.w;
+
+ if (strokeLinecap === null) {
+ strokeLinecap = w.config.stroke.lineCap;
+ }
+
+ if (d.indexOf('undefined') > -1 || d.indexOf('NaN') > -1) {
+ d = "M 0 ".concat(w.globals.gridHeight);
+ }
+
+ var p = w.globals.dom.Paper.path(d).attr({
+ fill: fill,
+ 'fill-opacity': fillOpacity,
+ stroke: stroke,
+ 'stroke-opacity': strokeOpacity,
+ 'stroke-linecap': strokeLinecap,
+ 'stroke-width': strokeWidth,
+ 'stroke-dasharray': strokeDashArray,
+ class: classes
+ });
+ return p;
+ }
+ }, {
+ key: "group",
+ value: function group() {
+ var attrs = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : null;
+ var w = this.w;
+ var g = w.globals.dom.Paper.group();
+
+ if (attrs !== null) {
+ g.attr(attrs);
+ }
+
+ return g;
+ }
+ }, {
+ key: "move",
+ value: function move(x, y) {
+ var move = ['M', x, y].join(' ');
+ return move;
+ }
+ }, {
+ key: "line",
+ value: function line(x, y) {
+ var hORv = arguments.length > 2 && arguments[2] !== undefined ? arguments[2] : null;
+ var line = null;
+
+ if (hORv === null) {
+ line = ['L', x, y].join(' ');
+ } else if (hORv === 'H') {
+ line = ['H', x].join(' ');
+ } else if (hORv === 'V') {
+ line = ['V', y].join(' ');
+ }
+
+ return line;
+ }
+ }, {
+ key: "curve",
+ value: function curve(x1, y1, x2, y2, x, y) {
+ var curve = ['C', x1, y1, x2, y2, x, y].join(' ');
+ return curve;
+ }
+ }, {
+ key: "quadraticCurve",
+ value: function quadraticCurve(x1, y1, x, y) {
+ var curve = ['Q', x1, y1, x, y].join(' ');
+ return curve;
+ }
+ }, {
+ key: "arc",
+ value: function arc(rx, ry, axisRotation, largeArcFlag, sweepFlag, x, y) {
+ var relative = arguments.length > 7 && arguments[7] !== undefined ? arguments[7] : false;
+ var coord = 'A';
+ if (relative) coord = 'a';
+ var arc = [coord, rx, ry, axisRotation, largeArcFlag, sweepFlag, x, y].join(' ');
+ return arc;
+ }
+ /**
+ * @memberof Graphics
+ * @param {object}
+ * i = series's index
+ * realIndex = realIndex is series's actual index when it was drawn time. After several redraws, the iterating "i" may change in loops, but realIndex doesn't
+ * pathFrom = existing pathFrom to animateTo
+ * pathTo = new Path to which d attr will be animated from pathFrom to pathTo
+ * stroke = line Color
+ * strokeWidth = width of path Line
+ * fill = it can be gradient, single color, pattern or image
+ * animationDelay = how much to delay when starting animation (in milliseconds)
+ * dataChangeSpeed = for dynamic animations, when data changes
+ * className = class attribute to add
+ * @return {object} svg.js path object
+ **/
+
+ }, {
+ key: "renderPaths",
+ value: function renderPaths(_ref2) {
+ var j = _ref2.j,
+ realIndex = _ref2.realIndex,
+ pathFrom = _ref2.pathFrom,
+ pathTo = _ref2.pathTo,
+ stroke = _ref2.stroke,
+ strokeWidth = _ref2.strokeWidth,
+ strokeLinecap = _ref2.strokeLinecap,
+ fill = _ref2.fill,
+ animationDelay = _ref2.animationDelay,
+ initialSpeed = _ref2.initialSpeed,
+ dataChangeSpeed = _ref2.dataChangeSpeed,
+ className = _ref2.className,
+ _ref2$shouldClipToGri = _ref2.shouldClipToGrid,
+ shouldClipToGrid = _ref2$shouldClipToGri === void 0 ? true : _ref2$shouldClipToGri,
+ _ref2$bindEventsOnPat = _ref2.bindEventsOnPaths,
+ bindEventsOnPaths = _ref2$bindEventsOnPat === void 0 ? true : _ref2$bindEventsOnPat,
+ _ref2$drawShadow = _ref2.drawShadow,
+ drawShadow = _ref2$drawShadow === void 0 ? true : _ref2$drawShadow;
+ var w = this.w;
+ var filters = new Filters(this.ctx);
+ var anim = new Animations(this.ctx);
+ var initialAnim = this.w.config.chart.animations.enabled;
+ var dynamicAnim = initialAnim && this.w.config.chart.animations.dynamicAnimation.enabled;
+ var d;
+ var shouldAnimate = !!(initialAnim && !w.globals.resized || dynamicAnim && w.globals.dataChanged && w.globals.shouldAnimate);
+
+ if (shouldAnimate) {
+ d = pathFrom;
+ } else {
+ d = pathTo;
+ w.globals.animationEnded = true;
+ }
+
+ var strokeDashArrayOpt = w.config.stroke.dashArray;
+ var strokeDashArray = 0;
+
+ if (Array.isArray(strokeDashArrayOpt)) {
+ strokeDashArray = strokeDashArrayOpt[realIndex];
+ } else {
+ strokeDashArray = w.config.stroke.dashArray;
+ }
+
+ var el = this.drawPath({
+ d: d,
+ stroke: stroke,
+ strokeWidth: strokeWidth,
+ fill: fill,
+ fillOpacity: 1,
+ classes: className,
+ strokeLinecap: strokeLinecap,
+ strokeDashArray: strokeDashArray
+ });
+ el.attr('index', realIndex);
+
+ if (shouldClipToGrid) {
+ el.attr({
+ 'clip-path': "url(#gridRectMask".concat(w.globals.cuid, ")")
+ });
+ } // const defaultFilter = el.filterer
+
+
+ if (w.config.states.normal.filter.type !== 'none') {
+ filters.getDefaultFilter(el, realIndex);
+ } else {
+ if (w.config.chart.dropShadow.enabled && drawShadow) {
+ if (!w.config.chart.dropShadow.enabledOnSeries || w.config.chart.dropShadow.enabledOnSeries && w.config.chart.dropShadow.enabledOnSeries.indexOf(realIndex) !== -1) {
+ var shadow = w.config.chart.dropShadow;
+ filters.dropShadow(el, shadow, realIndex);
+ }
+ }
+ }
+
+ if (bindEventsOnPaths) {
+ el.node.addEventListener('mouseenter', this.pathMouseEnter.bind(this, el));
+ el.node.addEventListener('mouseleave', this.pathMouseLeave.bind(this, el));
+ el.node.addEventListener('mousedown', this.pathMouseDown.bind(this, el));
+ }
+
+ el.attr({
+ pathTo: pathTo,
+ pathFrom: pathFrom
+ });
+ var defaultAnimateOpts = {
+ el: el,
+ j: j,
+ realIndex: realIndex,
+ pathFrom: pathFrom,
+ pathTo: pathTo,
+ fill: fill,
+ strokeWidth: strokeWidth,
+ delay: animationDelay
+ };
+
+ if (initialAnim && !w.globals.resized && !w.globals.dataChanged) {
+ anim.animatePathsGradually(_objectSpread2(_objectSpread2({}, defaultAnimateOpts), {}, {
+ speed: initialSpeed
+ }));
+ } else {
+ if (w.globals.resized || !w.globals.dataChanged) {
+ anim.showDelayedElements();
+ }
+ }
+
+ if (w.globals.dataChanged && dynamicAnim && shouldAnimate) {
+ anim.animatePathsGradually(_objectSpread2(_objectSpread2({}, defaultAnimateOpts), {}, {
+ speed: dataChangeSpeed
+ }));
+ }
+
+ return el;
+ }
+ }, {
+ key: "drawPattern",
+ value: function drawPattern(style, width, height) {
+ var stroke = arguments.length > 3 && arguments[3] !== undefined ? arguments[3] : '#a8a8a8';
+ var strokeWidth = arguments.length > 4 && arguments[4] !== undefined ? arguments[4] : 0;
+ var w = this.w;
+ var p = w.globals.dom.Paper.pattern(width, height, function (add) {
+ if (style === 'horizontalLines') {
+ add.line(0, 0, height, 0).stroke({
+ color: stroke,
+ width: strokeWidth + 1
+ });
+ } else if (style === 'verticalLines') {
+ add.line(0, 0, 0, width).stroke({
+ color: stroke,
+ width: strokeWidth + 1
+ });
+ } else if (style === 'slantedLines') {
+ add.line(0, 0, width, height).stroke({
+ color: stroke,
+ width: strokeWidth
+ });
+ } else if (style === 'squares') {
+ add.rect(width, height).fill('none').stroke({
+ color: stroke,
+ width: strokeWidth
+ });
+ } else if (style === 'circles') {
+ add.circle(width).fill('none').stroke({
+ color: stroke,
+ width: strokeWidth
+ });
+ }
+ });
+ return p;
+ }
+ }, {
+ key: "drawGradient",
+ value: function drawGradient(style, gfrom, gto, opacityFrom, opacityTo) {
+ var size = arguments.length > 5 && arguments[5] !== undefined ? arguments[5] : null;
+ var stops = arguments.length > 6 && arguments[6] !== undefined ? arguments[6] : null;
+ var colorStops = arguments.length > 7 && arguments[7] !== undefined ? arguments[7] : null;
+ var i = arguments.length > 8 && arguments[8] !== undefined ? arguments[8] : 0;
+ var w = this.w;
+ var g;
+
+ if (gfrom.length < 9 && gfrom.indexOf('#') === 0) {
+ // if the hex contains alpha and is of 9 digit, skip the opacity
+ gfrom = Utils$1.hexToRgba(gfrom, opacityFrom);
+ }
+
+ if (gto.length < 9 && gto.indexOf('#') === 0) {
+ gto = Utils$1.hexToRgba(gto, opacityTo);
+ }
+
+ var stop1 = 0;
+ var stop2 = 1;
+ var stop3 = 1;
+ var stop4 = null;
+
+ if (stops !== null) {
+ stop1 = typeof stops[0] !== 'undefined' ? stops[0] / 100 : 0;
+ stop2 = typeof stops[1] !== 'undefined' ? stops[1] / 100 : 1;
+ stop3 = typeof stops[2] !== 'undefined' ? stops[2] / 100 : 1;
+ stop4 = typeof stops[3] !== 'undefined' ? stops[3] / 100 : null;
+ }
+
+ var radial = !!(w.config.chart.type === 'donut' || w.config.chart.type === 'pie' || w.config.chart.type === 'polarArea' || w.config.chart.type === 'bubble');
+
+ if (colorStops === null || colorStops.length === 0) {
+ g = w.globals.dom.Paper.gradient(radial ? 'radial' : 'linear', function (stop) {
+ stop.at(stop1, gfrom, opacityFrom);
+ stop.at(stop2, gto, opacityTo);
+ stop.at(stop3, gto, opacityTo);
+
+ if (stop4 !== null) {
+ stop.at(stop4, gfrom, opacityFrom);
+ }
+ });
+ } else {
+ g = w.globals.dom.Paper.gradient(radial ? 'radial' : 'linear', function (stop) {
+ var gradientStops = Array.isArray(colorStops[i]) ? colorStops[i] : colorStops;
+ gradientStops.forEach(function (s) {
+ stop.at(s.offset / 100, s.color, s.opacity);
+ });
+ });
+ }
+
+ if (!radial) {
+ if (style === 'vertical') {
+ g.from(0, 0).to(0, 1);
+ } else if (style === 'diagonal') {
+ g.from(0, 0).to(1, 1);
+ } else if (style === 'horizontal') {
+ g.from(0, 1).to(1, 1);
+ } else if (style === 'diagonal2') {
+ g.from(1, 0).to(0, 1);
+ }
+ } else {
+ var offx = w.globals.gridWidth / 2;
+ var offy = w.globals.gridHeight / 2;
+
+ if (w.config.chart.type !== 'bubble') {
+ g.attr({
+ gradientUnits: 'userSpaceOnUse',
+ cx: offx,
+ cy: offy,
+ r: size
+ });
+ } else {
+ g.attr({
+ cx: 0.5,
+ cy: 0.5,
+ r: 0.8,
+ fx: 0.2,
+ fy: 0.2
+ });
+ }
+ }
+
+ return g;
+ }
+ }, {
+ key: "drawText",
+ value: function drawText(_ref3) {
+ var x = _ref3.x,
+ y = _ref3.y,
+ text = _ref3.text,
+ textAnchor = _ref3.textAnchor,
+ fontSize = _ref3.fontSize,
+ fontFamily = _ref3.fontFamily,
+ fontWeight = _ref3.fontWeight,
+ foreColor = _ref3.foreColor,
+ opacity = _ref3.opacity,
+ _ref3$cssClass = _ref3.cssClass,
+ cssClass = _ref3$cssClass === void 0 ? '' : _ref3$cssClass,
+ _ref3$isPlainText = _ref3.isPlainText,
+ isPlainText = _ref3$isPlainText === void 0 ? true : _ref3$isPlainText;
+ var w = this.w;
+ if (typeof text === 'undefined') text = '';
+
+ if (!textAnchor) {
+ textAnchor = 'start';
+ }
+
+ if (!foreColor || !foreColor.length) {
+ foreColor = w.config.chart.foreColor;
+ }
+
+ fontFamily = fontFamily || w.config.chart.fontFamily;
+ fontWeight = fontWeight || 'regular';
+ var elText;
+
+ if (Array.isArray(text)) {
+ elText = w.globals.dom.Paper.text(function (add) {
+ for (var i = 0; i < text.length; i++) {
+ i === 0 ? add.tspan(text[i]) : add.tspan(text[i]).newLine();
+ }
+ });
+ } else {
+ elText = isPlainText ? w.globals.dom.Paper.plain(text) : w.globals.dom.Paper.text(function (add) {
+ return add.tspan(text);
+ });
+ }
+
+ elText.attr({
+ x: x,
+ y: y,
+ 'text-anchor': textAnchor,
+ 'dominant-baseline': 'auto',
+ 'font-size': fontSize,
+ 'font-family': fontFamily,
+ 'font-weight': fontWeight,
+ fill: foreColor,
+ class: 'apexcharts-text ' + cssClass
+ });
+ elText.node.style.fontFamily = fontFamily;
+ elText.node.style.opacity = opacity;
+ return elText;
+ }
+ }, {
+ key: "drawMarker",
+ value: function drawMarker(x, y, opts) {
+ x = x || 0;
+ var size = opts.pSize || 0;
+ var elPoint = null;
+
+ if (opts.shape === 'square' || opts.shape === 'rect') {
+ var radius = opts.pRadius === undefined ? size / 2 : opts.pRadius;
+
+ if (y === null || !size) {
+ size = 0;
+ radius = 0;
+ }
+
+ var nSize = size * 1.2 + radius;
+ var p = this.drawRect(nSize, nSize, nSize, nSize, radius);
+ p.attr({
+ x: x - nSize / 2,
+ y: y - nSize / 2,
+ cx: x,
+ cy: y,
+ class: opts.class ? opts.class : '',
+ fill: opts.pointFillColor,
+ 'fill-opacity': opts.pointFillOpacity ? opts.pointFillOpacity : 1,
+ stroke: opts.pointStrokeColor,
+ 'stroke-width': opts.pointStrokeWidth ? opts.pointStrokeWidth : 0,
+ 'stroke-opacity': opts.pointStrokeOpacity ? opts.pointStrokeOpacity : 1
+ });
+ elPoint = p;
+ } else if (opts.shape === 'circle' || !opts.shape) {
+ if (!Utils$1.isNumber(y)) {
+ size = 0;
+ y = 0;
+ } // let nSize = size - opts.pRadius / 2 < 0 ? 0 : size - opts.pRadius / 2
+
+
+ elPoint = this.drawCircle(size, {
+ cx: x,
+ cy: y,
+ class: opts.class ? opts.class : '',
+ stroke: opts.pointStrokeColor,
+ fill: opts.pointFillColor,
+ 'fill-opacity': opts.pointFillOpacity ? opts.pointFillOpacity : 1,
+ 'stroke-width': opts.pointStrokeWidth ? opts.pointStrokeWidth : 0,
+ 'stroke-opacity': opts.pointStrokeOpacity ? opts.pointStrokeOpacity : 1
+ });
+ }
+
+ return elPoint;
+ }
+ }, {
+ key: "pathMouseEnter",
+ value: function pathMouseEnter(path, e) {
+ var w = this.w;
+ var filters = new Filters(this.ctx);
+ var i = parseInt(path.node.getAttribute('index'), 10);
+ var j = parseInt(path.node.getAttribute('j'), 10);
+
+ if (typeof w.config.chart.events.dataPointMouseEnter === 'function') {
+ w.config.chart.events.dataPointMouseEnter(e, this.ctx, {
+ seriesIndex: i,
+ dataPointIndex: j,
+ w: w
+ });
+ }
+
+ this.ctx.events.fireEvent('dataPointMouseEnter', [e, this.ctx, {
+ seriesIndex: i,
+ dataPointIndex: j,
+ w: w
+ }]);
+
+ if (w.config.states.active.filter.type !== 'none') {
+ if (path.node.getAttribute('selected') === 'true') {
+ return;
+ }
+ }
+
+ if (w.config.states.hover.filter.type !== 'none') {
+ if (w.config.states.active.filter.type !== 'none' && !w.globals.isTouchDevice) {
+ var hoverFilter = w.config.states.hover.filter;
+ filters.applyFilter(path, i, hoverFilter.type, hoverFilter.value);
+ }
+ }
+ }
+ }, {
+ key: "pathMouseLeave",
+ value: function pathMouseLeave(path, e) {
+ var w = this.w;
+ var filters = new Filters(this.ctx);
+ var i = parseInt(path.node.getAttribute('index'), 10);
+ var j = parseInt(path.node.getAttribute('j'), 10);
+
+ if (typeof w.config.chart.events.dataPointMouseLeave === 'function') {
+ w.config.chart.events.dataPointMouseLeave(e, this.ctx, {
+ seriesIndex: i,
+ dataPointIndex: j,
+ w: w
+ });
+ }
+
+ this.ctx.events.fireEvent('dataPointMouseLeave', [e, this.ctx, {
+ seriesIndex: i,
+ dataPointIndex: j,
+ w: w
+ }]);
+
+ if (w.config.states.active.filter.type !== 'none') {
+ if (path.node.getAttribute('selected') === 'true') {
+ return;
+ }
+ }
+
+ if (w.config.states.hover.filter.type !== 'none') {
+ filters.getDefaultFilter(path, i);
+ }
+ }
+ }, {
+ key: "pathMouseDown",
+ value: function pathMouseDown(path, e) {
+ var w = this.w;
+ var filters = new Filters(this.ctx);
+ var i = parseInt(path.node.getAttribute('index'), 10);
+ var j = parseInt(path.node.getAttribute('j'), 10);
+ var selected = 'false';
+
+ if (path.node.getAttribute('selected') === 'true') {
+ path.node.setAttribute('selected', 'false');
+
+ if (w.globals.selectedDataPoints[i].indexOf(j) > -1) {
+ var index = w.globals.selectedDataPoints[i].indexOf(j);
+ w.globals.selectedDataPoints[i].splice(index, 1);
+ }
+ } else {
+ if (!w.config.states.active.allowMultipleDataPointsSelection && w.globals.selectedDataPoints.length > 0) {
+ w.globals.selectedDataPoints = [];
+ var elPaths = w.globals.dom.Paper.select('.apexcharts-series path').members;
+ var elCircles = w.globals.dom.Paper.select('.apexcharts-series circle, .apexcharts-series rect').members;
+
+ var deSelect = function deSelect(els) {
+ Array.prototype.forEach.call(els, function (el) {
+ el.node.setAttribute('selected', 'false');
+ filters.getDefaultFilter(el, i);
+ });
+ };
+
+ deSelect(elPaths);
+ deSelect(elCircles);
+ }
+
+ path.node.setAttribute('selected', 'true');
+ selected = 'true';
+
+ if (typeof w.globals.selectedDataPoints[i] === 'undefined') {
+ w.globals.selectedDataPoints[i] = [];
+ }
+
+ w.globals.selectedDataPoints[i].push(j);
+ }
+
+ if (selected === 'true') {
+ var activeFilter = w.config.states.active.filter;
+
+ if (activeFilter !== 'none') {
+ filters.applyFilter(path, i, activeFilter.type, activeFilter.value);
+ }
+ } else {
+ if (w.config.states.active.filter.type !== 'none') {
+ filters.getDefaultFilter(path, i);
+ }
+ }
+
+ if (typeof w.config.chart.events.dataPointSelection === 'function') {
+ w.config.chart.events.dataPointSelection(e, this.ctx, {
+ selectedDataPoints: w.globals.selectedDataPoints,
+ seriesIndex: i,
+ dataPointIndex: j,
+ w: w
+ });
+ }
+
+ if (e) {
+ this.ctx.events.fireEvent('dataPointSelection', [e, this.ctx, {
+ selectedDataPoints: w.globals.selectedDataPoints,
+ seriesIndex: i,
+ dataPointIndex: j,
+ w: w
+ }]);
+ }
+ }
+ }, {
+ key: "rotateAroundCenter",
+ value: function rotateAroundCenter(el) {
+ var coord = el.getBBox();
+ var x = coord.x + coord.width / 2;
+ var y = coord.y + coord.height / 2;
+ return {
+ x: x,
+ y: y
+ };
+ }
+ }, {
+ key: "getTextRects",
+ value: function getTextRects(text, fontSize, fontFamily, transform) {
+ var useBBox = arguments.length > 4 && arguments[4] !== undefined ? arguments[4] : true;
+ var w = this.w;
+ var virtualText = this.drawText({
+ x: -200,
+ y: -200,
+ text: text,
+ textAnchor: 'start',
+ fontSize: fontSize,
+ fontFamily: fontFamily,
+ foreColor: '#fff',
+ opacity: 0
+ });
+
+ if (transform) {
+ virtualText.attr('transform', transform);
+ }
+
+ w.globals.dom.Paper.add(virtualText);
+ var rect = virtualText.bbox();
+
+ if (!useBBox) {
+ rect = virtualText.node.getBoundingClientRect();
+ }
+
+ virtualText.remove();
+ return {
+ width: rect.width,
+ height: rect.height
+ };
+ }
+ /**
+ * append ... to long text
+ * http://stackoverflow.com/questions/9241315/trimming-text-to-a-given-pixel-width-in-svg
+ * @memberof Graphics
+ **/
+
+ }, {
+ key: "placeTextWithEllipsis",
+ value: function placeTextWithEllipsis(textObj, textString, width) {
+ if (typeof textObj.getComputedTextLength !== 'function') return;
+ textObj.textContent = textString;
+
+ if (textString.length > 0) {
+ // ellipsis is needed
+ if (textObj.getComputedTextLength() >= width / 1.1) {
+ for (var x = textString.length - 3; x > 0; x -= 3) {
+ if (textObj.getSubStringLength(0, x) <= width / 1.1) {
+ textObj.textContent = textString.substring(0, x) + '...';
+ return;
+ }
+ }
+
+ textObj.textContent = '.'; // can't place at all
+ }
+ }
+ }
+ }], [{
+ key: "setAttrs",
+ value: function setAttrs(el, attrs) {
+ for (var key in attrs) {
+ if (attrs.hasOwnProperty(key)) {
+ el.setAttribute(key, attrs[key]);
+ }
+ }
+ }
+ }]);
+
+ return Graphics;
+ }();
+
+ var Helpers$4 = /*#__PURE__*/function () {
+ function Helpers(annoCtx) {
+ _classCallCheck(this, Helpers);
+
+ this.w = annoCtx.w;
+ this.annoCtx = annoCtx;
+ }
+
+ _createClass(Helpers, [{
+ key: "setOrientations",
+ value: function setOrientations(anno) {
+ var annoIndex = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : null;
+ var w = this.w;
+
+ if (anno.label.orientation === 'vertical') {
+ var i = annoIndex !== null ? annoIndex : 0;
+ var xAnno = w.globals.dom.baseEl.querySelector(".apexcharts-xaxis-annotations .apexcharts-xaxis-annotation-label[rel='".concat(i, "']"));
+
+ if (xAnno !== null) {
+ var xAnnoCoord = xAnno.getBoundingClientRect();
+ xAnno.setAttribute('x', parseFloat(xAnno.getAttribute('x')) - xAnnoCoord.height + 4);
+
+ if (anno.label.position === 'top') {
+ xAnno.setAttribute('y', parseFloat(xAnno.getAttribute('y')) + xAnnoCoord.width);
+ } else {
+ xAnno.setAttribute('y', parseFloat(xAnno.getAttribute('y')) - xAnnoCoord.width);
+ }
+
+ var annoRotatingCenter = this.annoCtx.graphics.rotateAroundCenter(xAnno);
+ var x = annoRotatingCenter.x;
+ var y = annoRotatingCenter.y;
+ xAnno.setAttribute('transform', "rotate(-90 ".concat(x, " ").concat(y, ")"));
+ }
+ }
+ }
+ }, {
+ key: "addBackgroundToAnno",
+ value: function addBackgroundToAnno(annoEl, anno) {
+ var w = this.w;
+ if (!annoEl || !anno.label.text || anno.label.text && !anno.label.text.trim()) return null;
+ var elGridRect = w.globals.dom.baseEl.querySelector('.apexcharts-grid').getBoundingClientRect();
+ var coords = annoEl.getBoundingClientRect();
+ var pleft = anno.label.style.padding.left;
+ var pright = anno.label.style.padding.right;
+ var ptop = anno.label.style.padding.top;
+ var pbottom = anno.label.style.padding.bottom;
+
+ if (anno.label.orientation === 'vertical') {
+ ptop = anno.label.style.padding.left;
+ pbottom = anno.label.style.padding.right;
+ pleft = anno.label.style.padding.top;
+ pright = anno.label.style.padding.bottom;
+ }
+
+ var x1 = coords.left - elGridRect.left - pleft;
+ var y1 = coords.top - elGridRect.top - ptop;
+ var elRect = this.annoCtx.graphics.drawRect(x1 - w.globals.barPadForNumericAxis, y1, coords.width + pleft + pright, coords.height + ptop + pbottom, anno.label.borderRadius, anno.label.style.background, 1, anno.label.borderWidth, anno.label.borderColor, 0);
+
+ if (anno.id) {
+ elRect.node.classList.add(anno.id);
+ }
+
+ return elRect;
+ }
+ }, {
+ key: "annotationsBackground",
+ value: function annotationsBackground() {
+ var _this = this;
+
+ var w = this.w;
+
+ var add = function add(anno, i, type) {
+ var annoLabel = w.globals.dom.baseEl.querySelector(".apexcharts-".concat(type, "-annotations .apexcharts-").concat(type, "-annotation-label[rel='").concat(i, "']"));
+
+ if (annoLabel) {
+ var parent = annoLabel.parentNode;
+
+ var elRect = _this.addBackgroundToAnno(annoLabel, anno);
+
+ if (elRect) {
+ parent.insertBefore(elRect.node, annoLabel);
+ }
+ }
+ };
+
+ w.config.annotations.xaxis.map(function (anno, i) {
+ add(anno, i, 'xaxis');
+ });
+ w.config.annotations.yaxis.map(function (anno, i) {
+ add(anno, i, 'yaxis');
+ });
+ w.config.annotations.points.map(function (anno, i) {
+ add(anno, i, 'point');
+ });
+ }
+ }, {
+ key: "getStringX",
+ value: function getStringX(x) {
+ var w = this.w;
+ var rX = x;
+
+ if (w.config.xaxis.convertedCatToNumeric && w.globals.categoryLabels.length) {
+ x = w.globals.categoryLabels.indexOf(x) + 1;
+ }
+
+ var catIndex = w.globals.labels.indexOf(x);
+ var xLabel = w.globals.dom.baseEl.querySelector('.apexcharts-xaxis-texts-g text:nth-child(' + (catIndex + 1) + ')');
+
+ if (xLabel) {
+ rX = parseFloat(xLabel.getAttribute('x'));
+ }
+
+ return rX;
+ }
+ }]);
+
+ return Helpers;
+ }();
+
+ var XAnnotations = /*#__PURE__*/function () {
+ function XAnnotations(annoCtx) {
+ _classCallCheck(this, XAnnotations);
+
+ this.w = annoCtx.w;
+ this.annoCtx = annoCtx;
+ this.invertAxis = this.annoCtx.invertAxis;
+ }
+
+ _createClass(XAnnotations, [{
+ key: "addXaxisAnnotation",
+ value: function addXaxisAnnotation(anno, parent, index) {
+ var w = this.w;
+ var min = this.invertAxis ? w.globals.minY : w.globals.minX;
+ var max = this.invertAxis ? w.globals.maxY : w.globals.maxX;
+ var range = this.invertAxis ? w.globals.yRange[0] : w.globals.xRange;
+ var x1 = (anno.x - min) / (range / w.globals.gridWidth);
+
+ if (this.annoCtx.inversedReversedAxis) {
+ x1 = (max - anno.x) / (range / w.globals.gridWidth);
+ }
+
+ var text = anno.label.text;
+
+ if ((w.config.xaxis.type === 'category' || w.config.xaxis.convertedCatToNumeric) && !this.invertAxis && !w.globals.dataFormatXNumeric) {
+ x1 = this.annoCtx.helpers.getStringX(anno.x);
+ }
+
+ var strokeDashArray = anno.strokeDashArray;
+ if (!Utils$1.isNumber(x1)) return;
+
+ if (anno.x2 === null || typeof anno.x2 === 'undefined') {
+ var line = this.annoCtx.graphics.drawLine(x1 + anno.offsetX, // x1
+ 0 + anno.offsetY, // y1
+ x1 + anno.offsetX, // x2
+ w.globals.gridHeight + anno.offsetY, // y2
+ anno.borderColor, // lineColor
+ strokeDashArray, //dashArray
+ anno.borderWidth);
+ parent.appendChild(line.node);
+
+ if (anno.id) {
+ line.node.classList.add(anno.id);
+ }
+ } else {
+ var x2 = (anno.x2 - min) / (range / w.globals.gridWidth);
+
+ if (this.annoCtx.inversedReversedAxis) {
+ x2 = (max - anno.x2) / (range / w.globals.gridWidth);
+ }
+
+ if ((w.config.xaxis.type === 'category' || w.config.xaxis.convertedCatToNumeric) && !this.invertAxis && !w.globals.dataFormatXNumeric) {
+ x2 = this.annoCtx.helpers.getStringX(anno.x2);
+ }
+
+ if (x2 < x1) {
+ var temp = x1;
+ x1 = x2;
+ x2 = temp;
+ }
+
+ var rect = this.annoCtx.graphics.drawRect(x1 + anno.offsetX, // x1
+ 0 + anno.offsetY, // y1
+ x2 - x1, // x2
+ w.globals.gridHeight + anno.offsetY, // y2
+ 0, // radius
+ anno.fillColor, // color
+ anno.opacity, // opacity,
+ 1, // strokeWidth
+ anno.borderColor, // strokeColor
+ strokeDashArray // stokeDashArray
+ );
+ rect.node.classList.add('apexcharts-annotation-rect');
+ rect.attr('clip-path', "url(#gridRectMask".concat(w.globals.cuid, ")"));
+ parent.appendChild(rect.node);
+
+ if (anno.id) {
+ rect.node.classList.add(anno.id);
+ }
+ }
+
+ var textY = anno.label.position === 'top' ? 4 : w.globals.gridHeight;
+ var textRects = this.annoCtx.graphics.getTextRects(text, parseFloat(anno.label.style.fontSize));
+ var elText = this.annoCtx.graphics.drawText({
+ x: x1 + anno.label.offsetX,
+ y: textY + anno.label.offsetY - (anno.label.orientation === 'vertical' ? anno.label.position === 'top' ? textRects.width / 2 - 12 : -textRects.width / 2 : 0),
+ text: text,
+ textAnchor: anno.label.textAnchor,
+ fontSize: anno.label.style.fontSize,
+ fontFamily: anno.label.style.fontFamily,
+ fontWeight: anno.label.style.fontWeight,
+ foreColor: anno.label.style.color,
+ cssClass: "apexcharts-xaxis-annotation-label ".concat(anno.label.style.cssClass, " ").concat(anno.id ? anno.id : '')
+ });
+ elText.attr({
+ rel: index
+ });
+ parent.appendChild(elText.node); // after placing the annotations on svg, set any vertically placed annotations
+
+ this.annoCtx.helpers.setOrientations(anno, index);
+ }
+ }, {
+ key: "drawXAxisAnnotations",
+ value: function drawXAxisAnnotations() {
+ var _this = this;
+
+ var w = this.w;
+ var elg = this.annoCtx.graphics.group({
+ class: 'apexcharts-xaxis-annotations'
+ });
+ w.config.annotations.xaxis.map(function (anno, index) {
+ _this.addXaxisAnnotation(anno, elg.node, index);
+ });
+ return elg;
+ }
+ }]);
+
+ return XAnnotations;
+ }();
+
+ /*
+ ** Util functions which are dependent on ApexCharts instance
+ */
+ var CoreUtils = /*#__PURE__*/function () {
+ function CoreUtils(ctx) {
+ _classCallCheck(this, CoreUtils);
+
+ this.ctx = ctx;
+ this.w = ctx.w;
+ }
+
+ _createClass(CoreUtils, [{
+ key: "getStackedSeriesTotals",
+
+ /**
+ * @memberof CoreUtils
+ * returns the sum of all individual values in a multiple stacked series
+ * Eg. w.globals.series = [[32,33,43,12], [2,3,5,1]]
+ * @return [34,36,48,13]
+ **/
+ value: function getStackedSeriesTotals() {
+ var w = this.w;
+ var total = [];
+ if (w.globals.series.length === 0) return total;
+
+ for (var i = 0; i < w.globals.series[w.globals.maxValsInArrayIndex].length; i++) {
+ var t = 0;
+
+ for (var j = 0; j < w.globals.series.length; j++) {
+ if (typeof w.globals.series[j][i] !== 'undefined') {
+ t += w.globals.series[j][i];
+ }
+ }
+
+ total.push(t);
+ }
+
+ w.globals.stackedSeriesTotals = total;
+ return total;
+ } // get total of the all values inside all series
+
+ }, {
+ key: "getSeriesTotalByIndex",
+ value: function getSeriesTotalByIndex() {
+ var index = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : null;
+
+ if (index === null) {
+ // non-plot chart types - pie / donut / circle
+ return this.w.config.series.reduce(function (acc, cur) {
+ return acc + cur;
+ }, 0);
+ } else {
+ // axis charts - supporting multiple series
+ return this.w.globals.series[index].reduce(function (acc, cur) {
+ return acc + cur;
+ }, 0);
+ }
+ }
+ }, {
+ key: "isSeriesNull",
+ value: function isSeriesNull() {
+ var index = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : null;
+ var r = [];
+
+ if (index === null) {
+ // non-plot chart types - pie / donut / circle
+ r = this.w.config.series.filter(function (d) {
+ return d !== null;
+ });
+ } else {
+ // axis charts - supporting multiple series
+ r = this.w.config.series[index].data.filter(function (d) {
+ return d !== null;
+ });
+ }
+
+ return r.length === 0;
+ }
+ }, {
+ key: "seriesHaveSameValues",
+ value: function seriesHaveSameValues(index) {
+ return this.w.globals.series[index].every(function (val, i, arr) {
+ return val === arr[0];
+ });
+ }
+ }, {
+ key: "getCategoryLabels",
+ value: function getCategoryLabels(labels) {
+ var w = this.w;
+ var catLabels = labels.slice();
+
+ if (w.config.xaxis.convertedCatToNumeric) {
+ catLabels = labels.map(function (i, li) {
+ return w.config.xaxis.labels.formatter(i - w.globals.minX + 1);
+ });
+ }
+
+ return catLabels;
+ } // maxValsInArrayIndex is the index of series[] which has the largest number of items
+
+ }, {
+ key: "getLargestSeries",
+ value: function getLargestSeries() {
+ var w = this.w;
+ w.globals.maxValsInArrayIndex = w.globals.series.map(function (a) {
+ return a.length;
+ }).indexOf(Math.max.apply(Math, w.globals.series.map(function (a) {
+ return a.length;
+ })));
+ }
+ }, {
+ key: "getLargestMarkerSize",
+ value: function getLargestMarkerSize() {
+ var w = this.w;
+ var size = 0;
+ w.globals.markers.size.forEach(function (m) {
+ size = Math.max(size, m);
+ });
+ w.globals.markers.largestSize = size;
+ return size;
+ }
+ /**
+ * @memberof Core
+ * returns the sum of all values in a series
+ * Eg. w.globals.series = [[32,33,43,12], [2,3,5,1]]
+ * @return [120, 11]
+ **/
+
+ }, {
+ key: "getSeriesTotals",
+ value: function getSeriesTotals() {
+ var w = this.w;
+ w.globals.seriesTotals = w.globals.series.map(function (ser, index) {
+ var total = 0;
+
+ if (Array.isArray(ser)) {
+ for (var j = 0; j < ser.length; j++) {
+ total += ser[j];
+ }
+ } else {
+ // for pie/donuts/gauges
+ total += ser;
+ }
+
+ return total;
+ });
+ }
+ }, {
+ key: "getSeriesTotalsXRange",
+ value: function getSeriesTotalsXRange(minX, maxX) {
+ var w = this.w;
+ var seriesTotalsXRange = w.globals.series.map(function (ser, index) {
+ var total = 0;
+
+ for (var j = 0; j < ser.length; j++) {
+ if (w.globals.seriesX[index][j] > minX && w.globals.seriesX[index][j] < maxX) {
+ total += ser[j];
+ }
+ }
+
+ return total;
+ });
+ return seriesTotalsXRange;
+ }
+ /**
+ * @memberof CoreUtils
+ * returns the percentage value of all individual values which can be used in a 100% stacked series
+ * Eg. w.globals.series = [[32, 33, 43, 12], [2, 3, 5, 1]]
+ * @return [[94.11, 91.66, 89.58, 92.30], [5.88, 8.33, 10.41, 7.7]]
+ **/
+
+ }, {
+ key: "getPercentSeries",
+ value: function getPercentSeries() {
+ var w = this.w;
+ w.globals.seriesPercent = w.globals.series.map(function (ser, index) {
+ var seriesPercent = [];
+
+ if (Array.isArray(ser)) {
+ for (var j = 0; j < ser.length; j++) {
+ var total = w.globals.stackedSeriesTotals[j];
+ var percent = 0;
+
+ if (total) {
+ percent = 100 * ser[j] / total;
+ }
+
+ seriesPercent.push(percent);
+ }
+ } else {
+ var _total = w.globals.seriesTotals.reduce(function (acc, val) {
+ return acc + val;
+ }, 0);
+
+ var _percent = 100 * ser / _total;
+
+ seriesPercent.push(_percent);
+ }
+
+ return seriesPercent;
+ });
+ }
+ }, {
+ key: "getCalculatedRatios",
+ value: function getCalculatedRatios() {
+ var gl = this.w.globals;
+ var yRatio = [];
+ var invertedYRatio = 0;
+ var xRatio = 0;
+ var initialXRatio = 0;
+ var invertedXRatio = 0;
+ var zRatio = 0;
+ var baseLineY = [];
+ var baseLineInvertedY = 0.1;
+ var baseLineX = 0;
+ gl.yRange = [];
+
+ if (gl.isMultipleYAxis) {
+ for (var i = 0; i < gl.minYArr.length; i++) {
+ gl.yRange.push(Math.abs(gl.minYArr[i] - gl.maxYArr[i]));
+ baseLineY.push(0);
+ }
+ } else {
+ gl.yRange.push(Math.abs(gl.minY - gl.maxY));
+ }
+
+ gl.xRange = Math.abs(gl.maxX - gl.minX);
+ gl.zRange = Math.abs(gl.maxZ - gl.minZ); // multiple y axis
+
+ for (var _i = 0; _i < gl.yRange.length; _i++) {
+ yRatio.push(gl.yRange[_i] / gl.gridHeight);
+ }
+
+ xRatio = gl.xRange / gl.gridWidth;
+ initialXRatio = Math.abs(gl.initialMaxX - gl.initialMinX) / gl.gridWidth;
+ invertedYRatio = gl.yRange / gl.gridWidth;
+ invertedXRatio = gl.xRange / gl.gridHeight;
+ zRatio = gl.zRange / gl.gridHeight * 16;
+
+ if (!zRatio) {
+ zRatio = 1;
+ }
+
+ if (gl.minY !== Number.MIN_VALUE && Math.abs(gl.minY) !== 0) {
+ // Negative numbers present in series
+ gl.hasNegs = true;
+ }
+
+ if (gl.isMultipleYAxis) {
+ baseLineY = []; // baseline variables is the 0 of the yaxis which will be needed when there are negatives
+
+ for (var _i2 = 0; _i2 < yRatio.length; _i2++) {
+ baseLineY.push(-gl.minYArr[_i2] / yRatio[_i2]);
+ }
+ } else {
+ baseLineY.push(-gl.minY / yRatio[0]);
+
+ if (gl.minY !== Number.MIN_VALUE && Math.abs(gl.minY) !== 0) {
+ baseLineInvertedY = -gl.minY / invertedYRatio; // this is for bar chart
+
+ baseLineX = gl.minX / xRatio;
+ }
+ }
+
+ return {
+ yRatio: yRatio,
+ invertedYRatio: invertedYRatio,
+ zRatio: zRatio,
+ xRatio: xRatio,
+ initialXRatio: initialXRatio,
+ invertedXRatio: invertedXRatio,
+ baseLineInvertedY: baseLineInvertedY,
+ baseLineY: baseLineY,
+ baseLineX: baseLineX
+ };
+ }
+ }, {
+ key: "getLogSeries",
+ value: function getLogSeries(series) {
+ var _this = this;
+
+ var w = this.w;
+ w.globals.seriesLog = series.map(function (s, i) {
+ if (w.config.yaxis[i] && w.config.yaxis[i].logarithmic) {
+ return s.map(function (d) {
+ if (d === null) return null;
+ return _this.getLogVal(d, i);
+ });
+ } else {
+ return s;
+ }
+ });
+ return w.globals.invalidLogScale ? series : w.globals.seriesLog;
+ }
+ }, {
+ key: "getLogVal",
+ value: function getLogVal(d, yIndex) {
+ var w = this.w;
+ return (Math.log(d) - Math.log(w.globals.minYArr[yIndex])) / (Math.log(w.globals.maxYArr[yIndex]) - Math.log(w.globals.minYArr[yIndex]));
+ }
+ }, {
+ key: "getLogYRatios",
+ value: function getLogYRatios(yRatio) {
+ var _this2 = this;
+
+ var w = this.w;
+ var gl = this.w.globals;
+ gl.yLogRatio = yRatio.slice();
+ gl.logYRange = gl.yRange.map(function (yRange, i) {
+ if (w.config.yaxis[i] && _this2.w.config.yaxis[i].logarithmic) {
+ var maxY = -Number.MAX_VALUE;
+ var minY = Number.MIN_VALUE;
+ var range = 1;
+ gl.seriesLog.forEach(function (s, si) {
+ s.forEach(function (v) {
+ if (w.config.yaxis[si] && w.config.yaxis[si].logarithmic) {
+ maxY = Math.max(v, maxY);
+ minY = Math.min(v, minY);
+ }
+ });
+ });
+ range = Math.pow(gl.yRange[i], Math.abs(minY - maxY) / gl.yRange[i]);
+ gl.yLogRatio[i] = range / gl.gridHeight;
+ return range;
+ }
+ });
+ return gl.invalidLogScale ? yRatio.slice() : gl.yLogRatio;
+ } // Some config objects can be array - and we need to extend them correctly
+
+ }], [{
+ key: "checkComboSeries",
+ value: function checkComboSeries(series) {
+ var comboCharts = false;
+ var comboBarCount = 0;
+ var comboCount = 0; // if user specified a type in series too, turn on comboCharts flag
+
+ if (series.length && typeof series[0].type !== 'undefined') {
+ series.forEach(function (s) {
+ if (s.type === 'bar' || s.type === 'column' || s.type === 'candlestick' || s.type === 'boxPlot') {
+ comboBarCount++;
+ }
+
+ if (typeof s.type !== 'undefined') {
+ comboCount++;
+ }
+ });
+ }
+
+ if (comboCount > 1) {
+ comboCharts = true;
+ }
+
+ return {
+ comboBarCount: comboBarCount,
+ comboCharts: comboCharts
+ };
+ }
+ }, {
+ key: "extendArrayProps",
+ value: function extendArrayProps(configInstance, options, w) {
+ if (options.yaxis) {
+ options = configInstance.extendYAxis(options, w);
+ }
+
+ if (options.annotations) {
+ if (options.annotations.yaxis) {
+ options = configInstance.extendYAxisAnnotations(options);
+ }
+
+ if (options.annotations.xaxis) {
+ options = configInstance.extendXAxisAnnotations(options);
+ }
+
+ if (options.annotations.points) {
+ options = configInstance.extendPointAnnotations(options);
+ }
+ }
+
+ return options;
+ }
+ }]);
+
+ return CoreUtils;
+ }();
+
+ var YAnnotations = /*#__PURE__*/function () {
+ function YAnnotations(annoCtx) {
+ _classCallCheck(this, YAnnotations);
+
+ this.w = annoCtx.w;
+ this.annoCtx = annoCtx;
+ }
+
+ _createClass(YAnnotations, [{
+ key: "addYaxisAnnotation",
+ value: function addYaxisAnnotation(anno, parent, index) {
+ var w = this.w;
+ var strokeDashArray = anno.strokeDashArray;
+
+ var y1 = this._getY1Y2('y1', anno);
+
+ var y2;
+ var text = anno.label.text;
+
+ if (anno.y2 === null || typeof anno.y2 === 'undefined') {
+ var line = this.annoCtx.graphics.drawLine(0 + anno.offsetX, // x1
+ y1 + anno.offsetY, // y1
+ this._getYAxisAnnotationWidth(anno), // x2
+ y1 + anno.offsetY, // y2
+ anno.borderColor, // lineColor
+ strokeDashArray, // dashArray
+ anno.borderWidth);
+ parent.appendChild(line.node);
+
+ if (anno.id) {
+ line.node.classList.add(anno.id);
+ }
+ } else {
+ y2 = this._getY1Y2('y2', anno);
+
+ if (y2 > y1) {
+ var temp = y1;
+ y1 = y2;
+ y2 = temp;
+ }
+
+ var rect = this.annoCtx.graphics.drawRect(0 + anno.offsetX, // x1
+ y2 + anno.offsetY, // y1
+ this._getYAxisAnnotationWidth(anno), // x2
+ y1 - y2, // y2
+ 0, // radius
+ anno.fillColor, // color
+ anno.opacity, // opacity,
+ 1, // strokeWidth
+ anno.borderColor, // strokeColor
+ strokeDashArray // stokeDashArray
+ );
+ rect.node.classList.add('apexcharts-annotation-rect');
+ rect.attr('clip-path', "url(#gridRectMask".concat(w.globals.cuid, ")"));
+ parent.appendChild(rect.node);
+
+ if (anno.id) {
+ rect.node.classList.add(anno.id);
+ }
+ }
+
+ var textX = anno.label.position === 'right' ? w.globals.gridWidth : 0;
+ var elText = this.annoCtx.graphics.drawText({
+ x: textX + anno.label.offsetX,
+ y: (y2 || y1) + anno.label.offsetY - 3,
+ text: text,
+ textAnchor: anno.label.textAnchor,
+ fontSize: anno.label.style.fontSize,
+ fontFamily: anno.label.style.fontFamily,
+ fontWeight: anno.label.style.fontWeight,
+ foreColor: anno.label.style.color,
+ cssClass: "apexcharts-yaxis-annotation-label ".concat(anno.label.style.cssClass, " ").concat(anno.id ? anno.id : '')
+ });
+ elText.attr({
+ rel: index
+ });
+ parent.appendChild(elText.node);
+ }
+ }, {
+ key: "_getY1Y2",
+ value: function _getY1Y2(type, anno) {
+ var y = type === 'y1' ? anno.y : anno.y2;
+ var yP;
+ var w = this.w;
+
+ if (this.annoCtx.invertAxis) {
+ var catIndex = w.globals.labels.indexOf(y);
+
+ if (w.config.xaxis.convertedCatToNumeric) {
+ catIndex = w.globals.categoryLabels.indexOf(y);
+ }
+
+ var xLabel = w.globals.dom.baseEl.querySelector('.apexcharts-yaxis-texts-g text:nth-child(' + (catIndex + 1) + ')');
+
+ if (xLabel) {
+ yP = parseFloat(xLabel.getAttribute('y'));
+ }
+ } else {
+ var yPos;
+
+ if (w.config.yaxis[anno.yAxisIndex].logarithmic) {
+ var coreUtils = new CoreUtils(this.annoCtx.ctx);
+ y = coreUtils.getLogVal(y, anno.yAxisIndex);
+ yPos = y / w.globals.yLogRatio[anno.yAxisIndex];
+ } else {
+ yPos = (y - w.globals.minYArr[anno.yAxisIndex]) / (w.globals.yRange[anno.yAxisIndex] / w.globals.gridHeight);
+ }
+
+ yP = w.globals.gridHeight - yPos;
+
+ if (w.config.yaxis[anno.yAxisIndex] && w.config.yaxis[anno.yAxisIndex].reversed) {
+ yP = yPos;
+ }
+ }
+
+ return yP;
+ }
+ }, {
+ key: "_getYAxisAnnotationWidth",
+ value: function _getYAxisAnnotationWidth(anno) {
+ // issue apexcharts.js#2009
+ var w = this.w;
+ var width = w.globals.gridWidth;
+
+ if (anno.width.indexOf('%') > -1) {
+ width = w.globals.gridWidth * parseInt(anno.width, 10) / 100;
+ } else {
+ width = parseInt(anno.width, 10);
+ }
+
+ return width + anno.offsetX;
+ }
+ }, {
+ key: "drawYAxisAnnotations",
+ value: function drawYAxisAnnotations() {
+ var _this = this;
+
+ var w = this.w;
+ var elg = this.annoCtx.graphics.group({
+ class: 'apexcharts-yaxis-annotations'
+ });
+ w.config.annotations.yaxis.map(function (anno, index) {
+ _this.addYaxisAnnotation(anno, elg.node, index);
+ });
+ return elg;
+ }
+ }]);
+
+ return YAnnotations;
+ }();
+
+ var PointAnnotations = /*#__PURE__*/function () {
+ function PointAnnotations(annoCtx) {
+ _classCallCheck(this, PointAnnotations);
+
+ this.w = annoCtx.w;
+ this.annoCtx = annoCtx;
+ }
+
+ _createClass(PointAnnotations, [{
+ key: "addPointAnnotation",
+ value: function addPointAnnotation(anno, parent, index) {
+ var w = this.w;
+ var x = 0;
+ var y = 0;
+ var pointY = 0;
+
+ if (this.annoCtx.invertAxis) {
+ console.warn('Point annotation is not supported in horizontal bar charts.');
+ }
+
+ var annoY = parseFloat(anno.y);
+
+ if (typeof anno.x === 'string') {
+ var catIndex = w.globals.labels.indexOf(anno.x);
+
+ if (w.config.xaxis.convertedCatToNumeric) {
+ catIndex = w.globals.categoryLabels.indexOf(anno.x);
+ }
+
+ x = this.annoCtx.helpers.getStringX(anno.x);
+
+ if (anno.y === null) {
+ annoY = w.globals.series[anno.seriesIndex][catIndex];
+ }
+ } else {
+ x = (anno.x - w.globals.minX) / (w.globals.xRange / w.globals.gridWidth);
+ } // count series assign to the same axis
+
+
+ var duplicateSeriesName = [];
+ var countDuplicateSeriesName = 0;
+
+ for (var i = 0; i <= anno.seriesIndex; i++) {
+ var serieName = w.config.yaxis[i].seriesName;
+ if (serieName) for (var j = i + 1; j <= anno.seriesIndex; j++) {
+ if (w.config.yaxis[j].seriesName === serieName && duplicateSeriesName.indexOf(serieName) === -1) {
+ countDuplicateSeriesName++;
+ duplicateSeriesName.push(serieName);
+ }
+ }
+ }
+
+ var yPos;
+
+ if (w.config.yaxis[anno.yAxisIndex].logarithmic) {
+ var coreUtils = new CoreUtils(this.annoCtx.ctx);
+ annoY = coreUtils.getLogVal(annoY, anno.yAxisIndex);
+ yPos = annoY / w.globals.yLogRatio[anno.yAxisIndex];
+ } else {
+ // calculate the right position in array for this yAxisIndex
+ var actualSerieIndex = anno.yAxisIndex + countDuplicateSeriesName;
+ yPos = (annoY - w.globals.minYArr[actualSerieIndex]) / (w.globals.yRange[actualSerieIndex] / w.globals.gridHeight);
+ }
+
+ y = w.globals.gridHeight - yPos - parseFloat(anno.label.style.fontSize) - anno.marker.size;
+ pointY = w.globals.gridHeight - yPos;
+
+ if (w.config.yaxis[anno.yAxisIndex] && w.config.yaxis[anno.yAxisIndex].reversed) {
+ y = yPos + parseFloat(anno.label.style.fontSize) + anno.marker.size;
+ pointY = yPos;
+ }
+
+ if (!Utils$1.isNumber(x)) return;
+ var optsPoints = {
+ pSize: anno.marker.size,
+ pointStrokeWidth: anno.marker.strokeWidth,
+ pointFillColor: anno.marker.fillColor,
+ pointStrokeColor: anno.marker.strokeColor,
+ shape: anno.marker.shape,
+ pRadius: anno.marker.radius,
+ class: "apexcharts-point-annotation-marker ".concat(anno.marker.cssClass, " ").concat(anno.id ? anno.id : '')
+ };
+ var point = this.annoCtx.graphics.drawMarker(x + anno.marker.offsetX, pointY + anno.marker.offsetY, optsPoints);
+ parent.appendChild(point.node);
+ var text = anno.label.text ? anno.label.text : '';
+ var elText = this.annoCtx.graphics.drawText({
+ x: x + anno.label.offsetX,
+ y: y + anno.label.offsetY,
+ text: text,
+ textAnchor: anno.label.textAnchor,
+ fontSize: anno.label.style.fontSize,
+ fontFamily: anno.label.style.fontFamily,
+ fontWeight: anno.label.style.fontWeight,
+ foreColor: anno.label.style.color,
+ cssClass: "apexcharts-point-annotation-label ".concat(anno.label.style.cssClass, " ").concat(anno.id ? anno.id : '')
+ });
+ elText.attr({
+ rel: index
+ });
+ parent.appendChild(elText.node); // TODO: deprecate this as we will use custom
+
+ if (anno.customSVG.SVG) {
+ var g = this.annoCtx.graphics.group({
+ class: 'apexcharts-point-annotations-custom-svg ' + anno.customSVG.cssClass
+ });
+ g.attr({
+ transform: "translate(".concat(x + anno.customSVG.offsetX, ", ").concat(y + anno.customSVG.offsetY, ")")
+ });
+ g.node.innerHTML = anno.customSVG.SVG;
+ parent.appendChild(g.node);
+ }
+
+ if (anno.image.path) {
+ var imgWidth = anno.image.width ? anno.image.width : 20;
+ var imgHeight = anno.image.height ? anno.image.height : 20;
+ this.annoCtx.addImage({
+ x: x + anno.image.offsetX - imgWidth / 2,
+ y: y + anno.image.offsetY - imgHeight / 2,
+ width: imgWidth,
+ height: imgHeight,
+ path: anno.image.path,
+ appendTo: '.apexcharts-point-annotations'
+ });
+ }
+ }
+ }, {
+ key: "drawPointAnnotations",
+ value: function drawPointAnnotations() {
+ var _this = this;
+
+ var w = this.w;
+ var elg = this.annoCtx.graphics.group({
+ class: 'apexcharts-point-annotations'
+ });
+ w.config.annotations.points.map(function (anno, index) {
+ _this.addPointAnnotation(anno, elg.node, index);
+ });
+ return elg;
+ }
+ }]);
+
+ return PointAnnotations;
+ }();
+
+ const name = "en";
+ const options = {
+ months: [
+ "January",
+ "February",
+ "March",
+ "April",
+ "May",
+ "June",
+ "July",
+ "August",
+ "September",
+ "October",
+ "November",
+ "December"
+ ],
+ shortMonths: [
+ "Jan",
+ "Feb",
+ "Mar",
+ "Apr",
+ "May",
+ "Jun",
+ "Jul",
+ "Aug",
+ "Sep",
+ "Oct",
+ "Nov",
+ "Dec"
+ ],
+ days: [
+ "Sunday",
+ "Monday",
+ "Tuesday",
+ "Wednesday",
+ "Thursday",
+ "Friday",
+ "Saturday"
+ ],
+ shortDays: [
+ "Sun",
+ "Mon",
+ "Tue",
+ "Wed",
+ "Thu",
+ "Fri",
+ "Sat"
+ ],
+ toolbar: {
+ exportToSVG: "Download SVG",
+ exportToPNG: "Download PNG",
+ exportToCSV: "Download CSV",
+ menu: "Menu",
+ selection: "Selection",
+ selectionZoom: "Selection Zoom",
+ zoomIn: "Zoom In",
+ zoomOut: "Zoom Out",
+ pan: "Panning",
+ reset: "Reset Zoom"
+ }
+ };
+ var en = {
+ name: name,
+ options: options
+ };
+
+ var Options = /*#__PURE__*/function () {
+ function Options() {
+ _classCallCheck(this, Options);
+
+ this.yAxis = {
+ show: true,
+ showAlways: false,
+ showForNullSeries: true,
+ seriesName: undefined,
+ opposite: false,
+ reversed: false,
+ logarithmic: false,
+ logBase: 10,
+ tickAmount: undefined,
+ forceNiceScale: false,
+ max: undefined,
+ min: undefined,
+ floating: false,
+ decimalsInFloat: undefined,
+ labels: {
+ show: true,
+ minWidth: 0,
+ maxWidth: 160,
+ offsetX: 0,
+ offsetY: 0,
+ align: undefined,
+ rotate: 0,
+ padding: 20,
+ style: {
+ colors: [],
+ fontSize: '11px',
+ fontWeight: 400,
+ fontFamily: undefined,
+ cssClass: ''
+ },
+ formatter: undefined
+ },
+ axisBorder: {
+ show: false,
+ color: '#e0e0e0',
+ width: 1,
+ offsetX: 0,
+ offsetY: 0
+ },
+ axisTicks: {
+ show: false,
+ color: '#e0e0e0',
+ width: 6,
+ offsetX: 0,
+ offsetY: 0
+ },
+ title: {
+ text: undefined,
+ rotate: -90,
+ offsetY: 0,
+ offsetX: 0,
+ style: {
+ color: undefined,
+ fontSize: '11px',
+ fontWeight: 900,
+ fontFamily: undefined,
+ cssClass: ''
+ }
+ },
+ tooltip: {
+ enabled: false,
+ offsetX: 0
+ },
+ crosshairs: {
+ show: true,
+ position: 'front',
+ stroke: {
+ color: '#b6b6b6',
+ width: 1,
+ dashArray: 0
+ }
+ }
+ };
+ this.pointAnnotation = {
+ x: 0,
+ y: null,
+ yAxisIndex: 0,
+ seriesIndex: 0,
+ marker: {
+ size: 4,
+ fillColor: '#fff',
+ strokeWidth: 2,
+ strokeColor: '#333',
+ shape: 'circle',
+ offsetX: 0,
+ offsetY: 0,
+ radius: 2,
+ cssClass: ''
+ },
+ label: {
+ borderColor: '#c2c2c2',
+ borderWidth: 1,
+ borderRadius: 2,
+ text: undefined,
+ textAnchor: 'middle',
+ offsetX: 0,
+ offsetY: 0,
+ style: {
+ background: '#fff',
+ color: undefined,
+ fontSize: '11px',
+ fontFamily: undefined,
+ fontWeight: 400,
+ cssClass: '',
+ padding: {
+ left: 5,
+ right: 5,
+ top: 2,
+ bottom: 2
+ }
+ }
+ },
+ customSVG: {
+ // this will be deprecated in the next major version as it is going to be replaced with a better alternative below
+ SVG: undefined,
+ cssClass: undefined,
+ offsetX: 0,
+ offsetY: 0
+ },
+ image: {
+ path: undefined,
+ width: 20,
+ height: 20,
+ offsetX: 0,
+ offsetY: 0
+ }
+ };
+ this.yAxisAnnotation = {
+ y: 0,
+ y2: null,
+ strokeDashArray: 1,
+ fillColor: '#c2c2c2',
+ borderColor: '#c2c2c2',
+ borderWidth: 1,
+ opacity: 0.3,
+ offsetX: 0,
+ offsetY: 0,
+ width: '100%',
+ yAxisIndex: 0,
+ label: {
+ borderColor: '#c2c2c2',
+ borderWidth: 1,
+ borderRadius: 2,
+ text: undefined,
+ textAnchor: 'end',
+ position: 'right',
+ offsetX: 0,
+ offsetY: -3,
+ style: {
+ background: '#fff',
+ color: undefined,
+ fontSize: '11px',
+ fontFamily: undefined,
+ fontWeight: 400,
+ cssClass: '',
+ padding: {
+ left: 5,
+ right: 5,
+ top: 2,
+ bottom: 2
+ }
+ }
+ }
+ };
+ this.xAxisAnnotation = {
+ x: 0,
+ x2: null,
+ strokeDashArray: 1,
+ fillColor: '#c2c2c2',
+ borderColor: '#c2c2c2',
+ borderWidth: 1,
+ opacity: 0.3,
+ offsetX: 0,
+ offsetY: 0,
+ label: {
+ borderColor: '#c2c2c2',
+ borderWidth: 1,
+ borderRadius: 2,
+ text: undefined,
+ textAnchor: 'middle',
+ orientation: 'vertical',
+ position: 'top',
+ offsetX: 0,
+ offsetY: 0,
+ style: {
+ background: '#fff',
+ color: undefined,
+ fontSize: '11px',
+ fontFamily: undefined,
+ fontWeight: 400,
+ cssClass: '',
+ padding: {
+ left: 5,
+ right: 5,
+ top: 2,
+ bottom: 2
+ }
+ }
+ }
+ };
+ this.text = {
+ x: 0,
+ y: 0,
+ text: '',
+ textAnchor: 'start',
+ foreColor: undefined,
+ fontSize: '13px',
+ fontFamily: undefined,
+ fontWeight: 400,
+ appendTo: '.apexcharts-annotations',
+ backgroundColor: 'transparent',
+ borderColor: '#c2c2c2',
+ borderRadius: 0,
+ borderWidth: 0,
+ paddingLeft: 4,
+ paddingRight: 4,
+ paddingTop: 2,
+ paddingBottom: 2
+ };
+ }
+
+ _createClass(Options, [{
+ key: "init",
+ value: function init() {
+ return {
+ annotations: {
+ position: 'front',
+ yaxis: [this.yAxisAnnotation],
+ xaxis: [this.xAxisAnnotation],
+ points: [this.pointAnnotation],
+ texts: [],
+ images: [],
+ shapes: []
+ },
+ chart: {
+ animations: {
+ enabled: true,
+ easing: 'easeinout',
+ // linear, easeout, easein, easeinout, swing, bounce, elastic
+ speed: 800,
+ animateGradually: {
+ delay: 150,
+ enabled: true
+ },
+ dynamicAnimation: {
+ enabled: true,
+ speed: 350
+ }
+ },
+ background: 'transparent',
+ locales: [en],
+ defaultLocale: 'en',
+ dropShadow: {
+ enabled: false,
+ enabledOnSeries: undefined,
+ top: 2,
+ left: 2,
+ blur: 4,
+ color: '#000',
+ opacity: 0.35
+ },
+ events: {
+ animationEnd: undefined,
+ beforeMount: undefined,
+ mounted: undefined,
+ updated: undefined,
+ click: undefined,
+ mouseMove: undefined,
+ mouseLeave: undefined,
+ legendClick: undefined,
+ markerClick: undefined,
+ selection: undefined,
+ dataPointSelection: undefined,
+ dataPointMouseEnter: undefined,
+ dataPointMouseLeave: undefined,
+ beforeZoom: undefined,
+ beforeResetZoom: undefined,
+ zoomed: undefined,
+ scrolled: undefined,
+ brushScrolled: undefined
+ },
+ foreColor: '#373d3f',
+ fontFamily: 'Helvetica, Arial, sans-serif',
+ height: 'auto',
+ parentHeightOffset: 15,
+ redrawOnParentResize: true,
+ redrawOnWindowResize: true,
+ id: undefined,
+ group: undefined,
+ offsetX: 0,
+ offsetY: 0,
+ selection: {
+ enabled: false,
+ type: 'x',
+ // selectedPoints: undefined, // default datapoints that should be selected automatically
+ fill: {
+ color: '#24292e',
+ opacity: 0.1
+ },
+ stroke: {
+ width: 1,
+ color: '#24292e',
+ opacity: 0.4,
+ dashArray: 3
+ },
+ xaxis: {
+ min: undefined,
+ max: undefined
+ },
+ yaxis: {
+ min: undefined,
+ max: undefined
+ }
+ },
+ sparkline: {
+ enabled: false
+ },
+ brush: {
+ enabled: false,
+ autoScaleYaxis: true,
+ target: undefined
+ },
+ stacked: false,
+ stackType: 'normal',
+ toolbar: {
+ show: true,
+ offsetX: 0,
+ offsetY: 0,
+ tools: {
+ download: true,
+ selection: true,
+ zoom: true,
+ zoomin: true,
+ zoomout: true,
+ pan: true,
+ reset: true,
+ customIcons: []
+ },
+ export: {
+ csv: {
+ filename: undefined,
+ columnDelimiter: ',',
+ headerCategory: 'category',
+ headerValue: 'value',
+ dateFormatter: function dateFormatter(timestamp) {
+ return new Date(timestamp).toDateString();
+ }
+ },
+ png: {
+ filename: undefined
+ },
+ svg: {
+ filename: undefined
+ }
+ },
+ autoSelected: 'zoom' // accepts -> zoom, pan, selection
+
+ },
+ type: 'line',
+ width: '100%',
+ zoom: {
+ enabled: true,
+ type: 'x',
+ autoScaleYaxis: false,
+ zoomedArea: {
+ fill: {
+ color: '#90CAF9',
+ opacity: 0.4
+ },
+ stroke: {
+ color: '#0D47A1',
+ opacity: 0.4,
+ width: 1
+ }
+ }
+ }
+ },
+ plotOptions: {
+ area: {
+ fillTo: 'origin'
+ },
+ bar: {
+ horizontal: false,
+ columnWidth: '70%',
+ // should be in percent 0 - 100
+ barHeight: '70%',
+ // should be in percent 0 - 100
+ distributed: false,
+ borderRadius: 0,
+ rangeBarOverlap: true,
+ rangeBarGroupRows: false,
+ colors: {
+ ranges: [],
+ backgroundBarColors: [],
+ backgroundBarOpacity: 1,
+ backgroundBarRadius: 0
+ },
+ dataLabels: {
+ position: 'top',
+ // top, center, bottom
+ maxItems: 100,
+ hideOverflowingLabels: true,
+ orientation: 'horizontal' // TODO: provide stackedLabels for stacked charts which gives additions of values
+
+ }
+ },
+ bubble: {
+ minBubbleRadius: undefined,
+ maxBubbleRadius: undefined
+ },
+ candlestick: {
+ colors: {
+ upward: '#00B746',
+ downward: '#EF403C'
+ },
+ wick: {
+ useFillColor: true
+ }
+ },
+ boxPlot: {
+ colors: {
+ upper: '#00E396',
+ lower: '#008FFB'
+ }
+ },
+ heatmap: {
+ radius: 2,
+ enableShades: true,
+ shadeIntensity: 0.5,
+ reverseNegativeShade: false,
+ distributed: false,
+ useFillColorAsStroke: false,
+ colorScale: {
+ inverse: false,
+ ranges: [],
+ min: undefined,
+ max: undefined
+ }
+ },
+ treemap: {
+ enableShades: true,
+ shadeIntensity: 0.5,
+ distributed: false,
+ reverseNegativeShade: false,
+ useFillColorAsStroke: false,
+ colorScale: {
+ inverse: false,
+ ranges: [],
+ min: undefined,
+ max: undefined
+ }
+ },
+ radialBar: {
+ inverseOrder: false,
+ startAngle: 0,
+ endAngle: 360,
+ offsetX: 0,
+ offsetY: 0,
+ hollow: {
+ margin: 5,
+ size: '50%',
+ background: 'transparent',
+ image: undefined,
+ imageWidth: 150,
+ imageHeight: 150,
+ imageOffsetX: 0,
+ imageOffsetY: 0,
+ imageClipped: true,
+ position: 'front',
+ dropShadow: {
+ enabled: false,
+ top: 0,
+ left: 0,
+ blur: 3,
+ color: '#000',
+ opacity: 0.5
+ }
+ },
+ track: {
+ show: true,
+ startAngle: undefined,
+ endAngle: undefined,
+ background: '#f2f2f2',
+ strokeWidth: '97%',
+ opacity: 1,
+ margin: 5,
+ // margin is in pixels
+ dropShadow: {
+ enabled: false,
+ top: 0,
+ left: 0,
+ blur: 3,
+ color: '#000',
+ opacity: 0.5
+ }
+ },
+ dataLabels: {
+ show: true,
+ name: {
+ show: true,
+ fontSize: '16px',
+ fontFamily: undefined,
+ fontWeight: 600,
+ color: undefined,
+ offsetY: 0,
+ formatter: function formatter(val) {
+ return val;
+ }
+ },
+ value: {
+ show: true,
+ fontSize: '14px',
+ fontFamily: undefined,
+ fontWeight: 400,
+ color: undefined,
+ offsetY: 16,
+ formatter: function formatter(val) {
+ return val + '%';
+ }
+ },
+ total: {
+ show: false,
+ label: 'Total',
+ fontSize: '16px',
+ fontWeight: 600,
+ fontFamily: undefined,
+ color: undefined,
+ formatter: function formatter(w) {
+ return w.globals.seriesTotals.reduce(function (a, b) {
+ return a + b;
+ }, 0) / w.globals.series.length + '%';
+ }
+ }
+ }
+ },
+ pie: {
+ customScale: 1,
+ offsetX: 0,
+ offsetY: 0,
+ startAngle: 0,
+ endAngle: 360,
+ expandOnClick: true,
+ dataLabels: {
+ // These are the percentage values which are displayed on slice
+ offset: 0,
+ // offset by which labels will move outside
+ minAngleToShowLabel: 10
+ },
+ donut: {
+ size: '65%',
+ background: 'transparent',
+ labels: {
+ // These are the inner labels appearing inside donut
+ show: false,
+ name: {
+ show: true,
+ fontSize: '16px',
+ fontFamily: undefined,
+ fontWeight: 600,
+ color: undefined,
+ offsetY: -10,
+ formatter: function formatter(val) {
+ return val;
+ }
+ },
+ value: {
+ show: true,
+ fontSize: '20px',
+ fontFamily: undefined,
+ fontWeight: 400,
+ color: undefined,
+ offsetY: 10,
+ formatter: function formatter(val) {
+ return val;
+ }
+ },
+ total: {
+ show: false,
+ showAlways: false,
+ label: 'Total',
+ fontSize: '16px',
+ fontWeight: 400,
+ fontFamily: undefined,
+ color: undefined,
+ formatter: function formatter(w) {
+ return w.globals.seriesTotals.reduce(function (a, b) {
+ return a + b;
+ }, 0);
+ }
+ }
+ }
+ }
+ },
+ polarArea: {
+ rings: {
+ strokeWidth: 1,
+ strokeColor: '#e8e8e8'
+ },
+ spokes: {
+ strokeWidth: 1,
+ connectorColors: '#e8e8e8'
+ }
+ },
+ radar: {
+ size: undefined,
+ offsetX: 0,
+ offsetY: 0,
+ polygons: {
+ // strokeColor: '#e8e8e8', // should be deprecated in the minor version i.e 3.2
+ strokeWidth: 1,
+ strokeColors: '#e8e8e8',
+ connectorColors: '#e8e8e8',
+ fill: {
+ colors: undefined
+ }
+ }
+ }
+ },
+ colors: undefined,
+ dataLabels: {
+ enabled: true,
+ enabledOnSeries: undefined,
+ formatter: function formatter(val) {
+ return val !== null ? val : '';
+ },
+ textAnchor: 'middle',
+ distributed: false,
+ offsetX: 0,
+ offsetY: 0,
+ style: {
+ fontSize: '12px',
+ fontFamily: undefined,
+ fontWeight: 600,
+ colors: undefined
+ },
+ background: {
+ enabled: true,
+ foreColor: '#fff',
+ borderRadius: 2,
+ padding: 4,
+ opacity: 0.9,
+ borderWidth: 1,
+ borderColor: '#fff',
+ dropShadow: {
+ enabled: false,
+ top: 1,
+ left: 1,
+ blur: 1,
+ color: '#000',
+ opacity: 0.45
+ }
+ },
+ dropShadow: {
+ enabled: false,
+ top: 1,
+ left: 1,
+ blur: 1,
+ color: '#000',
+ opacity: 0.45
+ }
+ },
+ fill: {
+ type: 'solid',
+ colors: undefined,
+ // array of colors
+ opacity: 0.85,
+ gradient: {
+ shade: 'dark',
+ type: 'horizontal',
+ shadeIntensity: 0.5,
+ gradientToColors: undefined,
+ inverseColors: true,
+ opacityFrom: 1,
+ opacityTo: 1,
+ stops: [0, 50, 100],
+ colorStops: []
+ },
+ image: {
+ src: [],
+ width: undefined,
+ // optional
+ height: undefined // optional
+
+ },
+ pattern: {
+ style: 'squares',
+ // String | Array of Strings
+ width: 6,
+ height: 6,
+ strokeWidth: 2
+ }
+ },
+ forecastDataPoints: {
+ count: 0,
+ fillOpacity: 0.5,
+ strokeWidth: undefined,
+ dashArray: 4
+ },
+ grid: {
+ show: true,
+ borderColor: '#e0e0e0',
+ strokeDashArray: 0,
+ position: 'back',
+ xaxis: {
+ lines: {
+ show: false
+ }
+ },
+ yaxis: {
+ lines: {
+ show: true
+ }
+ },
+ row: {
+ colors: undefined,
+ // takes as array which will be repeated on rows
+ opacity: 0.5
+ },
+ column: {
+ colors: undefined,
+ // takes an array which will be repeated on columns
+ opacity: 0.5
+ },
+ padding: {
+ top: 0,
+ right: 10,
+ bottom: 0,
+ left: 12
+ }
+ },
+ labels: [],
+ legend: {
+ show: true,
+ showForSingleSeries: false,
+ showForNullSeries: true,
+ showForZeroSeries: true,
+ floating: false,
+ position: 'bottom',
+ // whether to position legends in 1 of 4
+ // direction - top, bottom, left, right
+ horizontalAlign: 'center',
+ // when position top/bottom, you can specify whether to align legends left, right or center
+ inverseOrder: false,
+ fontSize: '12px',
+ fontFamily: undefined,
+ fontWeight: 400,
+ width: undefined,
+ height: undefined,
+ formatter: undefined,
+ tooltipHoverFormatter: undefined,
+ offsetX: -20,
+ offsetY: 4,
+ customLegendItems: [],
+ labels: {
+ colors: undefined,
+ useSeriesColors: false
+ },
+ markers: {
+ width: 12,
+ height: 12,
+ strokeWidth: 0,
+ fillColors: undefined,
+ strokeColor: '#fff',
+ radius: 12,
+ customHTML: undefined,
+ offsetX: 0,
+ offsetY: 0,
+ onClick: undefined
+ },
+ itemMargin: {
+ horizontal: 5,
+ vertical: 2
+ },
+ onItemClick: {
+ toggleDataSeries: true
+ },
+ onItemHover: {
+ highlightDataSeries: true
+ }
+ },
+ markers: {
+ discrete: [],
+ size: 0,
+ colors: undefined,
+ //strokeColor: '#fff', // TODO: deprecate in major version 4.0
+ strokeColors: '#fff',
+ strokeWidth: 2,
+ strokeOpacity: 0.9,
+ strokeDashArray: 0,
+ fillOpacity: 1,
+ shape: 'circle',
+ width: 8,
+ // only applicable when shape is rect/square
+ height: 8,
+ // only applicable when shape is rect/square
+ radius: 2,
+ offsetX: 0,
+ offsetY: 0,
+ onClick: undefined,
+ onDblClick: undefined,
+ showNullDataPoints: true,
+ hover: {
+ size: undefined,
+ sizeOffset: 3
+ }
+ },
+ noData: {
+ text: undefined,
+ align: 'center',
+ verticalAlign: 'middle',
+ offsetX: 0,
+ offsetY: 0,
+ style: {
+ color: undefined,
+ fontSize: '14px',
+ fontFamily: undefined
+ }
+ },
+ responsive: [],
+ // breakpoints should follow ascending order 400, then 700, then 1000
+ series: undefined,
+ states: {
+ normal: {
+ filter: {
+ type: 'none',
+ value: 0
+ }
+ },
+ hover: {
+ filter: {
+ type: 'lighten',
+ value: 0.1
+ }
+ },
+ active: {
+ allowMultipleDataPointsSelection: false,
+ filter: {
+ type: 'darken',
+ value: 0.5
+ }
+ }
+ },
+ title: {
+ text: undefined,
+ align: 'left',
+ margin: 5,
+ offsetX: 0,
+ offsetY: 0,
+ floating: false,
+ style: {
+ fontSize: '14px',
+ fontWeight: 900,
+ fontFamily: undefined,
+ color: undefined
+ }
+ },
+ subtitle: {
+ text: undefined,
+ align: 'left',
+ margin: 5,
+ offsetX: 0,
+ offsetY: 30,
+ floating: false,
+ style: {
+ fontSize: '12px',
+ fontWeight: 400,
+ fontFamily: undefined,
+ color: undefined
+ }
+ },
+ stroke: {
+ show: true,
+ curve: 'smooth',
+ // "smooth" / "straight" / "stepline"
+ lineCap: 'butt',
+ // round, butt , square
+ width: 2,
+ colors: undefined,
+ // array of colors
+ dashArray: 0 // single value or array of values
+
+ },
+ tooltip: {
+ enabled: true,
+ enabledOnSeries: undefined,
+ shared: true,
+ followCursor: false,
+ // when disabled, the tooltip will show on top of the series instead of mouse position
+ intersect: false,
+ // when enabled, tooltip will only show when user directly hovers over point
+ inverseOrder: false,
+ custom: undefined,
+ fillSeriesColor: false,
+ theme: 'light',
+ style: {
+ fontSize: '12px',
+ fontFamily: undefined
+ },
+ onDatasetHover: {
+ highlightDataSeries: false
+ },
+ x: {
+ // x value
+ show: true,
+ format: 'dd MMM',
+ // dd/MM, dd MMM yy, dd MMM yyyy
+ formatter: undefined // a custom user supplied formatter function
+
+ },
+ y: {
+ formatter: undefined,
+ title: {
+ formatter: function formatter(seriesName) {
+ return seriesName ? seriesName + ': ' : '';
+ }
+ }
+ },
+ z: {
+ formatter: undefined,
+ title: 'Size: '
+ },
+ marker: {
+ show: true,
+ fillColors: undefined
+ },
+ items: {
+ display: 'flex'
+ },
+ fixed: {
+ enabled: false,
+ position: 'topRight',
+ // topRight, topLeft, bottomRight, bottomLeft
+ offsetX: 0,
+ offsetY: 0
+ }
+ },
+ xaxis: {
+ type: 'category',
+ categories: [],
+ convertedCatToNumeric: false,
+ // internal property which should not be altered outside
+ offsetX: 0,
+ offsetY: 0,
+ overwriteCategories: undefined,
+ labels: {
+ show: true,
+ rotate: -45,
+ rotateAlways: false,
+ hideOverlappingLabels: true,
+ trim: false,
+ minHeight: undefined,
+ maxHeight: 120,
+ showDuplicates: true,
+ style: {
+ colors: [],
+ fontSize: '12px',
+ fontWeight: 400,
+ fontFamily: undefined,
+ cssClass: ''
+ },
+ offsetX: 0,
+ offsetY: 0,
+ format: undefined,
+ formatter: undefined,
+ // custom formatter function which will override format
+ datetimeUTC: true,
+ datetimeFormatter: {
+ year: 'yyyy',
+ month: "MMM 'yy",
+ day: 'dd MMM',
+ hour: 'HH:mm',
+ minute: 'HH:mm:ss',
+ second: 'HH:mm:ss'
+ }
+ },
+ axisBorder: {
+ show: true,
+ color: '#e0e0e0',
+ width: '100%',
+ height: 1,
+ offsetX: 0,
+ offsetY: 0
+ },
+ axisTicks: {
+ show: true,
+ color: '#e0e0e0',
+ height: 6,
+ offsetX: 0,
+ offsetY: 0
+ },
+ tickAmount: undefined,
+ tickPlacement: 'on',
+ min: undefined,
+ max: undefined,
+ range: undefined,
+ floating: false,
+ decimalsInFloat: undefined,
+ position: 'bottom',
+ title: {
+ text: undefined,
+ offsetX: 0,
+ offsetY: 0,
+ style: {
+ color: undefined,
+ fontSize: '12px',
+ fontWeight: 900,
+ fontFamily: undefined,
+ cssClass: ''
+ }
+ },
+ crosshairs: {
+ show: true,
+ width: 1,
+ // tickWidth/barWidth or an integer
+ position: 'back',
+ opacity: 0.9,
+ stroke: {
+ color: '#b6b6b6',
+ width: 1,
+ dashArray: 3
+ },
+ fill: {
+ type: 'solid',
+ // solid, gradient
+ color: '#B1B9C4',
+ gradient: {
+ colorFrom: '#D8E3F0',
+ colorTo: '#BED1E6',
+ stops: [0, 100],
+ opacityFrom: 0.4,
+ opacityTo: 0.5
+ }
+ },
+ dropShadow: {
+ enabled: false,
+ left: 0,
+ top: 0,
+ blur: 1,
+ opacity: 0.4
+ }
+ },
+ tooltip: {
+ enabled: true,
+ offsetY: 0,
+ formatter: undefined,
+ style: {
+ fontSize: '12px',
+ fontFamily: undefined
+ }
+ }
+ },
+ yaxis: this.yAxis,
+ theme: {
+ mode: 'light',
+ palette: 'palette1',
+ // If defined, it will overwrite globals.colors variable
+ monochrome: {
+ // monochrome allows you to select just 1 color and fill out the rest with light/dark shade (intensity can be selected)
+ enabled: false,
+ color: '#008FFB',
+ shadeTo: 'light',
+ shadeIntensity: 0.65
+ }
+ }
+ };
+ }
+ }]);
+
+ return Options;
+ }();
+
+ /**
+ * ApexCharts Annotations Class for drawing lines/rects on both xaxis and yaxis.
+ *
+ * @module Annotations
+ **/
+
+ var Annotations = /*#__PURE__*/function () {
+ function Annotations(ctx) {
+ _classCallCheck(this, Annotations);
+
+ this.ctx = ctx;
+ this.w = ctx.w;
+ this.graphics = new Graphics(this.ctx);
+
+ if (this.w.globals.isBarHorizontal) {
+ this.invertAxis = true;
+ }
+
+ this.helpers = new Helpers$4(this);
+ this.xAxisAnnotations = new XAnnotations(this);
+ this.yAxisAnnotations = new YAnnotations(this);
+ this.pointsAnnotations = new PointAnnotations(this);
+
+ if (this.w.globals.isBarHorizontal && this.w.config.yaxis[0].reversed) {
+ this.inversedReversedAxis = true;
+ }
+
+ this.xDivision = this.w.globals.gridWidth / this.w.globals.dataPoints;
+ }
+
+ _createClass(Annotations, [{
+ key: "drawAxesAnnotations",
+ value: function drawAxesAnnotations() {
+ var w = this.w;
+
+ if (w.globals.axisCharts) {
+ var yAnnotations = this.yAxisAnnotations.drawYAxisAnnotations();
+ var xAnnotations = this.xAxisAnnotations.drawXAxisAnnotations();
+ var pointAnnotations = this.pointsAnnotations.drawPointAnnotations();
+ var initialAnim = w.config.chart.animations.enabled;
+ var annoArray = [yAnnotations, xAnnotations, pointAnnotations];
+ var annoElArray = [xAnnotations.node, yAnnotations.node, pointAnnotations.node];
+
+ for (var i = 0; i < 3; i++) {
+ w.globals.dom.elGraphical.add(annoArray[i]);
+
+ if (initialAnim && !w.globals.resized && !w.globals.dataChanged) {
+ // fixes apexcharts/apexcharts.js#685
+ if (w.config.chart.type !== 'scatter' && w.config.chart.type !== 'bubble' && w.globals.dataPoints > 1) {
+ annoElArray[i].classList.add('apexcharts-element-hidden');
+ }
+ }
+
+ w.globals.delayedElements.push({
+ el: annoElArray[i],
+ index: 0
+ });
+ } // background sizes needs to be calculated after text is drawn, so calling them last
+
+
+ this.helpers.annotationsBackground();
+ }
+ }
+ }, {
+ key: "drawImageAnnos",
+ value: function drawImageAnnos() {
+ var _this = this;
+
+ var w = this.w;
+ w.config.annotations.images.map(function (s, index) {
+ _this.addImage(s, index);
+ });
+ }
+ }, {
+ key: "drawTextAnnos",
+ value: function drawTextAnnos() {
+ var _this2 = this;
+
+ var w = this.w;
+ w.config.annotations.texts.map(function (t, index) {
+ _this2.addText(t, index);
+ });
+ }
+ }, {
+ key: "addXaxisAnnotation",
+ value: function addXaxisAnnotation(anno, parent, index) {
+ this.xAxisAnnotations.addXaxisAnnotation(anno, parent, index);
+ }
+ }, {
+ key: "addYaxisAnnotation",
+ value: function addYaxisAnnotation(anno, parent, index) {
+ this.yAxisAnnotations.addYaxisAnnotation(anno, parent, index);
+ }
+ }, {
+ key: "addPointAnnotation",
+ value: function addPointAnnotation(anno, parent, index) {
+ this.pointsAnnotations.addPointAnnotation(anno, parent, index);
+ }
+ }, {
+ key: "addText",
+ value: function addText(params, index) {
+ var x = params.x,
+ y = params.y,
+ text = params.text,
+ textAnchor = params.textAnchor,
+ foreColor = params.foreColor,
+ fontSize = params.fontSize,
+ fontFamily = params.fontFamily,
+ fontWeight = params.fontWeight,
+ cssClass = params.cssClass,
+ backgroundColor = params.backgroundColor,
+ borderWidth = params.borderWidth,
+ strokeDashArray = params.strokeDashArray,
+ borderRadius = params.borderRadius,
+ borderColor = params.borderColor,
+ _params$appendTo = params.appendTo,
+ appendTo = _params$appendTo === void 0 ? '.apexcharts-annotations' : _params$appendTo,
+ _params$paddingLeft = params.paddingLeft,
+ paddingLeft = _params$paddingLeft === void 0 ? 4 : _params$paddingLeft,
+ _params$paddingRight = params.paddingRight,
+ paddingRight = _params$paddingRight === void 0 ? 4 : _params$paddingRight,
+ _params$paddingBottom = params.paddingBottom,
+ paddingBottom = _params$paddingBottom === void 0 ? 2 : _params$paddingBottom,
+ _params$paddingTop = params.paddingTop,
+ paddingTop = _params$paddingTop === void 0 ? 2 : _params$paddingTop;
+ var w = this.w;
+ var elText = this.graphics.drawText({
+ x: x,
+ y: y,
+ text: text,
+ textAnchor: textAnchor || 'start',
+ fontSize: fontSize || '12px',
+ fontWeight: fontWeight || 'regular',
+ fontFamily: fontFamily || w.config.chart.fontFamily,
+ foreColor: foreColor || w.config.chart.foreColor,
+ cssClass: 'apexcharts-text ' + cssClass ? cssClass : ''
+ });
+ var parent = w.globals.dom.baseEl.querySelector(appendTo);
+
+ if (parent) {
+ parent.appendChild(elText.node);
+ }
+
+ var textRect = elText.bbox();
+
+ if (text) {
+ var elRect = this.graphics.drawRect(textRect.x - paddingLeft, textRect.y - paddingTop, textRect.width + paddingLeft + paddingRight, textRect.height + paddingBottom + paddingTop, borderRadius, backgroundColor ? backgroundColor : 'transparent', 1, borderWidth, borderColor, strokeDashArray);
+ parent.insertBefore(elRect.node, elText.node);
+ }
+ }
+ }, {
+ key: "addImage",
+ value: function addImage(params, index) {
+ var w = this.w;
+ var path = params.path,
+ _params$x = params.x,
+ x = _params$x === void 0 ? 0 : _params$x,
+ _params$y = params.y,
+ y = _params$y === void 0 ? 0 : _params$y,
+ _params$width = params.width,
+ width = _params$width === void 0 ? 20 : _params$width,
+ _params$height = params.height,
+ height = _params$height === void 0 ? 20 : _params$height,
+ _params$appendTo2 = params.appendTo,
+ appendTo = _params$appendTo2 === void 0 ? '.apexcharts-annotations' : _params$appendTo2;
+ var img = w.globals.dom.Paper.image(path);
+ img.size(width, height).move(x, y);
+ var parent = w.globals.dom.baseEl.querySelector(appendTo);
+
+ if (parent) {
+ parent.appendChild(img.node);
+ }
+ } // The addXaxisAnnotation method requires a parent class, and user calling this method externally on the chart instance may not specify parent, hence a different method
+
+ }, {
+ key: "addXaxisAnnotationExternal",
+ value: function addXaxisAnnotationExternal(params, pushToMemory, context) {
+ this.addAnnotationExternal({
+ params: params,
+ pushToMemory: pushToMemory,
+ context: context,
+ type: 'xaxis',
+ contextMethod: context.addXaxisAnnotation
+ });
+ return context;
+ }
+ }, {
+ key: "addYaxisAnnotationExternal",
+ value: function addYaxisAnnotationExternal(params, pushToMemory, context) {
+ this.addAnnotationExternal({
+ params: params,
+ pushToMemory: pushToMemory,
+ context: context,
+ type: 'yaxis',
+ contextMethod: context.addYaxisAnnotation
+ });
+ return context;
+ }
+ }, {
+ key: "addPointAnnotationExternal",
+ value: function addPointAnnotationExternal(params, pushToMemory, context) {
+ if (typeof this.invertAxis === 'undefined') {
+ this.invertAxis = context.w.globals.isBarHorizontal;
+ }
+
+ this.addAnnotationExternal({
+ params: params,
+ pushToMemory: pushToMemory,
+ context: context,
+ type: 'point',
+ contextMethod: context.addPointAnnotation
+ });
+ return context;
+ }
+ }, {
+ key: "addAnnotationExternal",
+ value: function addAnnotationExternal(_ref) {
+ var params = _ref.params,
+ pushToMemory = _ref.pushToMemory,
+ context = _ref.context,
+ type = _ref.type,
+ contextMethod = _ref.contextMethod;
+ var me = context;
+ var w = me.w;
+ var parent = w.globals.dom.baseEl.querySelector(".apexcharts-".concat(type, "-annotations"));
+ var index = parent.childNodes.length + 1;
+ var options = new Options();
+ var axesAnno = Object.assign({}, type === 'xaxis' ? options.xAxisAnnotation : type === 'yaxis' ? options.yAxisAnnotation : options.pointAnnotation);
+ var anno = Utils$1.extend(axesAnno, params);
+
+ switch (type) {
+ case 'xaxis':
+ this.addXaxisAnnotation(anno, parent, index);
+ break;
+
+ case 'yaxis':
+ this.addYaxisAnnotation(anno, parent, index);
+ break;
+
+ case 'point':
+ this.addPointAnnotation(anno, parent, index);
+ break;
+ } // add background
+
+
+ var axesAnnoLabel = w.globals.dom.baseEl.querySelector(".apexcharts-".concat(type, "-annotations .apexcharts-").concat(type, "-annotation-label[rel='").concat(index, "']"));
+ var elRect = this.helpers.addBackgroundToAnno(axesAnnoLabel, anno);
+
+ if (elRect) {
+ parent.insertBefore(elRect.node, axesAnnoLabel);
+ }
+
+ if (pushToMemory) {
+ w.globals.memory.methodsToExec.push({
+ context: me,
+ id: anno.id ? anno.id : Utils$1.randomId(),
+ method: contextMethod,
+ label: 'addAnnotation',
+ params: params
+ });
+ }
+
+ return context;
+ }
+ }, {
+ key: "clearAnnotations",
+ value: function clearAnnotations(ctx) {
+ var w = ctx.w;
+ var annos = w.globals.dom.baseEl.querySelectorAll('.apexcharts-yaxis-annotations, .apexcharts-xaxis-annotations, .apexcharts-point-annotations'); // annotations added externally should be cleared out too
+
+ w.globals.memory.methodsToExec.map(function (m, i) {
+ if (m.label === 'addText' || m.label === 'addAnnotation') {
+ w.globals.memory.methodsToExec.splice(i, 1);
+ }
+ });
+ annos = Utils$1.listToArray(annos); // delete the DOM elements
+
+ Array.prototype.forEach.call(annos, function (a) {
+ while (a.firstChild) {
+ a.removeChild(a.firstChild);
+ }
+ });
+ }
+ }, {
+ key: "removeAnnotation",
+ value: function removeAnnotation(ctx, id) {
+ var w = ctx.w;
+ var annos = w.globals.dom.baseEl.querySelectorAll(".".concat(id));
+
+ if (annos) {
+ w.globals.memory.methodsToExec.map(function (m, i) {
+ if (m.id === id) {
+ w.globals.memory.methodsToExec.splice(i, 1);
+ }
+ });
+ Array.prototype.forEach.call(annos, function (a) {
+ a.parentElement.removeChild(a);
+ });
+ }
+ }
+ }]);
+
+ return Annotations;
+ }();
+
+ /**
+ * ApexCharts Fill Class for setting fill options of the paths.
+ *
+ * @module Fill
+ **/
+
+ var Fill = /*#__PURE__*/function () {
+ function Fill(ctx) {
+ _classCallCheck(this, Fill);
+
+ this.ctx = ctx;
+ this.w = ctx.w;
+ this.opts = null;
+ this.seriesIndex = 0;
+ }
+
+ _createClass(Fill, [{
+ key: "clippedImgArea",
+ value: function clippedImgArea(params) {
+ var w = this.w;
+ var cnf = w.config;
+ var svgW = parseInt(w.globals.gridWidth, 10);
+ var svgH = parseInt(w.globals.gridHeight, 10);
+ var size = svgW > svgH ? svgW : svgH;
+ var fillImg = params.image;
+ var imgWidth = 0;
+ var imgHeight = 0;
+
+ if (typeof params.width === 'undefined' && typeof params.height === 'undefined') {
+ if (cnf.fill.image.width !== undefined && cnf.fill.image.height !== undefined) {
+ imgWidth = cnf.fill.image.width + 1;
+ imgHeight = cnf.fill.image.height;
+ } else {
+ imgWidth = size + 1;
+ imgHeight = size;
+ }
+ } else {
+ imgWidth = params.width;
+ imgHeight = params.height;
+ }
+
+ var elPattern = document.createElementNS(w.globals.SVGNS, 'pattern');
+ Graphics.setAttrs(elPattern, {
+ id: params.patternID,
+ patternUnits: params.patternUnits ? params.patternUnits : 'userSpaceOnUse',
+ width: imgWidth + 'px',
+ height: imgHeight + 'px'
+ });
+ var elImage = document.createElementNS(w.globals.SVGNS, 'image');
+ elPattern.appendChild(elImage);
+ elImage.setAttributeNS(window.SVG.xlink, 'href', fillImg);
+ Graphics.setAttrs(elImage, {
+ x: 0,
+ y: 0,
+ preserveAspectRatio: 'none',
+ width: imgWidth + 'px',
+ height: imgHeight + 'px'
+ });
+ elImage.style.opacity = params.opacity;
+ w.globals.dom.elDefs.node.appendChild(elPattern);
+ }
+ }, {
+ key: "getSeriesIndex",
+ value: function getSeriesIndex(opts) {
+ var w = this.w;
+
+ if ((w.config.chart.type === 'bar' || w.config.chart.type === 'rangeBar') && w.config.plotOptions.bar.distributed || w.config.chart.type === 'heatmap' || w.config.chart.type === 'treemap') {
+ this.seriesIndex = opts.seriesNumber;
+ } else {
+ this.seriesIndex = opts.seriesNumber % w.globals.series.length;
+ }
+
+ return this.seriesIndex;
+ }
+ }, {
+ key: "fillPath",
+ value: function fillPath(opts) {
+ var w = this.w;
+ this.opts = opts;
+ var cnf = this.w.config;
+ var pathFill;
+ var patternFill, gradientFill;
+ this.seriesIndex = this.getSeriesIndex(opts);
+ var fillColors = this.getFillColors();
+ var fillColor = fillColors[this.seriesIndex]; //override fillcolor if user inputted color with data
+
+ if (w.globals.seriesColors[this.seriesIndex] !== undefined) {
+ fillColor = w.globals.seriesColors[this.seriesIndex];
+ }
+
+ if (typeof fillColor === 'function') {
+ fillColor = fillColor({
+ seriesIndex: this.seriesIndex,
+ dataPointIndex: opts.dataPointIndex,
+ value: opts.value,
+ w: w
+ });
+ }
+
+ var fillType = this.getFillType(this.seriesIndex);
+ var fillOpacity = Array.isArray(cnf.fill.opacity) ? cnf.fill.opacity[this.seriesIndex] : cnf.fill.opacity;
+
+ if (opts.color) {
+ fillColor = opts.color;
+ }
+
+ var defaultColor = fillColor;
+
+ if (fillColor.indexOf('rgb') === -1) {
+ if (fillColor.length < 9) {
+ // if the hex contains alpha and is of 9 digit, skip the opacity
+ defaultColor = Utils$1.hexToRgba(fillColor, fillOpacity);
+ }
+ } else {
+ if (fillColor.indexOf('rgba') > -1) {
+ fillOpacity = Utils$1.getOpacityFromRGBA(fillColor);
+ }
+ }
+
+ if (opts.opacity) fillOpacity = opts.opacity;
+
+ if (fillType === 'pattern') {
+ patternFill = this.handlePatternFill(patternFill, fillColor, fillOpacity, defaultColor);
+ }
+
+ if (fillType === 'gradient') {
+ gradientFill = this.handleGradientFill(fillColor, fillOpacity, this.seriesIndex);
+ }
+
+ if (fillType === 'image') {
+ var imgSrc = cnf.fill.image.src;
+ var patternID = opts.patternID ? opts.patternID : '';
+ this.clippedImgArea({
+ opacity: fillOpacity,
+ image: Array.isArray(imgSrc) ? opts.seriesNumber < imgSrc.length ? imgSrc[opts.seriesNumber] : imgSrc[0] : imgSrc,
+ width: opts.width ? opts.width : undefined,
+ height: opts.height ? opts.height : undefined,
+ patternUnits: opts.patternUnits,
+ patternID: "pattern".concat(w.globals.cuid).concat(opts.seriesNumber + 1).concat(patternID)
+ });
+ pathFill = "url(#pattern".concat(w.globals.cuid).concat(opts.seriesNumber + 1).concat(patternID, ")");
+ } else if (fillType === 'gradient') {
+ pathFill = gradientFill;
+ } else if (fillType === 'pattern') {
+ pathFill = patternFill;
+ } else {
+ pathFill = defaultColor;
+ } // override pattern/gradient if opts.solid is true
+
+
+ if (opts.solid) {
+ pathFill = defaultColor;
+ }
+
+ return pathFill;
+ }
+ }, {
+ key: "getFillType",
+ value: function getFillType(seriesIndex) {
+ var w = this.w;
+
+ if (Array.isArray(w.config.fill.type)) {
+ return w.config.fill.type[seriesIndex];
+ } else {
+ return w.config.fill.type;
+ }
+ }
+ }, {
+ key: "getFillColors",
+ value: function getFillColors() {
+ var w = this.w;
+ var cnf = w.config;
+ var opts = this.opts;
+ var fillColors = [];
+
+ if (w.globals.comboCharts) {
+ if (w.config.series[this.seriesIndex].type === 'line') {
+ if (Array.isArray(w.globals.stroke.colors)) {
+ fillColors = w.globals.stroke.colors;
+ } else {
+ fillColors.push(w.globals.stroke.colors);
+ }
+ } else {
+ if (Array.isArray(w.globals.fill.colors)) {
+ fillColors = w.globals.fill.colors;
+ } else {
+ fillColors.push(w.globals.fill.colors);
+ }
+ }
+ } else {
+ if (cnf.chart.type === 'line') {
+ if (Array.isArray(w.globals.stroke.colors)) {
+ fillColors = w.globals.stroke.colors;
+ } else {
+ fillColors.push(w.globals.stroke.colors);
+ }
+ } else {
+ if (Array.isArray(w.globals.fill.colors)) {
+ fillColors = w.globals.fill.colors;
+ } else {
+ fillColors.push(w.globals.fill.colors);
+ }
+ }
+ } // colors passed in arguments
+
+
+ if (typeof opts.fillColors !== 'undefined') {
+ fillColors = [];
+
+ if (Array.isArray(opts.fillColors)) {
+ fillColors = opts.fillColors.slice();
+ } else {
+ fillColors.push(opts.fillColors);
+ }
+ }
+
+ return fillColors;
+ }
+ }, {
+ key: "handlePatternFill",
+ value: function handlePatternFill(patternFill, fillColor, fillOpacity, defaultColor) {
+ var cnf = this.w.config;
+ var opts = this.opts;
+ var graphics = new Graphics(this.ctx);
+ var patternStrokeWidth = cnf.fill.pattern.strokeWidth === undefined ? Array.isArray(cnf.stroke.width) ? cnf.stroke.width[this.seriesIndex] : cnf.stroke.width : Array.isArray(cnf.fill.pattern.strokeWidth) ? cnf.fill.pattern.strokeWidth[this.seriesIndex] : cnf.fill.pattern.strokeWidth;
+ var patternLineColor = fillColor;
+
+ if (Array.isArray(cnf.fill.pattern.style)) {
+ if (typeof cnf.fill.pattern.style[opts.seriesNumber] !== 'undefined') {
+ var pf = graphics.drawPattern(cnf.fill.pattern.style[opts.seriesNumber], cnf.fill.pattern.width, cnf.fill.pattern.height, patternLineColor, patternStrokeWidth, fillOpacity);
+ patternFill = pf;
+ } else {
+ patternFill = defaultColor;
+ }
+ } else {
+ patternFill = graphics.drawPattern(cnf.fill.pattern.style, cnf.fill.pattern.width, cnf.fill.pattern.height, patternLineColor, patternStrokeWidth, fillOpacity);
+ }
+
+ return patternFill;
+ }
+ }, {
+ key: "handleGradientFill",
+ value: function handleGradientFill(fillColor, fillOpacity, i) {
+ var cnf = this.w.config;
+ var opts = this.opts;
+ var graphics = new Graphics(this.ctx);
+ var utils = new Utils$1();
+ var type = cnf.fill.gradient.type;
+ var gradientFrom = fillColor;
+ var gradientTo;
+ var opacityFrom = cnf.fill.gradient.opacityFrom === undefined ? fillOpacity : Array.isArray(cnf.fill.gradient.opacityFrom) ? cnf.fill.gradient.opacityFrom[i] : cnf.fill.gradient.opacityFrom;
+
+ if (gradientFrom.indexOf('rgba') > -1) {
+ opacityFrom = Utils$1.getOpacityFromRGBA(gradientFrom);
+ }
+
+ var opacityTo = cnf.fill.gradient.opacityTo === undefined ? fillOpacity : Array.isArray(cnf.fill.gradient.opacityTo) ? cnf.fill.gradient.opacityTo[i] : cnf.fill.gradient.opacityTo;
+
+ if (cnf.fill.gradient.gradientToColors === undefined || cnf.fill.gradient.gradientToColors.length === 0) {
+ if (cnf.fill.gradient.shade === 'dark') {
+ gradientTo = utils.shadeColor(parseFloat(cnf.fill.gradient.shadeIntensity) * -1, fillColor.indexOf('rgb') > -1 ? Utils$1.rgb2hex(fillColor) : fillColor);
+ } else {
+ gradientTo = utils.shadeColor(parseFloat(cnf.fill.gradient.shadeIntensity), fillColor.indexOf('rgb') > -1 ? Utils$1.rgb2hex(fillColor) : fillColor);
+ }
+ } else {
+ if (cnf.fill.gradient.gradientToColors[opts.seriesNumber]) {
+ var gToColor = cnf.fill.gradient.gradientToColors[opts.seriesNumber];
+ gradientTo = gToColor;
+
+ if (gToColor.indexOf('rgba') > -1) {
+ opacityTo = Utils$1.getOpacityFromRGBA(gToColor);
+ }
+ } else {
+ gradientTo = fillColor;
+ }
+ }
+
+ if (cnf.fill.gradient.inverseColors) {
+ var t = gradientFrom;
+ gradientFrom = gradientTo;
+ gradientTo = t;
+ }
+
+ if (gradientFrom.indexOf('rgb') > -1) {
+ gradientFrom = Utils$1.rgb2hex(gradientFrom);
+ }
+
+ if (gradientTo.indexOf('rgb') > -1) {
+ gradientTo = Utils$1.rgb2hex(gradientTo);
+ }
+
+ return graphics.drawGradient(type, gradientFrom, gradientTo, opacityFrom, opacityTo, opts.size, cnf.fill.gradient.stops, cnf.fill.gradient.colorStops, i);
+ }
+ }]);
+
+ return Fill;
+ }();
+
+ /**
+ * ApexCharts Markers Class for drawing points on y values in axes charts.
+ *
+ * @module Markers
+ **/
+
+ var Markers = /*#__PURE__*/function () {
+ function Markers(ctx, opts) {
+ _classCallCheck(this, Markers);
+
+ this.ctx = ctx;
+ this.w = ctx.w;
+ }
+
+ _createClass(Markers, [{
+ key: "setGlobalMarkerSize",
+ value: function setGlobalMarkerSize() {
+ var w = this.w;
+ w.globals.markers.size = Array.isArray(w.config.markers.size) ? w.config.markers.size : [w.config.markers.size];
+
+ if (w.globals.markers.size.length > 0) {
+ if (w.globals.markers.size.length < w.globals.series.length + 1) {
+ for (var i = 0; i <= w.globals.series.length; i++) {
+ if (typeof w.globals.markers.size[i] === 'undefined') {
+ w.globals.markers.size.push(w.globals.markers.size[0]);
+ }
+ }
+ }
+ } else {
+ w.globals.markers.size = w.config.series.map(function (s) {
+ return w.config.markers.size;
+ });
+ }
+ }
+ }, {
+ key: "plotChartMarkers",
+ value: function plotChartMarkers(pointsPos, seriesIndex, j, pSize) {
+ var alwaysDrawMarker = arguments.length > 4 && arguments[4] !== undefined ? arguments[4] : false;
+ var w = this.w;
+ var i = seriesIndex;
+ var p = pointsPos;
+ var elPointsWrap = null;
+ var graphics = new Graphics(this.ctx);
+ var point;
+
+ if (w.globals.markers.size[seriesIndex] > 0 || alwaysDrawMarker) {
+ elPointsWrap = graphics.group({
+ class: alwaysDrawMarker ? '' : 'apexcharts-series-markers'
+ });
+ elPointsWrap.attr('clip-path', "url(#gridRectMarkerMask".concat(w.globals.cuid, ")"));
+ }
+
+ if (Array.isArray(p.x)) {
+ for (var q = 0; q < p.x.length; q++) {
+ var dataPointIndex = j; // a small hack as we have 2 points for the first val to connect it
+
+ if (j === 1 && q === 0) dataPointIndex = 0;
+ if (j === 1 && q === 1) dataPointIndex = 1;
+ var PointClasses = 'apexcharts-marker';
+
+ if ((w.config.chart.type === 'line' || w.config.chart.type === 'area') && !w.globals.comboCharts && !w.config.tooltip.intersect) {
+ PointClasses += ' no-pointer-events';
+ }
+
+ var shouldMarkerDraw = Array.isArray(w.config.markers.size) ? w.globals.markers.size[seriesIndex] > 0 : w.config.markers.size > 0;
+
+ if (shouldMarkerDraw || alwaysDrawMarker) {
+ if (Utils$1.isNumber(p.y[q])) {
+ PointClasses += " w".concat(Utils$1.randomId());
+ } else {
+ PointClasses = 'apexcharts-nullpoint';
+ }
+
+ var opts = this.getMarkerConfig({
+ cssClass: PointClasses,
+ seriesIndex: seriesIndex,
+ dataPointIndex: dataPointIndex
+ });
+
+ if (w.config.series[i].data[dataPointIndex]) {
+ if (w.config.series[i].data[dataPointIndex].fillColor) {
+ opts.pointFillColor = w.config.series[i].data[dataPointIndex].fillColor;
+ }
+
+ if (w.config.series[i].data[dataPointIndex].strokeColor) {
+ opts.pointStrokeColor = w.config.series[i].data[dataPointIndex].strokeColor;
+ }
+ }
+
+ if (pSize) {
+ opts.pSize = pSize;
+ }
+
+ point = graphics.drawMarker(p.x[q], p.y[q], opts);
+ point.attr('rel', dataPointIndex);
+ point.attr('j', dataPointIndex);
+ point.attr('index', seriesIndex);
+ point.node.setAttribute('default-marker-size', opts.pSize);
+ var filters = new Filters(this.ctx);
+ filters.setSelectionFilter(point, seriesIndex, dataPointIndex);
+ this.addEvents(point);
+
+ if (elPointsWrap) {
+ elPointsWrap.add(point);
+ }
+ } else {
+ // dynamic array creation - multidimensional
+ if (typeof w.globals.pointsArray[seriesIndex] === 'undefined') w.globals.pointsArray[seriesIndex] = [];
+ w.globals.pointsArray[seriesIndex].push([p.x[q], p.y[q]]);
+ }
+ }
+ }
+
+ return elPointsWrap;
+ }
+ }, {
+ key: "getMarkerConfig",
+ value: function getMarkerConfig(_ref) {
+ var cssClass = _ref.cssClass,
+ seriesIndex = _ref.seriesIndex,
+ _ref$dataPointIndex = _ref.dataPointIndex,
+ dataPointIndex = _ref$dataPointIndex === void 0 ? null : _ref$dataPointIndex,
+ _ref$finishRadius = _ref.finishRadius,
+ finishRadius = _ref$finishRadius === void 0 ? null : _ref$finishRadius;
+ var w = this.w;
+ var pStyle = this.getMarkerStyle(seriesIndex);
+ var pSize = w.globals.markers.size[seriesIndex];
+ var m = w.config.markers; // discrete markers is an option where user can specify a particular marker with different shape, size and color
+
+ if (dataPointIndex !== null && m.discrete.length) {
+ m.discrete.map(function (marker) {
+ if (marker.seriesIndex === seriesIndex && marker.dataPointIndex === dataPointIndex) {
+ pStyle.pointStrokeColor = marker.strokeColor;
+ pStyle.pointFillColor = marker.fillColor;
+ pSize = marker.size;
+ pStyle.pointShape = marker.shape;
+ }
+ });
+ }
+
+ return {
+ pSize: finishRadius === null ? pSize : finishRadius,
+ pRadius: m.radius,
+ width: Array.isArray(m.width) ? m.width[seriesIndex] : m.width,
+ height: Array.isArray(m.height) ? m.height[seriesIndex] : m.height,
+ pointStrokeWidth: Array.isArray(m.strokeWidth) ? m.strokeWidth[seriesIndex] : m.strokeWidth,
+ pointStrokeColor: pStyle.pointStrokeColor,
+ pointFillColor: pStyle.pointFillColor,
+ shape: pStyle.pointShape || (Array.isArray(m.shape) ? m.shape[seriesIndex] : m.shape),
+ class: cssClass,
+ pointStrokeOpacity: Array.isArray(m.strokeOpacity) ? m.strokeOpacity[seriesIndex] : m.strokeOpacity,
+ pointStrokeDashArray: Array.isArray(m.strokeDashArray) ? m.strokeDashArray[seriesIndex] : m.strokeDashArray,
+ pointFillOpacity: Array.isArray(m.fillOpacity) ? m.fillOpacity[seriesIndex] : m.fillOpacity,
+ seriesIndex: seriesIndex
+ };
+ }
+ }, {
+ key: "addEvents",
+ value: function addEvents(circle) {
+ var w = this.w;
+ var graphics = new Graphics(this.ctx);
+ circle.node.addEventListener('mouseenter', graphics.pathMouseEnter.bind(this.ctx, circle));
+ circle.node.addEventListener('mouseleave', graphics.pathMouseLeave.bind(this.ctx, circle));
+ circle.node.addEventListener('mousedown', graphics.pathMouseDown.bind(this.ctx, circle));
+ circle.node.addEventListener('click', w.config.markers.onClick);
+ circle.node.addEventListener('dblclick', w.config.markers.onDblClick);
+ circle.node.addEventListener('touchstart', graphics.pathMouseDown.bind(this.ctx, circle), {
+ passive: true
+ });
+ }
+ }, {
+ key: "getMarkerStyle",
+ value: function getMarkerStyle(seriesIndex) {
+ var w = this.w;
+ var colors = w.globals.markers.colors;
+ var strokeColors = w.config.markers.strokeColor || w.config.markers.strokeColors;
+ var pointStrokeColor = Array.isArray(strokeColors) ? strokeColors[seriesIndex] : strokeColors;
+ var pointFillColor = Array.isArray(colors) ? colors[seriesIndex] : colors;
+ return {
+ pointStrokeColor: pointStrokeColor,
+ pointFillColor: pointFillColor
+ };
+ }
+ }]);
+
+ return Markers;
+ }();
+
+ /**
+ * ApexCharts Scatter Class.
+ * This Class also handles bubbles chart as currently there is no major difference in drawing them,
+ * @module Scatter
+ **/
+
+ var Scatter = /*#__PURE__*/function () {
+ function Scatter(ctx) {
+ _classCallCheck(this, Scatter);
+
+ this.ctx = ctx;
+ this.w = ctx.w;
+ this.initialAnim = this.w.config.chart.animations.enabled;
+ this.dynamicAnim = this.initialAnim && this.w.config.chart.animations.dynamicAnimation.enabled;
+ }
+
+ _createClass(Scatter, [{
+ key: "draw",
+ value: function draw(elSeries, j, opts) {
+ var w = this.w;
+ var graphics = new Graphics(this.ctx);
+ var realIndex = opts.realIndex;
+ var pointsPos = opts.pointsPos;
+ var zRatio = opts.zRatio;
+ var elPointsMain = opts.elParent;
+ var elPointsWrap = graphics.group({
+ class: "apexcharts-series-markers apexcharts-series-".concat(w.config.chart.type)
+ });
+ elPointsWrap.attr('clip-path', "url(#gridRectMarkerMask".concat(w.globals.cuid, ")"));
+
+ if (Array.isArray(pointsPos.x)) {
+ for (var q = 0; q < pointsPos.x.length; q++) {
+ var dataPointIndex = j + 1;
+ var shouldDraw = true; // a small hack as we have 2 points for the first val to connect it
+
+ if (j === 0 && q === 0) dataPointIndex = 0;
+ if (j === 0 && q === 1) dataPointIndex = 1;
+ var radius = 0;
+ var finishRadius = w.globals.markers.size[realIndex];
+
+ if (zRatio !== Infinity) {
+ // means we have a bubble
+ finishRadius = w.globals.seriesZ[realIndex][dataPointIndex] / zRatio;
+ var bubble = w.config.plotOptions.bubble;
+
+ if (bubble.minBubbleRadius && finishRadius < bubble.minBubbleRadius) {
+ finishRadius = bubble.minBubbleRadius;
+ }
+
+ if (bubble.maxBubbleRadius && finishRadius > bubble.maxBubbleRadius) {
+ finishRadius = bubble.maxBubbleRadius;
+ }
+ }
+
+ if (!w.config.chart.animations.enabled) {
+ radius = finishRadius;
+ }
+
+ var x = pointsPos.x[q];
+ var y = pointsPos.y[q];
+ radius = radius || 0;
+
+ if (y === null || typeof w.globals.series[realIndex][dataPointIndex] === 'undefined') {
+ shouldDraw = false;
+ }
+
+ if (shouldDraw) {
+ var point = this.drawPoint(x, y, radius, finishRadius, realIndex, dataPointIndex, j);
+ elPointsWrap.add(point);
+ }
+
+ elPointsMain.add(elPointsWrap);
+ }
+ }
+ }
+ }, {
+ key: "drawPoint",
+ value: function drawPoint(x, y, radius, finishRadius, realIndex, dataPointIndex, j) {
+ var w = this.w;
+ var i = realIndex;
+ var anim = new Animations(this.ctx);
+ var filters = new Filters(this.ctx);
+ var fill = new Fill(this.ctx);
+ var markers = new Markers(this.ctx);
+ var graphics = new Graphics(this.ctx);
+ var markerConfig = markers.getMarkerConfig({
+ cssClass: 'apexcharts-marker',
+ seriesIndex: i,
+ dataPointIndex: dataPointIndex,
+ finishRadius: w.config.chart.type === 'bubble' || w.globals.comboCharts && w.config.series[realIndex] && w.config.series[realIndex].type === 'bubble' ? finishRadius : null
+ });
+ finishRadius = markerConfig.pSize;
+ var pathFillCircle = fill.fillPath({
+ seriesNumber: realIndex,
+ dataPointIndex: dataPointIndex,
+ color: markerConfig.pointFillColor,
+ patternUnits: 'objectBoundingBox',
+ value: w.globals.series[realIndex][j]
+ });
+ var el;
+
+ if (markerConfig.shape === 'circle') {
+ el = graphics.drawCircle(radius);
+ } else if (markerConfig.shape === 'square' || markerConfig.shape === 'rect') {
+ el = graphics.drawRect(0, 0, markerConfig.width - markerConfig.pointStrokeWidth / 2, markerConfig.height - markerConfig.pointStrokeWidth / 2, markerConfig.pRadius);
+ }
+
+ if (w.config.series[i].data[dataPointIndex]) {
+ if (w.config.series[i].data[dataPointIndex].fillColor) {
+ pathFillCircle = w.config.series[i].data[dataPointIndex].fillColor;
+ }
+ }
+
+ el.attr({
+ x: x - markerConfig.width / 2 - markerConfig.pointStrokeWidth / 2,
+ y: y - markerConfig.height / 2 - markerConfig.pointStrokeWidth / 2,
+ cx: x,
+ cy: y,
+ fill: pathFillCircle,
+ 'fill-opacity': markerConfig.pointFillOpacity,
+ stroke: markerConfig.pointStrokeColor,
+ r: finishRadius,
+ 'stroke-width': markerConfig.pointStrokeWidth,
+ 'stroke-dasharray': markerConfig.pointStrokeDashArray,
+ 'stroke-opacity': markerConfig.pointStrokeOpacity
+ });
+
+ if (w.config.chart.dropShadow.enabled) {
+ var dropShadow = w.config.chart.dropShadow;
+ filters.dropShadow(el, dropShadow, realIndex);
+ }
+
+ if (this.initialAnim && !w.globals.dataChanged && !w.globals.resized) {
+ var speed = w.config.chart.animations.speed;
+ anim.animateMarker(el, 0, markerConfig.shape === 'circle' ? finishRadius : {
+ width: markerConfig.width,
+ height: markerConfig.height
+ }, speed, w.globals.easing, function () {
+ window.setTimeout(function () {
+ anim.animationCompleted(el);
+ }, 100);
+ });
+ } else {
+ w.globals.animationEnded = true;
+ }
+
+ if (w.globals.dataChanged && markerConfig.shape === 'circle') {
+ if (this.dynamicAnim) {
+ var _speed = w.config.chart.animations.dynamicAnimation.speed;
+ var prevX, prevY, prevR;
+ var prevPathJ = null;
+ prevPathJ = w.globals.previousPaths[realIndex] && w.globals.previousPaths[realIndex][j];
+
+ if (typeof prevPathJ !== 'undefined' && prevPathJ !== null) {
+ // series containing less elements will ignore these values and revert to 0
+ prevX = prevPathJ.x;
+ prevY = prevPathJ.y;
+ prevR = typeof prevPathJ.r !== 'undefined' ? prevPathJ.r : finishRadius;
+ }
+
+ for (var cs = 0; cs < w.globals.collapsedSeries.length; cs++) {
+ if (w.globals.collapsedSeries[cs].index === realIndex) {
+ _speed = 1;
+ finishRadius = 0;
+ }
+ }
+
+ if (x === 0 && y === 0) finishRadius = 0;
+ anim.animateCircle(el, {
+ cx: prevX,
+ cy: prevY,
+ r: prevR
+ }, {
+ cx: x,
+ cy: y,
+ r: finishRadius
+ }, _speed, w.globals.easing);
+ } else {
+ el.attr({
+ r: finishRadius
+ });
+ }
+ }
+
+ el.attr({
+ rel: dataPointIndex,
+ j: dataPointIndex,
+ index: realIndex,
+ 'default-marker-size': finishRadius
+ });
+ filters.setSelectionFilter(el, realIndex, dataPointIndex);
+ markers.addEvents(el);
+ el.node.classList.add('apexcharts-marker');
+ return el;
+ }
+ }, {
+ key: "centerTextInBubble",
+ value: function centerTextInBubble(y) {
+ var w = this.w;
+ y = y + parseInt(w.config.dataLabels.style.fontSize, 10) / 4;
+ return {
+ y: y
+ };
+ }
+ }]);
+
+ return Scatter;
+ }();
+
+ /**
+ * ApexCharts DataLabels Class for drawing dataLabels on Axes based Charts.
+ *
+ * @module DataLabels
+ **/
+
+ var DataLabels = /*#__PURE__*/function () {
+ function DataLabels(ctx) {
+ _classCallCheck(this, DataLabels);
+
+ this.ctx = ctx;
+ this.w = ctx.w;
+ } // When there are many datalabels to be printed, and some of them overlaps each other in the same series, this method will take care of that
+ // Also, when datalabels exceeds the drawable area and get clipped off, we need to adjust and move some pixels to make them visible again
+
+
+ _createClass(DataLabels, [{
+ key: "dataLabelsCorrection",
+ value: function dataLabelsCorrection(x, y, val, i, dataPointIndex, alwaysDrawDataLabel, fontSize) {
+ var w = this.w;
+ var graphics = new Graphics(this.ctx);
+ var drawnextLabel = false; //
+
+ var textRects = graphics.getTextRects(val, fontSize);
+ var width = textRects.width;
+ var height = textRects.height;
+ if (y < 0) y = 0;
+ if (y > w.globals.gridHeight + height) y = w.globals.gridHeight + height / 2; // first value in series, so push an empty array
+
+ if (typeof w.globals.dataLabelsRects[i] === 'undefined') w.globals.dataLabelsRects[i] = []; // then start pushing actual rects in that sub-array
+
+ w.globals.dataLabelsRects[i].push({
+ x: x,
+ y: y,
+ width: width,
+ height: height
+ });
+ var len = w.globals.dataLabelsRects[i].length - 2;
+ var lastDrawnIndex = typeof w.globals.lastDrawnDataLabelsIndexes[i] !== 'undefined' ? w.globals.lastDrawnDataLabelsIndexes[i][w.globals.lastDrawnDataLabelsIndexes[i].length - 1] : 0;
+
+ if (typeof w.globals.dataLabelsRects[i][len] !== 'undefined') {
+ var lastDataLabelRect = w.globals.dataLabelsRects[i][lastDrawnIndex];
+
+ if ( // next label forward and x not intersecting
+ x > lastDataLabelRect.x + lastDataLabelRect.width + 2 || y > lastDataLabelRect.y + lastDataLabelRect.height + 2 || x + width < lastDataLabelRect.x // next label is going to be drawn backwards
+ ) {
+ // the 2 indexes don't override, so OK to draw next label
+ drawnextLabel = true;
+ }
+ }
+
+ if (dataPointIndex === 0 || alwaysDrawDataLabel) {
+ drawnextLabel = true;
+ }
+
+ return {
+ x: x,
+ y: y,
+ textRects: textRects,
+ drawnextLabel: drawnextLabel
+ };
+ }
+ }, {
+ key: "drawDataLabel",
+ value: function drawDataLabel(pos, i, j) {
+ var _this = this;
+ var strokeWidth = arguments.length > 4 && arguments[4] !== undefined ? arguments[4] : 2;
+ // this method handles line, area, bubble, scatter charts as those charts contains markers/points which have pre-defined x/y positions
+ // all other charts like radar / bars / heatmaps will define their own drawDataLabel routine
+ var w = this.w;
+ var graphics = new Graphics(this.ctx);
+ var dataLabelsConfig = w.config.dataLabels;
+ var x = 0;
+ var y = 0;
+ var dataPointIndex = j;
+ var elDataLabelsWrap = null;
+
+ if (!dataLabelsConfig.enabled || !Array.isArray(pos.x)) {
+ return elDataLabelsWrap;
+ }
+
+ elDataLabelsWrap = graphics.group({
+ class: 'apexcharts-data-labels'
+ });
+
+ for (var q = 0; q < pos.x.length; q++) {
+ x = pos.x[q] + dataLabelsConfig.offsetX;
+ y = pos.y[q] + dataLabelsConfig.offsetY + strokeWidth;
+
+ if (!isNaN(x)) {
+ // a small hack as we have 2 points for the first val to connect it
+ if (j === 1 && q === 0) dataPointIndex = 0;
+ if (j === 1 && q === 1) dataPointIndex = 1;
+ var val = w.globals.series[i][dataPointIndex];
+ var text = '';
+
+ var getText = function getText(v) {
+ return w.config.dataLabels.formatter(v, {
+ ctx: _this.ctx,
+ seriesIndex: i,
+ dataPointIndex: dataPointIndex,
+ w: w
+ });
+ };
+
+ if (w.config.chart.type === 'bubble') {
+ val = w.globals.seriesZ[i][dataPointIndex];
+ text = getText(val);
+ y = pos.y[q];
+ var scatter = new Scatter(this.ctx);
+ var centerTextInBubbleCoords = scatter.centerTextInBubble(y, i, dataPointIndex);
+ y = centerTextInBubbleCoords.y;
+ } else {
+ if (typeof val !== 'undefined') {
+ text = getText(val);
+ }
+ }
+
+ this.plotDataLabelsText({
+ x: x,
+ y: y,
+ text: text,
+ i: i,
+ j: dataPointIndex,
+ parent: elDataLabelsWrap,
+ offsetCorrection: true,
+ dataLabelsConfig: w.config.dataLabels
+ });
+ }
+ }
+
+ return elDataLabelsWrap;
+ }
+ }, {
+ key: "plotDataLabelsText",
+ value: function plotDataLabelsText(opts) {
+ var w = this.w;
+ var graphics = new Graphics(this.ctx);
+ var x = opts.x,
+ y = opts.y,
+ i = opts.i,
+ j = opts.j,
+ text = opts.text,
+ textAnchor = opts.textAnchor,
+ fontSize = opts.fontSize,
+ parent = opts.parent,
+ dataLabelsConfig = opts.dataLabelsConfig,
+ color = opts.color,
+ alwaysDrawDataLabel = opts.alwaysDrawDataLabel,
+ offsetCorrection = opts.offsetCorrection;
+
+ if (Array.isArray(w.config.dataLabels.enabledOnSeries)) {
+ if (w.config.dataLabels.enabledOnSeries.indexOf(i) < 0) {
+ return;
+ }
+ }
+
+ var correctedLabels = {
+ x: x,
+ y: y,
+ drawnextLabel: true
+ };
+
+ if (offsetCorrection) {
+ correctedLabels = this.dataLabelsCorrection(x, y, text, i, j, alwaysDrawDataLabel, parseInt(dataLabelsConfig.style.fontSize, 10));
+ } // when zoomed, we don't need to correct labels offsets,
+ // but if normally, labels get cropped, correct them
+
+
+ if (!w.globals.zoomed) {
+ x = correctedLabels.x;
+ y = correctedLabels.y;
+ }
+
+ if (correctedLabels.textRects) {
+ // fixes #2264
+ if (x < -10 - correctedLabels.textRects.width || x > w.globals.gridWidth + correctedLabels.textRects.width + 10) {
+ // datalabels fall outside drawing area, so draw a blank label
+ text = '';
+ }
+ }
+
+ var dataLabelColor = w.globals.dataLabels.style.colors[i];
+
+ if ((w.config.chart.type === 'bar' || w.config.chart.type === 'rangeBar') && w.config.plotOptions.bar.distributed || w.config.dataLabels.distributed) {
+ dataLabelColor = w.globals.dataLabels.style.colors[j];
+ }
+
+ if (typeof dataLabelColor === 'function') {
+ dataLabelColor = dataLabelColor({
+ series: w.globals.series,
+ seriesIndex: i,
+ dataPointIndex: j,
+ w: w
+ });
+ }
+
+ if (color) {
+ dataLabelColor = color;
+ }
+
+ var offX = dataLabelsConfig.offsetX;
+ var offY = dataLabelsConfig.offsetY;
+
+ if (w.config.chart.type === 'bar' || w.config.chart.type === 'rangeBar') {
+ // for certain chart types, we handle offsets while calculating datalabels pos
+ // why? because bars/column may have negative values and based on that
+ // offsets becomes reversed
+ offX = 0;
+ offY = 0;
+ }
+
+ if (correctedLabels.drawnextLabel) {
+ var dataLabelText = graphics.drawText({
+ width: 100,
+ height: parseInt(dataLabelsConfig.style.fontSize, 10),
+ x: x + offX,
+ y: y + offY,
+ foreColor: dataLabelColor,
+ textAnchor: textAnchor || dataLabelsConfig.textAnchor,
+ text: text,
+ fontSize: fontSize || dataLabelsConfig.style.fontSize,
+ fontFamily: dataLabelsConfig.style.fontFamily,
+ fontWeight: dataLabelsConfig.style.fontWeight || 'normal'
+ });
+ dataLabelText.attr({
+ class: 'apexcharts-datalabel',
+ cx: x,
+ cy: y
+ });
+
+ if (dataLabelsConfig.dropShadow.enabled) {
+ var textShadow = dataLabelsConfig.dropShadow;
+ var filters = new Filters(this.ctx);
+ filters.dropShadow(dataLabelText, textShadow);
+ }
+
+ parent.add(dataLabelText);
+
+ if (typeof w.globals.lastDrawnDataLabelsIndexes[i] === 'undefined') {
+ w.globals.lastDrawnDataLabelsIndexes[i] = [];
+ }
+
+ w.globals.lastDrawnDataLabelsIndexes[i].push(j);
+ }
+ }
+ }, {
+ key: "addBackgroundToDataLabel",
+ value: function addBackgroundToDataLabel(el, coords) {
+ var w = this.w;
+ var bCnf = w.config.dataLabels.background;
+ var paddingH = bCnf.padding;
+ var paddingV = bCnf.padding / 2;
+ var width = coords.width;
+ var height = coords.height;
+ var graphics = new Graphics(this.ctx);
+ var elRect = graphics.drawRect(coords.x - paddingH, coords.y - paddingV / 2, width + paddingH * 2, height + paddingV, bCnf.borderRadius, w.config.chart.background === 'transparent' ? '#fff' : w.config.chart.background, bCnf.opacity, bCnf.borderWidth, bCnf.borderColor);
+
+ if (bCnf.dropShadow.enabled) {
+ var filters = new Filters(this.ctx);
+ filters.dropShadow(elRect, bCnf.dropShadow);
+ }
+
+ return elRect;
+ }
+ }, {
+ key: "dataLabelsBackground",
+ value: function dataLabelsBackground() {
+ var w = this.w;
+ if (w.config.chart.type === 'bubble') return;
+ var elDataLabels = w.globals.dom.baseEl.querySelectorAll('.apexcharts-datalabels text');
+
+ for (var i = 0; i < elDataLabels.length; i++) {
+ var el = elDataLabels[i];
+ var coords = el.getBBox();
+ var elRect = null;
+
+ if (coords.width && coords.height) {
+ elRect = this.addBackgroundToDataLabel(el, coords);
+ }
+
+ if (elRect) {
+ el.parentNode.insertBefore(elRect.node, el);
+ var background = el.getAttribute('fill');
+ var shouldAnim = w.config.chart.animations.enabled && !w.globals.resized && !w.globals.dataChanged;
+
+ if (shouldAnim) {
+ elRect.animate().attr({
+ fill: background
+ });
+ } else {
+ elRect.attr({
+ fill: background
+ });
+ }
+
+ el.setAttribute('fill', w.config.dataLabels.background.foreColor);
+ }
+ }
+ }
+ }, {
+ key: "bringForward",
+ value: function bringForward() {
+ var w = this.w;
+ var elDataLabelsNodes = w.globals.dom.baseEl.querySelectorAll('.apexcharts-datalabels');
+ var elSeries = w.globals.dom.baseEl.querySelector('.apexcharts-plot-series:last-child');
+
+ for (var i = 0; i < elDataLabelsNodes.length; i++) {
+ if (elSeries) {
+ elSeries.insertBefore(elDataLabelsNodes[i], elSeries.nextSibling);
+ }
+ }
+ }
+ }]);
+
+ return DataLabels;
+ }();
+
+ var BarDataLabels = /*#__PURE__*/function () {
+ function BarDataLabels(barCtx) {
+ _classCallCheck(this, BarDataLabels);
+
+ this.w = barCtx.w;
+ this.barCtx = barCtx;
+ }
+ /** handleBarDataLabels is used to calculate the positions for the data-labels
+ * It also sets the element's data attr for bars and calls drawCalculatedBarDataLabels()
+ * After calculating, it also calls the function to draw data labels
+ * @memberof Bar
+ * @param {object} {barProps} most of the bar properties used throughout the bar
+ * drawing function
+ * @return {object} dataLabels node-element which you can append later
+ **/
+
+
+ _createClass(BarDataLabels, [{
+ key: "handleBarDataLabels",
+ value: function handleBarDataLabels(opts) {
+ var x = opts.x,
+ y = opts.y,
+ y1 = opts.y1,
+ y2 = opts.y2,
+ i = opts.i,
+ j = opts.j,
+ realIndex = opts.realIndex,
+ series = opts.series,
+ barHeight = opts.barHeight,
+ barWidth = opts.barWidth,
+ barYPosition = opts.barYPosition,
+ visibleSeries = opts.visibleSeries,
+ renderedPath = opts.renderedPath;
+ var w = this.w;
+ var graphics = new Graphics(this.barCtx.ctx);
+ var strokeWidth = Array.isArray(this.barCtx.strokeWidth) ? this.barCtx.strokeWidth[realIndex] : this.barCtx.strokeWidth;
+ var bcx = x + parseFloat(barWidth * visibleSeries);
+ var bcy = y + parseFloat(barHeight * visibleSeries);
+
+ if (w.globals.isXNumeric && !w.globals.isBarHorizontal) {
+ bcx = x + parseFloat(barWidth * (visibleSeries + 1));
+ bcy = y + parseFloat(barHeight * (visibleSeries + 1)) - strokeWidth;
+ }
+
+ var dataLabels = null;
+ var dataLabelsX = x;
+ var dataLabelsY = y;
+ var dataLabelsPos = {};
+ var dataLabelsConfig = w.config.dataLabels;
+ var barDataLabelsConfig = this.barCtx.barOptions.dataLabels;
+
+ if (typeof barYPosition !== 'undefined' && this.barCtx.isRangeBar) {
+ bcy = barYPosition;
+ dataLabelsY = barYPosition;
+ }
+
+ var offX = dataLabelsConfig.offsetX;
+ var offY = dataLabelsConfig.offsetY;
+ var textRects = {
+ width: 0,
+ height: 0
+ };
+
+ if (w.config.dataLabels.enabled) {
+ var yLabel = this.barCtx.series[i][j];
+ textRects = graphics.getTextRects(w.globals.yLabelFormatters[0](yLabel), parseFloat(dataLabelsConfig.style.fontSize));
+ }
+
+ var params = {
+ x: x,
+ y: y,
+ i: i,
+ j: j,
+ renderedPath: renderedPath,
+ bcx: bcx,
+ bcy: bcy,
+ barHeight: barHeight,
+ barWidth: barWidth,
+ textRects: textRects,
+ strokeWidth: strokeWidth,
+ dataLabelsX: dataLabelsX,
+ dataLabelsY: dataLabelsY,
+ barDataLabelsConfig: barDataLabelsConfig,
+ offX: offX,
+ offY: offY
+ };
+
+ if (this.barCtx.isHorizontal) {
+ dataLabelsPos = this.calculateBarsDataLabelsPosition(params);
+ } else {
+ dataLabelsPos = this.calculateColumnsDataLabelsPosition(params);
+ }
+
+ renderedPath.attr({
+ cy: dataLabelsPos.bcy,
+ cx: dataLabelsPos.bcx,
+ j: j,
+ val: series[i][j],
+ barHeight: barHeight,
+ barWidth: barWidth
+ });
+ dataLabels = this.drawCalculatedDataLabels({
+ x: dataLabelsPos.dataLabelsX,
+ y: dataLabelsPos.dataLabelsY,
+ val: this.barCtx.isRangeBar ? [y1, y2] : series[i][j],
+ i: realIndex,
+ j: j,
+ barWidth: barWidth,
+ barHeight: barHeight,
+ textRects: textRects,
+ dataLabelsConfig: dataLabelsConfig
+ });
+ return dataLabels;
+ }
+ }, {
+ key: "calculateColumnsDataLabelsPosition",
+ value: function calculateColumnsDataLabelsPosition(opts) {
+ var w = this.w;
+ var i = opts.i,
+ j = opts.j,
+ y = opts.y,
+ bcx = opts.bcx,
+ barWidth = opts.barWidth,
+ barHeight = opts.barHeight,
+ textRects = opts.textRects,
+ dataLabelsY = opts.dataLabelsY,
+ barDataLabelsConfig = opts.barDataLabelsConfig,
+ strokeWidth = opts.strokeWidth,
+ offX = opts.offX,
+ offY = opts.offY;
+ var dataLabelsX;
+ barHeight = Math.abs(barHeight);
+ var vertical = w.config.plotOptions.bar.dataLabels.orientation === 'vertical';
+ bcx = bcx - strokeWidth / 2;
+ var dataPointsDividedWidth = w.globals.gridWidth / w.globals.dataPoints;
+
+ if (w.globals.isXNumeric) {
+ dataLabelsX = bcx - barWidth / 2 + offX;
+ } else {
+ dataLabelsX = bcx - dataPointsDividedWidth + barWidth / 2 + offX;
+ }
+
+ if (vertical) {
+ var offsetDLX = 2;
+ dataLabelsX = dataLabelsX + textRects.height / 2 - strokeWidth / 2 - offsetDLX;
+ }
+
+ var valIsNegative = this.barCtx.series[i][j] < 0;
+ var newY = y;
+
+ if (this.barCtx.isReversed) {
+ newY = y - barHeight + (valIsNegative ? barHeight * 2 : 0);
+ y = y - barHeight;
+ }
+
+ switch (barDataLabelsConfig.position) {
+ case 'center':
+ if (vertical) {
+ if (valIsNegative) {
+ dataLabelsY = newY + barHeight / 2 + offY;
+ } else {
+ dataLabelsY = newY + barHeight / 2 - offY;
+ }
+ } else {
+ if (valIsNegative) {
+ dataLabelsY = newY - barHeight / 2 + textRects.height / 2 + offY;
+ } else {
+ dataLabelsY = newY + barHeight / 2 + textRects.height / 2 - offY;
+ }
+ }
+
+ break;
+
+ case 'bottom':
+ if (vertical) {
+ if (valIsNegative) {
+ dataLabelsY = newY + barHeight + offY;
+ } else {
+ dataLabelsY = newY + barHeight - offY;
+ }
+ } else {
+ if (valIsNegative) {
+ dataLabelsY = newY - barHeight + textRects.height + strokeWidth + offY;
+ } else {
+ dataLabelsY = newY + barHeight - textRects.height / 2 + strokeWidth - offY;
+ }
+ }
+
+ break;
+
+ case 'top':
+ if (vertical) {
+ if (valIsNegative) {
+ dataLabelsY = newY + offY;
+ } else {
+ dataLabelsY = newY - offY;
+ }
+ } else {
+ if (valIsNegative) {
+ dataLabelsY = newY - textRects.height / 2 - offY;
+ } else {
+ dataLabelsY = newY + textRects.height + offY;
+ }
+ }
+
+ break;
+ }
+
+ if (!w.config.chart.stacked) {
+ if (dataLabelsY < 0) {
+ dataLabelsY = 0 + strokeWidth;
+ } else if (dataLabelsY + textRects.height / 3 > w.globals.gridHeight) {
+ dataLabelsY = w.globals.gridHeight - strokeWidth;
+ }
+ }
+
+ return {
+ bcx: bcx,
+ bcy: y,
+ dataLabelsX: dataLabelsX,
+ dataLabelsY: dataLabelsY
+ };
+ }
+ }, {
+ key: "calculateBarsDataLabelsPosition",
+ value: function calculateBarsDataLabelsPosition(opts) {
+ var w = this.w;
+ var x = opts.x,
+ i = opts.i,
+ j = opts.j,
+ bcy = opts.bcy,
+ barHeight = opts.barHeight,
+ barWidth = opts.barWidth,
+ textRects = opts.textRects,
+ dataLabelsX = opts.dataLabelsX,
+ strokeWidth = opts.strokeWidth,
+ barDataLabelsConfig = opts.barDataLabelsConfig,
+ offX = opts.offX,
+ offY = opts.offY;
+ var dataPointsDividedHeight = w.globals.gridHeight / w.globals.dataPoints;
+ barWidth = Math.abs(barWidth);
+ var dataLabelsY = bcy - (this.barCtx.isRangeBar ? 0 : dataPointsDividedHeight) + barHeight / 2 + textRects.height / 2 + offY - 3;
+ var valIsNegative = this.barCtx.series[i][j] < 0;
+ var newX = x;
+
+ if (this.barCtx.isReversed) {
+ newX = x + barWidth - (valIsNegative ? barWidth * 2 : 0);
+ x = w.globals.gridWidth - barWidth;
+ }
+
+ switch (barDataLabelsConfig.position) {
+ case 'center':
+ if (valIsNegative) {
+ dataLabelsX = newX + barWidth / 2 - offX;
+ } else {
+ dataLabelsX = Math.max(textRects.width / 2, newX - barWidth / 2) + offX;
+ }
+
+ break;
+
+ case 'bottom':
+ if (valIsNegative) {
+ dataLabelsX = newX + barWidth - strokeWidth - Math.round(textRects.width / 2) - offX;
+ } else {
+ dataLabelsX = newX - barWidth + strokeWidth + Math.round(textRects.width / 2) + offX;
+ }
+
+ break;
+
+ case 'top':
+ if (valIsNegative) {
+ dataLabelsX = newX - strokeWidth + Math.round(textRects.width / 2) - offX;
+ } else {
+ dataLabelsX = newX - strokeWidth - Math.round(textRects.width / 2) + offX;
+ }
+
+ break;
+ }
+
+ if (!w.config.chart.stacked) {
+ if (dataLabelsX < 0) {
+ dataLabelsX = dataLabelsX + textRects.width + strokeWidth;
+ } else if (dataLabelsX + textRects.width / 2 > w.globals.gridWidth) {
+ dataLabelsX = w.globals.gridWidth - textRects.width - strokeWidth;
+ }
+ }
+
+ return {
+ bcx: x,
+ bcy: bcy,
+ dataLabelsX: dataLabelsX,
+ dataLabelsY: dataLabelsY
+ };
+ }
+ }, {
+ key: "drawCalculatedDataLabels",
+ value: function drawCalculatedDataLabels(_ref) {
+ var x = _ref.x,
+ y = _ref.y,
+ val = _ref.val,
+ i = _ref.i,
+ j = _ref.j,
+ textRects = _ref.textRects,
+ barHeight = _ref.barHeight,
+ barWidth = _ref.barWidth,
+ dataLabelsConfig = _ref.dataLabelsConfig;
+ var w = this.w;
+ var rotate = 'rotate(0)';
+ if (w.config.plotOptions.bar.dataLabels.orientation === 'vertical') rotate = "rotate(-90, ".concat(x, ", ").concat(y, ")");
+ var dataLabels = new DataLabels(this.barCtx.ctx);
+ var graphics = new Graphics(this.barCtx.ctx);
+ var formatter = dataLabelsConfig.formatter;
+ var elDataLabelsWrap = null;
+ var isSeriesNotCollapsed = w.globals.collapsedSeriesIndices.indexOf(i) > -1;
+
+ if (dataLabelsConfig.enabled && !isSeriesNotCollapsed) {
+ elDataLabelsWrap = graphics.group({
+ class: 'apexcharts-data-labels',
+ transform: rotate
+ });
+ var text = '';
+
+ if (typeof val !== 'undefined') {
+ text = formatter(val, {
+ seriesIndex: i,
+ dataPointIndex: j,
+ w: w
+ });
+ }
+
+ var valIsNegative = w.globals.series[i][j] < 0;
+ var position = w.config.plotOptions.bar.dataLabels.position;
+
+ if (w.config.plotOptions.bar.dataLabels.orientation === 'vertical') {
+ if (position === 'top') {
+ if (valIsNegative) dataLabelsConfig.textAnchor = 'end';else dataLabelsConfig.textAnchor = 'start';
+ }
+
+ if (position === 'center') {
+ dataLabelsConfig.textAnchor = 'middle';
+ }
+
+ if (position === 'bottom') {
+ if (valIsNegative) dataLabelsConfig.textAnchor = 'end';else dataLabelsConfig.textAnchor = 'start';
+ }
+ }
+
+ if (this.barCtx.isRangeBar && this.barCtx.barOptions.dataLabels.hideOverflowingLabels) {
+ // hide the datalabel if it cannot fit into the rect
+ var txRect = graphics.getTextRects(text, parseFloat(dataLabelsConfig.style.fontSize));
+
+ if (barWidth < txRect.width) {
+ text = '';
+ }
+ }
+
+ if (w.config.chart.stacked && this.barCtx.barOptions.dataLabels.hideOverflowingLabels) {
+ // if there is not enough space to draw the label in the bar/column rect, check hideOverflowingLabels property to prevent overflowing on wrong rect
+ // Note: This issue is only seen in stacked charts
+ if (this.barCtx.isHorizontal) {
+ if (textRects.width / 1.6 > Math.abs(barWidth)) {
+ text = '';
+ }
+ } else {
+ if (textRects.height / 1.6 > Math.abs(barHeight)) {
+ text = '';
+ }
+ }
+ }
+
+ var modifiedDataLabelsConfig = _objectSpread2({}, dataLabelsConfig);
+
+ if (this.barCtx.isHorizontal) {
+ if (val < 0) {
+ if (dataLabelsConfig.textAnchor === 'start') {
+ modifiedDataLabelsConfig.textAnchor = 'end';
+ } else if (dataLabelsConfig.textAnchor === 'end') {
+ modifiedDataLabelsConfig.textAnchor = 'start';
+ }
+ }
+ }
+
+ dataLabels.plotDataLabelsText({
+ x: x,
+ y: y,
+ text: text,
+ i: i,
+ j: j,
+ parent: elDataLabelsWrap,
+ dataLabelsConfig: modifiedDataLabelsConfig,
+ alwaysDrawDataLabel: true,
+ offsetCorrection: true
+ });
+ }
+
+ return elDataLabelsWrap;
+ }
+ }]);
+
+ return BarDataLabels;
+ }();
+
+ /**
+ * ApexCharts Series Class for interaction with the Series of the chart.
+ *
+ * @module Series
+ **/
+
+ var Series = /*#__PURE__*/function () {
+ function Series(ctx) {
+ _classCallCheck(this, Series);
+
+ this.ctx = ctx;
+ this.w = ctx.w;
+ this.legendInactiveClass = 'legend-mouseover-inactive';
+ }
+
+ _createClass(Series, [{
+ key: "getAllSeriesEls",
+ value: function getAllSeriesEls() {
+ return this.w.globals.dom.baseEl.getElementsByClassName("apexcharts-series");
+ }
+ }, {
+ key: "getSeriesByName",
+ value: function getSeriesByName(seriesName) {
+ return this.w.globals.dom.baseEl.querySelector(".apexcharts-inner .apexcharts-series[seriesName='".concat(Utils$1.escapeString(seriesName), "']"));
+ }
+ }, {
+ key: "isSeriesHidden",
+ value: function isSeriesHidden(seriesName) {
+ var targetElement = this.getSeriesByName(seriesName);
+ var realIndex = parseInt(targetElement.getAttribute('data:realIndex'), 10);
+ var isHidden = targetElement.classList.contains('apexcharts-series-collapsed');
+ return {
+ isHidden: isHidden,
+ realIndex: realIndex
+ };
+ }
+ }, {
+ key: "addCollapsedClassToSeries",
+ value: function addCollapsedClassToSeries(elSeries, index) {
+ var w = this.w;
+
+ function iterateOnAllCollapsedSeries(series) {
+ for (var cs = 0; cs < series.length; cs++) {
+ if (series[cs].index === index) {
+ elSeries.node.classList.add('apexcharts-series-collapsed');
+ }
+ }
+ }
+
+ iterateOnAllCollapsedSeries(w.globals.collapsedSeries);
+ iterateOnAllCollapsedSeries(w.globals.ancillaryCollapsedSeries);
+ }
+ }, {
+ key: "toggleSeries",
+ value: function toggleSeries(seriesName) {
+ var isSeriesHidden = this.isSeriesHidden(seriesName);
+ this.ctx.legend.legendHelpers.toggleDataSeries(isSeriesHidden.realIndex, isSeriesHidden.isHidden);
+ return isSeriesHidden.isHidden;
+ }
+ }, {
+ key: "showSeries",
+ value: function showSeries(seriesName) {
+ var isSeriesHidden = this.isSeriesHidden(seriesName);
+
+ if (isSeriesHidden.isHidden) {
+ this.ctx.legend.legendHelpers.toggleDataSeries(isSeriesHidden.realIndex, true);
+ }
+ }
+ }, {
+ key: "hideSeries",
+ value: function hideSeries(seriesName) {
+ var isSeriesHidden = this.isSeriesHidden(seriesName);
+
+ if (!isSeriesHidden.isHidden) {
+ this.ctx.legend.legendHelpers.toggleDataSeries(isSeriesHidden.realIndex, false);
+ }
+ }
+ }, {
+ key: "resetSeries",
+ value: function resetSeries() {
+ var shouldUpdateChart = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : true;
+ var shouldResetZoom = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : true;
+ var shouldResetCollapsed = arguments.length > 2 && arguments[2] !== undefined ? arguments[2] : true;
+ var w = this.w;
+ var series = Utils$1.clone(w.globals.initialSeries);
+ w.globals.previousPaths = [];
+
+ if (shouldResetCollapsed) {
+ w.globals.collapsedSeries = [];
+ w.globals.ancillaryCollapsedSeries = [];
+ w.globals.collapsedSeriesIndices = [];
+ w.globals.ancillaryCollapsedSeriesIndices = [];
+ } else {
+ series = this.emptyCollapsedSeries(series);
+ }
+
+ w.config.series = series;
+
+ if (shouldUpdateChart) {
+ if (shouldResetZoom) {
+ w.globals.zoomed = false;
+ this.ctx.updateHelpers.revertDefaultAxisMinMax();
+ }
+
+ this.ctx.updateHelpers._updateSeries(series, w.config.chart.animations.dynamicAnimation.enabled);
+ }
+ }
+ }, {
+ key: "emptyCollapsedSeries",
+ value: function emptyCollapsedSeries(series) {
+ var w = this.w;
+
+ for (var i = 0; i < series.length; i++) {
+ if (w.globals.collapsedSeriesIndices.indexOf(i) > -1) {
+ series[i].data = [];
+ }
+ }
+
+ return series;
+ }
+ }, {
+ key: "toggleSeriesOnHover",
+ value: function toggleSeriesOnHover(e, targetElement) {
+ var w = this.w;
+ if (!targetElement) targetElement = e.target;
+ var allSeriesEls = w.globals.dom.baseEl.querySelectorAll(".apexcharts-series, .apexcharts-datalabels");
+
+ if (e.type === 'mousemove') {
+ var seriesCnt = parseInt(targetElement.getAttribute('rel'), 10) - 1;
+ var seriesEl = null;
+ var dataLabelEl = null;
+
+ if (w.globals.axisCharts || w.config.chart.type === 'radialBar') {
+ if (w.globals.axisCharts) {
+ seriesEl = w.globals.dom.baseEl.querySelector(".apexcharts-series[data\\:realIndex='".concat(seriesCnt, "']"));
+ dataLabelEl = w.globals.dom.baseEl.querySelector(".apexcharts-datalabels[data\\:realIndex='".concat(seriesCnt, "']"));
+ } else {
+ seriesEl = w.globals.dom.baseEl.querySelector(".apexcharts-series[rel='".concat(seriesCnt + 1, "']"));
+ }
+ } else {
+ seriesEl = w.globals.dom.baseEl.querySelector(".apexcharts-series[rel='".concat(seriesCnt + 1, "'] path"));
+ }
+
+ for (var se = 0; se < allSeriesEls.length; se++) {
+ allSeriesEls[se].classList.add(this.legendInactiveClass);
+ }
+
+ if (seriesEl !== null) {
+ if (!w.globals.axisCharts) {
+ seriesEl.parentNode.classList.remove(this.legendInactiveClass);
+ }
+
+ seriesEl.classList.remove(this.legendInactiveClass);
+
+ if (dataLabelEl !== null) {
+ dataLabelEl.classList.remove(this.legendInactiveClass);
+ }
+ }
+ } else if (e.type === 'mouseout') {
+ for (var _se = 0; _se < allSeriesEls.length; _se++) {
+ allSeriesEls[_se].classList.remove(this.legendInactiveClass);
+ }
+ }
+ }
+ }, {
+ key: "highlightRangeInSeries",
+ value: function highlightRangeInSeries(e, targetElement) {
+ var _this = this;
+
+ var w = this.w;
+ var allHeatMapElements = w.globals.dom.baseEl.getElementsByClassName('apexcharts-heatmap-rect');
+
+ var activeInactive = function activeInactive(action) {
+ for (var i = 0; i < allHeatMapElements.length; i++) {
+ allHeatMapElements[i].classList[action](_this.legendInactiveClass);
+ }
+ };
+
+ var removeInactiveClassFromHoveredRange = function removeInactiveClassFromHoveredRange(range) {
+ for (var i = 0; i < allHeatMapElements.length; i++) {
+ var val = parseInt(allHeatMapElements[i].getAttribute('val'), 10);
+
+ if (val >= range.from && val <= range.to) {
+ allHeatMapElements[i].classList.remove(_this.legendInactiveClass);
+ }
+ }
+ };
+
+ if (e.type === 'mousemove') {
+ var seriesCnt = parseInt(targetElement.getAttribute('rel'), 10) - 1;
+ activeInactive('add');
+ var range = w.config.plotOptions.heatmap.colorScale.ranges[seriesCnt];
+ removeInactiveClassFromHoveredRange(range);
+ } else if (e.type === 'mouseout') {
+ activeInactive('remove');
+ }
+ }
+ }, {
+ key: "getActiveConfigSeriesIndex",
+ value: function getActiveConfigSeriesIndex() {
+ var ignoreBars = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : false;
+ var order = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : 'asc';
+ var w = this.w;
+ var activeIndex = 0;
+
+ if (w.config.series.length > 1) {
+ // active series flag is required to know if user has not deactivated via legend click
+ var activeSeriesIndex = w.config.series.map(function (s, index) {
+ var hasBars = false;
+
+ if (ignoreBars) {
+ hasBars = w.config.series[index].type === 'bar' || w.config.series[index].type === 'column';
+ }
+
+ return s.data && s.data.length > 0 && !hasBars ? index : -1;
+ });
+
+ for (var a = order === 'asc' ? 0 : activeSeriesIndex.length - 1; order === 'asc' ? a < activeSeriesIndex.length : a >= 0; order === 'asc' ? a++ : a--) {
+ if (activeSeriesIndex[a] !== -1) {
+ activeIndex = activeSeriesIndex[a];
+ break;
+ }
+ }
+ }
+
+ return activeIndex;
+ }
+ }, {
+ key: "getPreviousPaths",
+ value: function getPreviousPaths() {
+ var w = this.w;
+ w.globals.previousPaths = [];
+
+ function pushPaths(seriesEls, i, type) {
+ var paths = seriesEls[i].childNodes;
+ var dArr = {
+ type: type,
+ paths: [],
+ realIndex: seriesEls[i].getAttribute('data:realIndex')
+ };
+
+ for (var j = 0; j < paths.length; j++) {
+ if (paths[j].hasAttribute('pathTo')) {
+ var d = paths[j].getAttribute('pathTo');
+ dArr.paths.push({
+ d: d
+ });
+ }
+ }
+
+ w.globals.previousPaths.push(dArr);
+ }
+
+ var getPaths = function getPaths(chartType) {
+ return w.globals.dom.baseEl.querySelectorAll(".apexcharts-".concat(chartType, "-series .apexcharts-series"));
+ };
+
+ var chartTypes = ['line', 'area', 'bar', 'rangebar', 'candlestick', 'radar'];
+ chartTypes.forEach(function (type) {
+ var paths = getPaths(type);
+
+ for (var p = 0; p < paths.length; p++) {
+ pushPaths(paths, p, type);
+ }
+ });
+ this.handlePrevBubbleScatterPaths('bubble');
+ this.handlePrevBubbleScatterPaths('scatter');
+ var heatTreeSeries = w.globals.dom.baseEl.querySelectorAll(".apexcharts-".concat(w.config.chart.type, " .apexcharts-series"));
+
+ if (heatTreeSeries.length > 0) {
+ var _loop = function _loop(h) {
+ var seriesEls = w.globals.dom.baseEl.querySelectorAll(".apexcharts-".concat(w.config.chart.type, " .apexcharts-series[data\\:realIndex='").concat(h, "'] rect"));
+ var dArr = [];
+
+ var _loop2 = function _loop2(i) {
+ var getAttr = function getAttr(x) {
+ return seriesEls[i].getAttribute(x);
+ };
+
+ var rect = {
+ x: parseFloat(getAttr('x')),
+ y: parseFloat(getAttr('y')),
+ width: parseFloat(getAttr('width')),
+ height: parseFloat(getAttr('height'))
+ };
+ dArr.push({
+ rect: rect,
+ color: seriesEls[i].getAttribute('color')
+ });
+ };
+
+ for (var i = 0; i < seriesEls.length; i++) {
+ _loop2(i);
+ }
+
+ w.globals.previousPaths.push(dArr);
+ };
+
+ for (var h = 0; h < heatTreeSeries.length; h++) {
+ _loop(h);
+ }
+ }
+
+ if (!w.globals.axisCharts) {
+ // for non-axis charts (i.e., circular charts, pathFrom is not usable. We need whole series)
+ w.globals.previousPaths = w.globals.series;
+ }
+ }
+ }, {
+ key: "handlePrevBubbleScatterPaths",
+ value: function handlePrevBubbleScatterPaths(type) {
+ var w = this.w;
+ var paths = w.globals.dom.baseEl.querySelectorAll(".apexcharts-".concat(type, "-series .apexcharts-series"));
+
+ if (paths.length > 0) {
+ for (var s = 0; s < paths.length; s++) {
+ var seriesEls = w.globals.dom.baseEl.querySelectorAll(".apexcharts-".concat(type, "-series .apexcharts-series[data\\:realIndex='").concat(s, "'] circle"));
+ var dArr = [];
+
+ for (var i = 0; i < seriesEls.length; i++) {
+ dArr.push({
+ x: seriesEls[i].getAttribute('cx'),
+ y: seriesEls[i].getAttribute('cy'),
+ r: seriesEls[i].getAttribute('r')
+ });
+ }
+
+ w.globals.previousPaths.push(dArr);
+ }
+ }
+ }
+ }, {
+ key: "clearPreviousPaths",
+ value: function clearPreviousPaths() {
+ var w = this.w;
+ w.globals.previousPaths = [];
+ w.globals.allSeriesCollapsed = false;
+ }
+ }, {
+ key: "handleNoData",
+ value: function handleNoData() {
+ var w = this.w;
+ var me = this;
+ var noDataOpts = w.config.noData;
+ var graphics = new Graphics(me.ctx);
+ var x = w.globals.svgWidth / 2;
+ var y = w.globals.svgHeight / 2;
+ var textAnchor = 'middle';
+ w.globals.noData = true;
+ w.globals.animationEnded = true;
+
+ if (noDataOpts.align === 'left') {
+ x = 10;
+ textAnchor = 'start';
+ } else if (noDataOpts.align === 'right') {
+ x = w.globals.svgWidth - 10;
+ textAnchor = 'end';
+ }
+
+ if (noDataOpts.verticalAlign === 'top') {
+ y = 50;
+ } else if (noDataOpts.verticalAlign === 'bottom') {
+ y = w.globals.svgHeight - 50;
+ }
+
+ x = x + noDataOpts.offsetX;
+ y = y + parseInt(noDataOpts.style.fontSize, 10) + 2 + noDataOpts.offsetY;
+
+ if (noDataOpts.text !== undefined && noDataOpts.text !== '') {
+ var titleText = graphics.drawText({
+ x: x,
+ y: y,
+ text: noDataOpts.text,
+ textAnchor: textAnchor,
+ fontSize: noDataOpts.style.fontSize,
+ fontFamily: noDataOpts.style.fontFamily,
+ foreColor: noDataOpts.style.color,
+ opacity: 1,
+ class: 'apexcharts-text-nodata'
+ });
+ w.globals.dom.Paper.add(titleText);
+ }
+ } // When user clicks on legends, the collapsed series is filled with [0,0,0,...,0]
+ // This is because we don't want to alter the series' length as it is used at many places
+
+ }, {
+ key: "setNullSeriesToZeroValues",
+ value: function setNullSeriesToZeroValues(series) {
+ var w = this.w;
+
+ for (var sl = 0; sl < series.length; sl++) {
+ if (series[sl].length === 0) {
+ for (var j = 0; j < series[w.globals.maxValsInArrayIndex].length; j++) {
+ series[sl].push(0);
+ }
+ }
+ }
+
+ return series;
+ }
+ }, {
+ key: "hasAllSeriesEqualX",
+ value: function hasAllSeriesEqualX() {
+ var equalLen = true;
+ var w = this.w;
+ var filteredSerX = this.filteredSeriesX();
+
+ for (var i = 0; i < filteredSerX.length - 1; i++) {
+ if (filteredSerX[i][0] !== filteredSerX[i + 1][0]) {
+ equalLen = false;
+ break;
+ }
+ }
+
+ w.globals.allSeriesHasEqualX = equalLen;
+ return equalLen;
+ }
+ }, {
+ key: "filteredSeriesX",
+ value: function filteredSeriesX() {
+ var w = this.w;
+ var filteredSeriesX = w.globals.seriesX.map(function (ser) {
+ return ser.length > 0 ? ser : [];
+ });
+ return filteredSeriesX;
+ }
+ }]);
+
+ return Series;
+ }();
+
+ var Helpers$3 = /*#__PURE__*/function () {
+ function Helpers(barCtx) {
+ _classCallCheck(this, Helpers);
+
+ this.w = barCtx.w;
+ this.barCtx = barCtx;
+ }
+
+ _createClass(Helpers, [{
+ key: "initVariables",
+ value: function initVariables(series) {
+ var w = this.w;
+ this.barCtx.series = series;
+ this.barCtx.totalItems = 0;
+ this.barCtx.seriesLen = 0;
+ this.barCtx.visibleI = -1; // visible Series
+
+ this.barCtx.visibleItems = 1; // number of visible bars after user zoomed in/out
+
+ for (var sl = 0; sl < series.length; sl++) {
+ if (series[sl].length > 0) {
+ this.barCtx.seriesLen = this.barCtx.seriesLen + 1;
+ this.barCtx.totalItems += series[sl].length;
+ }
+
+ if (w.globals.isXNumeric) {
+ // get max visible items
+ for (var j = 0; j < series[sl].length; j++) {
+ if (w.globals.seriesX[sl][j] > w.globals.minX && w.globals.seriesX[sl][j] < w.globals.maxX) {
+ this.barCtx.visibleItems++;
+ }
+ }
+ } else {
+ this.barCtx.visibleItems = w.globals.dataPoints;
+ }
+ }
+
+ if (this.barCtx.seriesLen === 0) {
+ // A small adjustment when combo charts are used
+ this.barCtx.seriesLen = 1;
+ }
+
+ this.barCtx.zeroSerieses = [];
+ this.barCtx.radiusOnSeriesNumber = series.length - 1; // which series to draw ending shape on
+
+ if (!w.globals.comboCharts) {
+ this.checkZeroSeries({
+ series: series
+ });
+ }
+ }
+ }, {
+ key: "initialPositions",
+ value: function initialPositions() {
+ var w = this.w;
+ var x, y, yDivision, xDivision, barHeight, barWidth, zeroH, zeroW;
+ var dataPoints = w.globals.dataPoints;
+
+ if (this.barCtx.isRangeBar) {
+ // timeline rangebar chart
+ dataPoints = w.globals.labels.length;
+ }
+
+ var seriesLen = this.barCtx.seriesLen;
+
+ if (w.config.plotOptions.bar.rangeBarGroupRows) {
+ seriesLen = 1;
+ }
+
+ if (this.barCtx.isHorizontal) {
+ // height divided into equal parts
+ yDivision = w.globals.gridHeight / dataPoints;
+ barHeight = yDivision / seriesLen;
+
+ if (w.globals.isXNumeric) {
+ yDivision = w.globals.gridHeight / this.barCtx.totalItems;
+ barHeight = yDivision / this.barCtx.seriesLen;
+ }
+
+ barHeight = barHeight * parseInt(this.barCtx.barOptions.barHeight, 10) / 100;
+ zeroW = this.barCtx.baseLineInvertedY + w.globals.padHorizontal + (this.barCtx.isReversed ? w.globals.gridWidth : 0) - (this.barCtx.isReversed ? this.barCtx.baseLineInvertedY * 2 : 0);
+ y = (yDivision - barHeight * this.barCtx.seriesLen) / 2;
+ } else {
+ // width divided into equal parts
+ xDivision = w.globals.gridWidth / this.barCtx.visibleItems;
+
+ if (w.config.xaxis.convertedCatToNumeric) {
+ xDivision = w.globals.gridWidth / w.globals.dataPoints;
+ }
+
+ barWidth = xDivision / this.barCtx.seriesLen * parseInt(this.barCtx.barOptions.columnWidth, 10) / 100;
+
+ if (w.globals.isXNumeric) {
+ // max barwidth should be equal to minXDiff to avoid overlap
+ var xRatio = this.barCtx.xRatio;
+
+ if (w.config.xaxis.convertedCatToNumeric) {
+ xRatio = this.barCtx.initialXRatio;
+ }
+
+ if (w.globals.minXDiff && w.globals.minXDiff !== 0.5 && w.globals.minXDiff / xRatio > 0) {
+ xDivision = w.globals.minXDiff / xRatio;
+ }
+
+ barWidth = xDivision / this.barCtx.seriesLen * parseInt(this.barCtx.barOptions.columnWidth, 10) / 100;
+
+ if (barWidth < 1) {
+ barWidth = 1;
+ }
+ }
+
+ zeroH = w.globals.gridHeight - this.barCtx.baseLineY[this.barCtx.yaxisIndex] - (this.barCtx.isReversed ? w.globals.gridHeight : 0) + (this.barCtx.isReversed ? this.barCtx.baseLineY[this.barCtx.yaxisIndex] * 2 : 0);
+ x = w.globals.padHorizontal + (xDivision - barWidth * this.barCtx.seriesLen) / 2;
+ }
+
+ return {
+ x: x,
+ y: y,
+ yDivision: yDivision,
+ xDivision: xDivision,
+ barHeight: barHeight,
+ barWidth: barWidth,
+ zeroH: zeroH,
+ zeroW: zeroW
+ };
+ }
+ }, {
+ key: "getPathFillColor",
+ value: function getPathFillColor(series, i, j, realIndex) {
+ var w = this.w;
+ var fill = new Fill(this.barCtx.ctx);
+ var fillColor = null;
+ var seriesNumber = this.barCtx.barOptions.distributed ? j : i;
+
+ if (this.barCtx.barOptions.colors.ranges.length > 0) {
+ var colorRange = this.barCtx.barOptions.colors.ranges;
+ colorRange.map(function (range) {
+ if (series[i][j] >= range.from && series[i][j] <= range.to) {
+ fillColor = range.color;
+ }
+ });
+ }
+
+ if (w.config.series[i].data[j] && w.config.series[i].data[j].fillColor) {
+ fillColor = w.config.series[i].data[j].fillColor;
+ }
+
+ var pathFill = fill.fillPath({
+ seriesNumber: this.barCtx.barOptions.distributed ? seriesNumber : realIndex,
+ dataPointIndex: j,
+ color: fillColor,
+ value: series[i][j]
+ });
+ return pathFill;
+ }
+ }, {
+ key: "getStrokeWidth",
+ value: function getStrokeWidth(i, j, realIndex) {
+ var strokeWidth = 0;
+ var w = this.w;
+
+ if (typeof this.barCtx.series[i][j] === 'undefined' || this.barCtx.series[i][j] === null) {
+ this.barCtx.isNullValue = true;
+ } else {
+ this.barCtx.isNullValue = false;
+ }
+
+ if (w.config.stroke.show) {
+ if (!this.barCtx.isNullValue) {
+ strokeWidth = Array.isArray(this.barCtx.strokeWidth) ? this.barCtx.strokeWidth[realIndex] : this.barCtx.strokeWidth;
+ }
+ }
+
+ return strokeWidth;
+ }
+ }, {
+ key: "barBackground",
+ value: function barBackground(_ref) {
+ var j = _ref.j,
+ i = _ref.i,
+ x1 = _ref.x1,
+ x2 = _ref.x2,
+ y1 = _ref.y1,
+ y2 = _ref.y2,
+ elSeries = _ref.elSeries;
+ var w = this.w;
+ var graphics = new Graphics(this.barCtx.ctx);
+ var sr = new Series(this.barCtx.ctx);
+ var activeSeriesIndex = sr.getActiveConfigSeriesIndex();
+
+ if (this.barCtx.barOptions.colors.backgroundBarColors.length > 0 && activeSeriesIndex === i) {
+ if (j >= this.barCtx.barOptions.colors.backgroundBarColors.length) {
+ j -= this.barCtx.barOptions.colors.backgroundBarColors.length;
+ }
+
+ var bcolor = this.barCtx.barOptions.colors.backgroundBarColors[j];
+ var rect = graphics.drawRect(typeof x1 !== 'undefined' ? x1 : 0, typeof y1 !== 'undefined' ? y1 : 0, typeof x2 !== 'undefined' ? x2 : w.globals.gridWidth, typeof y2 !== 'undefined' ? y2 : w.globals.gridHeight, this.barCtx.barOptions.colors.backgroundBarRadius, bcolor, this.barCtx.barOptions.colors.backgroundBarOpacity);
+ elSeries.add(rect);
+ rect.node.classList.add('apexcharts-backgroundBar');
+ }
+ }
+ }, {
+ key: "getColumnPaths",
+ value: function getColumnPaths(_ref2) {
+ var barWidth = _ref2.barWidth,
+ barXPosition = _ref2.barXPosition,
+ yRatio = _ref2.yRatio,
+ y1 = _ref2.y1,
+ y2 = _ref2.y2,
+ strokeWidth = _ref2.strokeWidth,
+ series = _ref2.series,
+ realIndex = _ref2.realIndex,
+ i = _ref2.i,
+ j = _ref2.j,
+ w = _ref2.w;
+ var graphics = new Graphics(this.barCtx.ctx);
+ strokeWidth = Array.isArray(strokeWidth) ? strokeWidth[realIndex] : strokeWidth;
+ if (!strokeWidth) strokeWidth = 0;
+ var shapeOpts = {
+ barWidth: barWidth,
+ strokeWidth: strokeWidth,
+ yRatio: yRatio,
+ barXPosition: barXPosition,
+ y1: y1,
+ y2: y2
+ };
+ var newPath = this.getRoundedBars(w, shapeOpts, series, i, j);
+ var x1 = barXPosition;
+ var x2 = barXPosition + barWidth;
+ var pathTo = graphics.move(x1, y1);
+ var pathFrom = graphics.move(x1, y1);
+ var sl = graphics.line(x2 - strokeWidth, y1);
+
+ if (w.globals.previousPaths.length > 0) {
+ pathFrom = this.barCtx.getPreviousPath(realIndex, j, false);
+ }
+
+ pathTo = pathTo + graphics.line(x1, newPath.y2) + newPath.pathWithRadius + graphics.line(x2 - strokeWidth, newPath.y2) + sl + sl + 'z'; // the lines in pathFrom are repeated to equal it to the points of pathTo
+ // this is to avoid weird animation (bug in svg.js)
+
+ pathFrom = pathFrom + graphics.line(x1, y1) + sl + sl + sl + sl + sl + graphics.line(x1, y1);
+
+ if (w.config.chart.stacked) {
+ this.barCtx.yArrj.push(newPath.y2);
+ this.barCtx.yArrjF.push(Math.abs(y1 - newPath.y2));
+ this.barCtx.yArrjVal.push(this.barCtx.series[i][j]);
+ }
+
+ return {
+ pathTo: pathTo,
+ pathFrom: pathFrom
+ };
+ }
+ }, {
+ key: "getBarpaths",
+ value: function getBarpaths(_ref3) {
+ var barYPosition = _ref3.barYPosition,
+ barHeight = _ref3.barHeight,
+ x1 = _ref3.x1,
+ x2 = _ref3.x2,
+ strokeWidth = _ref3.strokeWidth,
+ series = _ref3.series,
+ realIndex = _ref3.realIndex,
+ i = _ref3.i,
+ j = _ref3.j,
+ w = _ref3.w;
+ var graphics = new Graphics(this.barCtx.ctx);
+ strokeWidth = Array.isArray(strokeWidth) ? strokeWidth[realIndex] : strokeWidth;
+ if (!strokeWidth) strokeWidth = 0;
+ var shapeOpts = {
+ barHeight: barHeight,
+ strokeWidth: strokeWidth,
+ barYPosition: barYPosition,
+ x2: x2,
+ x1: x1
+ };
+ var newPath = this.getRoundedBars(w, shapeOpts, series, i, j);
+ var pathTo = graphics.move(x1, barYPosition);
+ var pathFrom = graphics.move(x1, barYPosition);
+
+ if (w.globals.previousPaths.length > 0) {
+ pathFrom = this.barCtx.getPreviousPath(realIndex, j, false);
+ }
+
+ var y1 = barYPosition;
+ var y2 = barYPosition + barHeight;
+ var sl = graphics.line(x1, y2 - strokeWidth);
+ pathTo = pathTo + graphics.line(newPath.x2, y1) + newPath.pathWithRadius + graphics.line(newPath.x2, y2 - strokeWidth) + sl + sl + 'z';
+ pathFrom = pathFrom + graphics.line(x1, y1) + sl + sl + sl + sl + sl + graphics.line(x1, y1);
+
+ if (w.config.chart.stacked) {
+ this.barCtx.xArrj.push(newPath.x2);
+ this.barCtx.xArrjF.push(Math.abs(x1 - newPath.x2));
+ this.barCtx.xArrjVal.push(this.barCtx.series[i][j]);
+ }
+
+ return {
+ pathTo: pathTo,
+ pathFrom: pathFrom
+ };
+ }
+ /** getRoundedBars draws border radius for bars/columns
+ * @memberof Bar
+ * @param {object} w - chart context
+ * @param {object} opts - consists several properties like barHeight/barWidth
+ * @param {array} series - global primary series
+ * @param {int} i - current iterating series's index
+ * @param {int} j - series's j of i
+ * @return {object} pathWithRadius - ending shape path string
+ * newY/newX - which is calculated from existing x/y based on rounded border
+ **/
+
+ }, {
+ key: "getRoundedBars",
+ value: function getRoundedBars(w, opts, series, i, j) {
+ var graphics = new Graphics(this.barCtx.ctx);
+ var radius = 0;
+ var borderRadius = w.config.plotOptions.bar.borderRadius;
+ var borderRadiusIsArray = Array.isArray(borderRadius);
+
+ if (borderRadiusIsArray) {
+ var radiusIndex = i > borderRadius.length - 1 ? borderRadius.length - 1 : i;
+ radius = borderRadius[radiusIndex];
+ } else {
+ radius = borderRadius;
+ }
+
+ if (w.config.chart.stacked && series.length > 1 && i !== this.barCtx.radiusOnSeriesNumber && !borderRadiusIsArray) {
+ radius = 0;
+ }
+
+ if (this.barCtx.isHorizontal) {
+ var pathWithRadius = '';
+ var x2 = opts.x2;
+
+ if (Math.abs(opts.x1 - opts.x2) < radius) {
+ radius = Math.abs(opts.x1 - opts.x2);
+ }
+
+ if (typeof series[i][j] !== 'undefined' || series[i][j] !== null) {
+ var inverse = this.barCtx.isReversed ? series[i][j] > 0 : series[i][j] < 0;
+ if (inverse) radius = radius * -1;
+ x2 = x2 - radius;
+ pathWithRadius = graphics.quadraticCurve(x2 + radius, opts.barYPosition, x2 + radius, opts.barYPosition + (!inverse ? radius : radius * -1)) + graphics.line(x2 + radius, opts.barYPosition + opts.barHeight - opts.strokeWidth - (!inverse ? radius : radius * -1)) + graphics.quadraticCurve(x2 + radius, opts.barYPosition + opts.barHeight - opts.strokeWidth, x2, opts.barYPosition + opts.barHeight - opts.strokeWidth);
+ }
+
+ return {
+ pathWithRadius: pathWithRadius,
+ x2: x2
+ };
+ } else {
+ var _pathWithRadius = '';
+ var y2 = opts.y2;
+
+ if (Math.abs(opts.y1 - opts.y2) < radius) {
+ radius = Math.abs(opts.y1 - opts.y2);
+ }
+
+ if (typeof series[i][j] !== 'undefined' || series[i][j] !== null) {
+ var _inverse = series[i][j] < 0;
+
+ if (_inverse) radius = radius * -1;
+ y2 = y2 + radius;
+ _pathWithRadius = graphics.quadraticCurve(opts.barXPosition, y2 - radius, opts.barXPosition + (!_inverse ? radius : radius * -1), y2 - radius) + graphics.line(opts.barXPosition + opts.barWidth - opts.strokeWidth - (!_inverse ? radius : radius * -1), y2 - radius) + graphics.quadraticCurve(opts.barXPosition + opts.barWidth - opts.strokeWidth, y2 - radius, opts.barXPosition + opts.barWidth - opts.strokeWidth, y2);
+ }
+
+ return {
+ pathWithRadius: _pathWithRadius,
+ y2: y2
+ };
+ }
+ }
+ }, {
+ key: "checkZeroSeries",
+ value: function checkZeroSeries(_ref4) {
+ var series = _ref4.series;
+ var w = this.w;
+
+ for (var zs = 0; zs < series.length; zs++) {
+ var total = 0;
+
+ for (var zsj = 0; zsj < series[w.globals.maxValsInArrayIndex].length; zsj++) {
+ total += series[zs][zsj];
+ }
+
+ if (total === 0) {
+ this.barCtx.zeroSerieses.push(zs);
+ }
+ } // After getting all zeroserieses, we need to ensure whether radiusOnSeriesNumber is not in that zeroseries array
+
+
+ for (var s = series.length - 1; s >= 0; s--) {
+ if (this.barCtx.zeroSerieses.indexOf(s) > -1 && s === this.radiusOnSeriesNumber) {
+ this.barCtx.radiusOnSeriesNumber -= 1;
+ }
+ }
+
+ for (var _s = series.length - 1; _s >= 0; _s--) {
+ if (w.globals.collapsedSeriesIndices.indexOf(this.barCtx.radiusOnSeriesNumber) > -1) {
+ this.barCtx.radiusOnSeriesNumber -= 1;
+ }
+ }
+ }
+ }, {
+ key: "getXForValue",
+ value: function getXForValue(value, zeroW) {
+ var zeroPositionForNull = arguments.length > 2 && arguments[2] !== undefined ? arguments[2] : true;
+ var xForVal = zeroPositionForNull ? zeroW : null;
+
+ if (typeof value !== 'undefined' && value !== null) {
+ xForVal = zeroW + value / this.barCtx.invertedYRatio - (this.barCtx.isReversed ? value / this.barCtx.invertedYRatio : 0) * 2;
+ }
+
+ return xForVal;
+ }
+ }, {
+ key: "getYForValue",
+ value: function getYForValue(value, zeroH) {
+ var zeroPositionForNull = arguments.length > 2 && arguments[2] !== undefined ? arguments[2] : true;
+ var yForVal = zeroPositionForNull ? zeroH : null;
+
+ if (typeof value !== 'undefined' && value !== null) {
+ yForVal = zeroH - value / this.barCtx.yRatio[this.barCtx.yaxisIndex] + (this.barCtx.isReversed ? value / this.barCtx.yRatio[this.barCtx.yaxisIndex] : 0) * 2;
+ }
+
+ return yForVal;
+ }
+ }, {
+ key: "getGoalValues",
+ value: function getGoalValues(type, zeroW, zeroH, i, j) {
+ var _this = this;
+
+ var w = this.w;
+ var goals = [];
+
+ if (w.globals.seriesGoals[i] && w.globals.seriesGoals[i][j] && Array.isArray(w.globals.seriesGoals[i][j])) {
+ w.globals.seriesGoals[i][j].forEach(function (goal) {
+ var _goals$push;
+
+ goals.push((_goals$push = {}, _defineProperty(_goals$push, type, type === 'x' ? _this.getXForValue(goal.value, zeroW, false) : _this.getYForValue(goal.value, zeroH, false)), _defineProperty(_goals$push, "attrs", goal), _goals$push));
+ });
+ }
+
+ return goals;
+ }
+ }, {
+ key: "drawGoalLine",
+ value: function drawGoalLine(_ref5) {
+ var barXPosition = _ref5.barXPosition,
+ barYPosition = _ref5.barYPosition,
+ goalX = _ref5.goalX,
+ goalY = _ref5.goalY,
+ barWidth = _ref5.barWidth,
+ barHeight = _ref5.barHeight;
+ var graphics = new Graphics(this.barCtx.ctx);
+ var lineGroup = graphics.group({
+ className: 'apexcharts-bar-goals-groups'
+ });
+ var line = null;
+
+ if (this.barCtx.isHorizontal) {
+ if (Array.isArray(goalX)) {
+ goalX.forEach(function (goal) {
+ var sHeight = typeof goal.attrs.strokeHeight !== 'undefined' ? goal.attrs.strokeHeight : barHeight / 2;
+ var y = barYPosition + sHeight + barHeight / 2;
+ line = graphics.drawLine(goal.x, y - sHeight * 2, goal.x, y, goal.attrs.strokeColor ? goal.attrs.strokeColor : undefined, goal.attrs.strokeDashArray, goal.attrs.strokeWidth ? goal.attrs.strokeWidth : 2, goal.attrs.strokeLineCap);
+ lineGroup.add(line);
+ });
+ }
+ } else {
+ if (Array.isArray(goalY)) {
+ goalY.forEach(function (goal) {
+ var sWidth = typeof goal.attrs.strokeWidth !== 'undefined' ? goal.attrs.strokeWidth : barWidth / 2;
+ var x = barXPosition + sWidth + barWidth / 2;
+ line = graphics.drawLine(x - sWidth * 2, goal.y, x, goal.y, goal.attrs.strokeColor ? goal.attrs.strokeColor : undefined, goal.attrs.strokeDashArray, goal.attrs.strokeHeight ? goal.attrs.strokeHeight : 2, goal.attrs.strokeLineCap);
+ lineGroup.add(line);
+ });
+ }
+ }
+
+ return lineGroup;
+ }
+ }]);
+
+ return Helpers;
+ }();
+
+ /**
+ * ApexCharts Bar Class responsible for drawing both Columns and Bars.
+ *
+ * @module Bar
+ **/
+
+ var Bar = /*#__PURE__*/function () {
+ function Bar(ctx, xyRatios) {
+ _classCallCheck(this, Bar);
+
+ this.ctx = ctx;
+ this.w = ctx.w;
+ var w = this.w;
+ this.barOptions = w.config.plotOptions.bar;
+ this.isHorizontal = this.barOptions.horizontal;
+ this.strokeWidth = w.config.stroke.width;
+ this.isNullValue = false;
+ this.isRangeBar = w.globals.seriesRangeBar.length && this.isHorizontal;
+ this.xyRatios = xyRatios;
+
+ if (this.xyRatios !== null) {
+ this.xRatio = xyRatios.xRatio;
+ this.initialXRatio = xyRatios.initialXRatio;
+ this.yRatio = xyRatios.yRatio;
+ this.invertedXRatio = xyRatios.invertedXRatio;
+ this.invertedYRatio = xyRatios.invertedYRatio;
+ this.baseLineY = xyRatios.baseLineY;
+ this.baseLineInvertedY = xyRatios.baseLineInvertedY;
+ }
+
+ this.yaxisIndex = 0;
+ this.seriesLen = 0;
+ this.barHelpers = new Helpers$3(this);
+ }
+ /** primary draw method which is called on bar object
+ * @memberof Bar
+ * @param {array} series - user supplied series values
+ * @param {int} seriesIndex - the index by which series will be drawn on the svg
+ * @return {node} element which is supplied to parent chart draw method for appending
+ **/
+
+
+ _createClass(Bar, [{
+ key: "draw",
+ value: function draw(series, seriesIndex) {
+ var w = this.w;
+ var graphics = new Graphics(this.ctx);
+ var coreUtils = new CoreUtils(this.ctx, w);
+ series = coreUtils.getLogSeries(series);
+ this.series = series;
+ this.yRatio = coreUtils.getLogYRatios(this.yRatio);
+ this.barHelpers.initVariables(series);
+ var ret = graphics.group({
+ class: 'apexcharts-bar-series apexcharts-plot-series'
+ });
+
+ if (w.config.dataLabels.enabled) {
+ if (this.totalItems > this.barOptions.dataLabels.maxItems) {
+ console.warn('WARNING: DataLabels are enabled but there are too many to display. This may cause performance issue when rendering.');
+ }
+ }
+
+ for (var i = 0, bc = 0; i < series.length; i++, bc++) {
+ var x = void 0,
+ y = void 0,
+ xDivision = void 0,
+ // xDivision is the GRIDWIDTH divided by number of datapoints (columns)
+ yDivision = void 0,
+ // yDivision is the GRIDHEIGHT divided by number of datapoints (bars)
+ zeroH = void 0,
+ // zeroH is the baseline where 0 meets y axis
+ zeroW = void 0; // zeroW is the baseline where 0 meets x axis
+
+ var yArrj = []; // hold y values of current iterating series
+
+ var xArrj = []; // hold x values of current iterating series
+
+ var realIndex = w.globals.comboCharts ? seriesIndex[i] : i; // el to which series will be drawn
+
+ var elSeries = graphics.group({
+ class: "apexcharts-series",
+ rel: i + 1,
+ seriesName: Utils$1.escapeString(w.globals.seriesNames[realIndex]),
+ 'data:realIndex': realIndex
+ });
+ this.ctx.series.addCollapsedClassToSeries(elSeries, realIndex);
+
+ if (series[i].length > 0) {
+ this.visibleI = this.visibleI + 1;
+ }
+
+ var barHeight = 0;
+ var barWidth = 0;
+
+ if (this.yRatio.length > 1) {
+ this.yaxisIndex = realIndex;
+ }
+
+ this.isReversed = w.config.yaxis[this.yaxisIndex] && w.config.yaxis[this.yaxisIndex].reversed;
+ var initPositions = this.barHelpers.initialPositions();
+ y = initPositions.y;
+ barHeight = initPositions.barHeight;
+ yDivision = initPositions.yDivision;
+ zeroW = initPositions.zeroW;
+ x = initPositions.x;
+ barWidth = initPositions.barWidth;
+ xDivision = initPositions.xDivision;
+ zeroH = initPositions.zeroH;
+
+ if (!this.horizontal) {
+ xArrj.push(x + barWidth / 2);
+ } // eldatalabels
+
+
+ var elDataLabelsWrap = graphics.group({
+ class: 'apexcharts-datalabels',
+ 'data:realIndex': realIndex
+ });
+ var elGoalsMarkers = graphics.group({
+ class: 'apexcharts-bar-goals-markers',
+ style: "pointer-events: none"
+ });
+
+ for (var j = 0; j < w.globals.dataPoints; j++) {
+ var strokeWidth = this.barHelpers.getStrokeWidth(i, j, realIndex);
+ var paths = null;
+ var pathsParams = {
+ indexes: {
+ i: i,
+ j: j,
+ realIndex: realIndex,
+ bc: bc
+ },
+ x: x,
+ y: y,
+ strokeWidth: strokeWidth,
+ elSeries: elSeries
+ };
+
+ if (this.isHorizontal) {
+ paths = this.drawBarPaths(_objectSpread2(_objectSpread2({}, pathsParams), {}, {
+ barHeight: barHeight,
+ zeroW: zeroW,
+ yDivision: yDivision
+ }));
+ barWidth = this.series[i][j] / this.invertedYRatio;
+ } else {
+ paths = this.drawColumnPaths(_objectSpread2(_objectSpread2({}, pathsParams), {}, {
+ xDivision: xDivision,
+ barWidth: barWidth,
+ zeroH: zeroH
+ }));
+ barHeight = this.series[i][j] / this.yRatio[this.yaxisIndex];
+ }
+
+ var barGoalLine = this.barHelpers.drawGoalLine({
+ barXPosition: paths.barXPosition,
+ barYPosition: paths.barYPosition,
+ goalX: paths.goalX,
+ goalY: paths.goalY,
+ barHeight: barHeight,
+ barWidth: barWidth
+ });
+
+ if (barGoalLine) {
+ elGoalsMarkers.add(barGoalLine);
+ }
+
+ y = paths.y;
+ x = paths.x; // push current X
+
+ if (j > 0) {
+ xArrj.push(x + barWidth / 2);
+ }
+
+ yArrj.push(y);
+ var pathFill = this.barHelpers.getPathFillColor(series, i, j, realIndex);
+ this.renderSeries({
+ realIndex: realIndex,
+ pathFill: pathFill,
+ j: j,
+ i: i,
+ pathFrom: paths.pathFrom,
+ pathTo: paths.pathTo,
+ strokeWidth: strokeWidth,
+ elSeries: elSeries,
+ x: x,
+ y: y,
+ series: series,
+ barHeight: barHeight,
+ barWidth: barWidth,
+ elDataLabelsWrap: elDataLabelsWrap,
+ elGoalsMarkers: elGoalsMarkers,
+ visibleSeries: this.visibleI,
+ type: 'bar'
+ });
+ } // push all x val arrays into main xArr
+
+
+ w.globals.seriesXvalues[realIndex] = xArrj;
+ w.globals.seriesYvalues[realIndex] = yArrj;
+ ret.add(elSeries);
+ }
+
+ return ret;
+ }
+ }, {
+ key: "renderSeries",
+ value: function renderSeries(_ref) {
+ var realIndex = _ref.realIndex,
+ pathFill = _ref.pathFill,
+ lineFill = _ref.lineFill,
+ j = _ref.j,
+ i = _ref.i,
+ pathFrom = _ref.pathFrom,
+ pathTo = _ref.pathTo,
+ strokeWidth = _ref.strokeWidth,
+ elSeries = _ref.elSeries,
+ x = _ref.x,
+ y = _ref.y,
+ y1 = _ref.y1,
+ y2 = _ref.y2,
+ series = _ref.series,
+ barHeight = _ref.barHeight,
+ barWidth = _ref.barWidth,
+ barYPosition = _ref.barYPosition,
+ elDataLabelsWrap = _ref.elDataLabelsWrap,
+ elGoalsMarkers = _ref.elGoalsMarkers,
+ visibleSeries = _ref.visibleSeries,
+ type = _ref.type;
+ var w = this.w;
+ var graphics = new Graphics(this.ctx);
+
+ if (!lineFill) {
+ /* fix apexcharts#341 */
+ lineFill = this.barOptions.distributed ? w.globals.stroke.colors[j] : w.globals.stroke.colors[realIndex];
+ }
+
+ if (w.config.series[i].data[j] && w.config.series[i].data[j].strokeColor) {
+ lineFill = w.config.series[i].data[j].strokeColor;
+ }
+
+ if (this.isNullValue) {
+ pathFill = 'none';
+ }
+
+ var delay = j / w.config.chart.animations.animateGradually.delay * (w.config.chart.animations.speed / w.globals.dataPoints) / 2.4;
+ var renderedPath = graphics.renderPaths({
+ i: i,
+ j: j,
+ realIndex: realIndex,
+ pathFrom: pathFrom,
+ pathTo: pathTo,
+ stroke: lineFill,
+ strokeWidth: strokeWidth,
+ strokeLineCap: w.config.stroke.lineCap,
+ fill: pathFill,
+ animationDelay: delay,
+ initialSpeed: w.config.chart.animations.speed,
+ dataChangeSpeed: w.config.chart.animations.dynamicAnimation.speed,
+ className: "apexcharts-".concat(type, "-area")
+ });
+ renderedPath.attr('clip-path', "url(#gridRectMask".concat(w.globals.cuid, ")"));
+ var forecast = w.config.forecastDataPoints;
+
+ if (forecast.count > 0) {
+ if (j >= w.globals.dataPoints - forecast.count) {
+ renderedPath.node.setAttribute('stroke-dasharray', forecast.dashArray);
+ renderedPath.node.setAttribute('stroke-width', forecast.strokeWidth);
+ renderedPath.node.setAttribute('fill-opacity', forecast.fillOpacity);
+ }
+ }
+
+ if (typeof y1 !== 'undefined' && typeof y2 !== 'undefined') {
+ renderedPath.attr('data-range-y1', y1);
+ renderedPath.attr('data-range-y2', y2);
+ }
+
+ var filters = new Filters(this.ctx);
+ filters.setSelectionFilter(renderedPath, realIndex, j);
+ elSeries.add(renderedPath);
+ var barDataLabels = new BarDataLabels(this);
+ var dataLabels = barDataLabels.handleBarDataLabels({
+ x: x,
+ y: y,
+ y1: y1,
+ y2: y2,
+ i: i,
+ j: j,
+ series: series,
+ realIndex: realIndex,
+ barHeight: barHeight,
+ barWidth: barWidth,
+ barYPosition: barYPosition,
+ renderedPath: renderedPath,
+ visibleSeries: visibleSeries
+ });
+
+ if (dataLabels !== null) {
+ elDataLabelsWrap.add(dataLabels);
+ }
+
+ elSeries.add(elDataLabelsWrap);
+
+ if (elGoalsMarkers) {
+ elSeries.add(elGoalsMarkers);
+ }
+
+ return elSeries;
+ }
+ }, {
+ key: "drawBarPaths",
+ value: function drawBarPaths(_ref2) {
+ var indexes = _ref2.indexes,
+ barHeight = _ref2.barHeight,
+ strokeWidth = _ref2.strokeWidth,
+ zeroW = _ref2.zeroW,
+ x = _ref2.x,
+ y = _ref2.y,
+ yDivision = _ref2.yDivision,
+ elSeries = _ref2.elSeries;
+ var w = this.w;
+ var i = indexes.i;
+ var j = indexes.j;
+
+ if (w.globals.isXNumeric) {
+ y = (w.globals.seriesX[i][j] - w.globals.minX) / this.invertedXRatio - barHeight;
+ }
+
+ var barYPosition = y + barHeight * this.visibleI;
+ x = this.barHelpers.getXForValue(this.series[i][j], zeroW);
+ var paths = this.barHelpers.getBarpaths({
+ barYPosition: barYPosition,
+ barHeight: barHeight,
+ x1: zeroW,
+ x2: x,
+ strokeWidth: strokeWidth,
+ series: this.series,
+ realIndex: indexes.realIndex,
+ i: i,
+ j: j,
+ w: w
+ });
+
+ if (!w.globals.isXNumeric) {
+ y = y + yDivision;
+ }
+
+ this.barHelpers.barBackground({
+ j: j,
+ i: i,
+ y1: barYPosition - barHeight * this.visibleI,
+ y2: barHeight * this.seriesLen,
+ elSeries: elSeries
+ });
+ return {
+ pathTo: paths.pathTo,
+ pathFrom: paths.pathFrom,
+ x: x,
+ y: y,
+ goalX: this.barHelpers.getGoalValues('x', zeroW, null, i, j),
+ barYPosition: barYPosition
+ };
+ }
+ }, {
+ key: "drawColumnPaths",
+ value: function drawColumnPaths(_ref3) {
+ var indexes = _ref3.indexes,
+ x = _ref3.x,
+ y = _ref3.y,
+ xDivision = _ref3.xDivision,
+ barWidth = _ref3.barWidth,
+ zeroH = _ref3.zeroH,
+ strokeWidth = _ref3.strokeWidth,
+ elSeries = _ref3.elSeries;
+ var w = this.w;
+ var realIndex = indexes.realIndex;
+ var i = indexes.i;
+ var j = indexes.j;
+ var bc = indexes.bc;
+
+ if (w.globals.isXNumeric) {
+ var sxI = realIndex;
+
+ if (!w.globals.seriesX[realIndex].length) {
+ sxI = w.globals.maxValsInArrayIndex;
+ }
+
+ x = (w.globals.seriesX[sxI][j] - w.globals.minX) / this.xRatio - barWidth * this.seriesLen / 2;
+ }
+
+ var barXPosition = x + barWidth * this.visibleI;
+ y = this.barHelpers.getYForValue(this.series[i][j], zeroH);
+ var paths = this.barHelpers.getColumnPaths({
+ barXPosition: barXPosition,
+ barWidth: barWidth,
+ y1: zeroH,
+ y2: y,
+ strokeWidth: strokeWidth,
+ series: this.series,
+ realIndex: indexes.realIndex,
+ i: i,
+ j: j,
+ w: w
+ });
+
+ if (!w.globals.isXNumeric) {
+ x = x + xDivision;
+ }
+
+ this.barHelpers.barBackground({
+ bc: bc,
+ j: j,
+ i: i,
+ x1: barXPosition - strokeWidth / 2 - barWidth * this.visibleI,
+ x2: barWidth * this.seriesLen + strokeWidth / 2,
+ elSeries: elSeries
+ });
+ return {
+ pathTo: paths.pathTo,
+ pathFrom: paths.pathFrom,
+ x: x,
+ y: y,
+ goalY: this.barHelpers.getGoalValues('y', null, zeroH, i, j),
+ barXPosition: barXPosition
+ };
+ }
+ /** getPreviousPath is a common function for bars/columns which is used to get previous paths when data changes.
+ * @memberof Bar
+ * @param {int} realIndex - current iterating i
+ * @param {int} j - current iterating series's j index
+ * @return {string} pathFrom is the string which will be appended in animations
+ **/
+
+ }, {
+ key: "getPreviousPath",
+ value: function getPreviousPath(realIndex, j) {
+ var w = this.w;
+ var pathFrom;
+
+ for (var pp = 0; pp < w.globals.previousPaths.length; pp++) {
+ var gpp = w.globals.previousPaths[pp];
+
+ if (gpp.paths && gpp.paths.length > 0 && parseInt(gpp.realIndex, 10) === parseInt(realIndex, 10)) {
+ if (typeof w.globals.previousPaths[pp].paths[j] !== 'undefined') {
+ pathFrom = w.globals.previousPaths[pp].paths[j].d;
+ }
+ }
+ }
+
+ return pathFrom;
+ }
+ }]);
+
+ return Bar;
+ }();
+
+ /**
+ * DateTime Class to manipulate datetime values.
+ *
+ * @module DateTime
+ **/
+
+ var DateTime = /*#__PURE__*/function () {
+ function DateTime(ctx) {
+ _classCallCheck(this, DateTime);
+
+ this.ctx = ctx;
+ this.w = ctx.w;
+ this.months31 = [1, 3, 5, 7, 8, 10, 12];
+ this.months30 = [2, 4, 6, 9, 11];
+ this.daysCntOfYear = [0, 31, 59, 90, 120, 151, 181, 212, 243, 273, 304, 334];
+ }
+
+ _createClass(DateTime, [{
+ key: "isValidDate",
+ value: function isValidDate(date) {
+ return !isNaN(this.parseDate(date));
+ }
+ }, {
+ key: "getTimeStamp",
+ value: function getTimeStamp(dateStr) {
+ if (!Date.parse(dateStr)) {
+ return dateStr;
+ }
+
+ var utc = this.w.config.xaxis.labels.datetimeUTC;
+ return !utc ? new Date(dateStr).getTime() : new Date(new Date(dateStr).toISOString().substr(0, 25)).getTime();
+ }
+ }, {
+ key: "getDate",
+ value: function getDate(timestamp) {
+ var utc = this.w.config.xaxis.labels.datetimeUTC;
+ return utc ? new Date(new Date(timestamp).toUTCString()) : new Date(timestamp);
+ }
+ }, {
+ key: "parseDate",
+ value: function parseDate(dateStr) {
+ var parsed = Date.parse(dateStr);
+
+ if (!isNaN(parsed)) {
+ return this.getTimeStamp(dateStr);
+ }
+
+ var output = Date.parse(dateStr.replace(/-/g, '/').replace(/[a-z]+/gi, ' '));
+ output = this.getTimeStamp(output);
+ return output;
+ } // This fixes the difference of x-axis labels between chrome/safari
+ // Fixes #1726, #1544, #1485, #1255
+
+ }, {
+ key: "parseDateWithTimezone",
+ value: function parseDateWithTimezone(dateStr) {
+ return Date.parse(dateStr.replace(/-/g, '/').replace(/[a-z]+/gi, ' '));
+ } // http://stackoverflow.com/questions/14638018/current-time-formatting-with-javascript#answer-14638191
+
+ }, {
+ key: "formatDate",
+ value: function formatDate(date, format) {
+ var locale = this.w.globals.locale;
+ var utc = this.w.config.xaxis.labels.datetimeUTC;
+ var MMMM = ['\x00'].concat(_toConsumableArray(locale.months));
+ var MMM = ['\x01'].concat(_toConsumableArray(locale.shortMonths));
+ var dddd = ['\x02'].concat(_toConsumableArray(locale.days));
+ var ddd = ['\x03'].concat(_toConsumableArray(locale.shortDays));
+
+ function ii(i, len) {
+ var s = i + '';
+ len = len || 2;
+
+ while (s.length < len) {
+ s = '0' + s;
+ }
+
+ return s;
+ }
+
+ var y = utc ? date.getUTCFullYear() : date.getFullYear();
+ format = format.replace(/(^|[^\\])yyyy+/g, '$1' + y);
+ format = format.replace(/(^|[^\\])yy/g, '$1' + y.toString().substr(2, 2));
+ format = format.replace(/(^|[^\\])y/g, '$1' + y);
+ var M = (utc ? date.getUTCMonth() : date.getMonth()) + 1;
+ format = format.replace(/(^|[^\\])MMMM+/g, '$1' + MMMM[0]);
+ format = format.replace(/(^|[^\\])MMM/g, '$1' + MMM[0]);
+ format = format.replace(/(^|[^\\])MM/g, '$1' + ii(M));
+ format = format.replace(/(^|[^\\])M/g, '$1' + M);
+ var d = utc ? date.getUTCDate() : date.getDate();
+ format = format.replace(/(^|[^\\])dddd+/g, '$1' + dddd[0]);
+ format = format.replace(/(^|[^\\])ddd/g, '$1' + ddd[0]);
+ format = format.replace(/(^|[^\\])dd/g, '$1' + ii(d));
+ format = format.replace(/(^|[^\\])d/g, '$1' + d);
+ var H = utc ? date.getUTCHours() : date.getHours();
+ format = format.replace(/(^|[^\\])HH+/g, '$1' + ii(H));
+ format = format.replace(/(^|[^\\])H/g, '$1' + H);
+ var h = H > 12 ? H - 12 : H === 0 ? 12 : H;
+ format = format.replace(/(^|[^\\])hh+/g, '$1' + ii(h));
+ format = format.replace(/(^|[^\\])h/g, '$1' + h);
+ var m = utc ? date.getUTCMinutes() : date.getMinutes();
+ format = format.replace(/(^|[^\\])mm+/g, '$1' + ii(m));
+ format = format.replace(/(^|[^\\])m/g, '$1' + m);
+ var s = utc ? date.getUTCSeconds() : date.getSeconds();
+ format = format.replace(/(^|[^\\])ss+/g, '$1' + ii(s));
+ format = format.replace(/(^|[^\\])s/g, '$1' + s);
+ var f = utc ? date.getUTCMilliseconds() : date.getMilliseconds();
+ format = format.replace(/(^|[^\\])fff+/g, '$1' + ii(f, 3));
+ f = Math.round(f / 10);
+ format = format.replace(/(^|[^\\])ff/g, '$1' + ii(f));
+ f = Math.round(f / 10);
+ format = format.replace(/(^|[^\\])f/g, '$1' + f);
+ var T = H < 12 ? 'AM' : 'PM';
+ format = format.replace(/(^|[^\\])TT+/g, '$1' + T);
+ format = format.replace(/(^|[^\\])T/g, '$1' + T.charAt(0));
+ var t = T.toLowerCase();
+ format = format.replace(/(^|[^\\])tt+/g, '$1' + t);
+ format = format.replace(/(^|[^\\])t/g, '$1' + t.charAt(0));
+ var tz = -date.getTimezoneOffset();
+ var K = utc || !tz ? 'Z' : tz > 0 ? '+' : '-';
+
+ if (!utc) {
+ tz = Math.abs(tz);
+ var tzHrs = Math.floor(tz / 60);
+ var tzMin = tz % 60;
+ K += ii(tzHrs) + ':' + ii(tzMin);
+ }
+
+ format = format.replace(/(^|[^\\])K/g, '$1' + K);
+ var day = (utc ? date.getUTCDay() : date.getDay()) + 1;
+ format = format.replace(new RegExp(dddd[0], 'g'), dddd[day]);
+ format = format.replace(new RegExp(ddd[0], 'g'), ddd[day]);
+ format = format.replace(new RegExp(MMMM[0], 'g'), MMMM[M]);
+ format = format.replace(new RegExp(MMM[0], 'g'), MMM[M]);
+ format = format.replace(/\\(.)/g, '$1');
+ return format;
+ }
+ }, {
+ key: "getTimeUnitsfromTimestamp",
+ value: function getTimeUnitsfromTimestamp(minX, maxX, utc) {
+ var w = this.w;
+
+ if (w.config.xaxis.min !== undefined) {
+ minX = w.config.xaxis.min;
+ }
+
+ if (w.config.xaxis.max !== undefined) {
+ maxX = w.config.xaxis.max;
+ }
+
+ var tsMin = this.getDate(minX);
+ var tsMax = this.getDate(maxX);
+ var minD = this.formatDate(tsMin, 'yyyy MM dd HH mm ss fff').split(' ');
+ var maxD = this.formatDate(tsMax, 'yyyy MM dd HH mm ss fff').split(' ');
+ return {
+ minMillisecond: parseInt(minD[6], 10),
+ maxMillisecond: parseInt(maxD[6], 10),
+ minSecond: parseInt(minD[5], 10),
+ maxSecond: parseInt(maxD[5], 10),
+ minMinute: parseInt(minD[4], 10),
+ maxMinute: parseInt(maxD[4], 10),
+ minHour: parseInt(minD[3], 10),
+ maxHour: parseInt(maxD[3], 10),
+ minDate: parseInt(minD[2], 10),
+ maxDate: parseInt(maxD[2], 10),
+ minMonth: parseInt(minD[1], 10) - 1,
+ maxMonth: parseInt(maxD[1], 10) - 1,
+ minYear: parseInt(minD[0], 10),
+ maxYear: parseInt(maxD[0], 10)
+ };
+ }
+ }, {
+ key: "isLeapYear",
+ value: function isLeapYear(year) {
+ return year % 4 === 0 && year % 100 !== 0 || year % 400 === 0;
+ }
+ }, {
+ key: "calculcateLastDaysOfMonth",
+ value: function calculcateLastDaysOfMonth(month, year, subtract) {
+ var days = this.determineDaysOfMonths(month, year); // whatever days we get, subtract the number of days asked
+
+ return days - subtract;
+ }
+ }, {
+ key: "determineDaysOfYear",
+ value: function determineDaysOfYear(year) {
+ var days = 365;
+
+ if (this.isLeapYear(year)) {
+ days = 366;
+ }
+
+ return days;
+ }
+ }, {
+ key: "determineRemainingDaysOfYear",
+ value: function determineRemainingDaysOfYear(year, month, date) {
+ var dayOfYear = this.daysCntOfYear[month] + date;
+ if (month > 1 && this.isLeapYear()) dayOfYear++;
+ return dayOfYear;
+ }
+ }, {
+ key: "determineDaysOfMonths",
+ value: function determineDaysOfMonths(month, year) {
+ var days = 30;
+ month = Utils$1.monthMod(month);
+
+ switch (true) {
+ case this.months30.indexOf(month) > -1:
+ if (month === 2) {
+ if (this.isLeapYear(year)) {
+ days = 29;
+ } else {
+ days = 28;
+ }
+ }
+
+ break;
+
+ case this.months31.indexOf(month) > -1:
+ days = 31;
+ break;
+
+ default:
+ days = 31;
+ break;
+ }
+
+ return days;
+ }
+ }]);
+
+ return DateTime;
+ }();
+
+ /**
+ * ApexCharts RangeBar Class responsible for drawing Range/Timeline Bars.
+ *
+ * @module RangeBar
+ **/
+
+ var RangeBar = /*#__PURE__*/function (_Bar) {
+ _inherits(RangeBar, _Bar);
+
+ var _super = _createSuper(RangeBar);
+
+ function RangeBar() {
+ _classCallCheck(this, RangeBar);
+
+ return _super.apply(this, arguments);
+ }
+
+ _createClass(RangeBar, [{
+ key: "draw",
+ value: function draw(series, seriesIndex) {
+ var w = this.w;
+ var graphics = new Graphics(this.ctx);
+ this.rangeBarOptions = this.w.config.plotOptions.rangeBar;
+ this.series = series;
+ this.seriesRangeStart = w.globals.seriesRangeStart;
+ this.seriesRangeEnd = w.globals.seriesRangeEnd;
+ this.barHelpers.initVariables(series);
+ var ret = graphics.group({
+ class: 'apexcharts-rangebar-series apexcharts-plot-series'
+ });
+
+ for (var i = 0; i < series.length; i++) {
+ var x = void 0,
+ y = void 0,
+ xDivision = void 0,
+ // xDivision is the GRIDWIDTH divided by number of datapoints (columns)
+ yDivision = void 0,
+ // yDivision is the GRIDHEIGHT divided by number of datapoints (bars)
+ zeroH = void 0,
+ // zeroH is the baseline where 0 meets y axis
+ zeroW = void 0; // zeroW is the baseline where 0 meets x axis
+
+ var realIndex = w.globals.comboCharts ? seriesIndex[i] : i; // el to which series will be drawn
+
+ var elSeries = graphics.group({
+ class: "apexcharts-series",
+ seriesName: Utils$1.escapeString(w.globals.seriesNames[realIndex]),
+ rel: i + 1,
+ 'data:realIndex': realIndex
+ });
+
+ if (series[i].length > 0) {
+ this.visibleI = this.visibleI + 1;
+ }
+
+ var barHeight = 0;
+ var barWidth = 0;
+
+ if (this.yRatio.length > 1) {
+ this.yaxisIndex = realIndex;
+ }
+
+ var initPositions = this.barHelpers.initialPositions();
+ y = initPositions.y;
+ zeroW = initPositions.zeroW;
+ x = initPositions.x;
+ barWidth = initPositions.barWidth;
+ xDivision = initPositions.xDivision;
+ zeroH = initPositions.zeroH; // eldatalabels
+
+ var elDataLabelsWrap = graphics.group({
+ class: 'apexcharts-datalabels',
+ 'data:realIndex': realIndex
+ });
+ var elGoalsMarkers = graphics.group({
+ class: 'apexcharts-rangebar-goals-markers',
+ style: "pointer-events: none"
+ });
+
+ for (var j = 0; j < w.globals.dataPoints; j++) {
+ var strokeWidth = this.barHelpers.getStrokeWidth(i, j, realIndex);
+ var y1 = this.seriesRangeStart[i][j];
+ var y2 = this.seriesRangeEnd[i][j];
+ var paths = null;
+ var barYPosition = null;
+ var params = {
+ x: x,
+ y: y,
+ strokeWidth: strokeWidth,
+ elSeries: elSeries
+ };
+ yDivision = initPositions.yDivision;
+ barHeight = initPositions.barHeight;
+
+ if (this.isHorizontal) {
+ barYPosition = y + barHeight * this.visibleI;
+ var seriesLen = this.seriesLen;
+
+ if (w.config.plotOptions.bar.rangeBarGroupRows) {
+ seriesLen = 1;
+ }
+
+ var srty = (yDivision - barHeight * seriesLen) / 2;
+
+ if (typeof w.config.series[i].data[j] === 'undefined') {
+ // no data exists for further indexes, hence we need to get out the innr loop.
+ // As we are iterating over total datapoints, there is a possiblity the series might not have data for j index
+ break;
+ }
+
+ if (w.config.series[i].data[j].x) {
+ var positions = this.detectOverlappingBars({
+ i: i,
+ j: j,
+ barYPosition: barYPosition,
+ srty: srty,
+ barHeight: barHeight,
+ yDivision: yDivision,
+ initPositions: initPositions
+ });
+ barHeight = positions.barHeight;
+ barYPosition = positions.barYPosition;
+ }
+
+ paths = this.drawRangeBarPaths(_objectSpread2({
+ indexes: {
+ i: i,
+ j: j,
+ realIndex: realIndex
+ },
+ barHeight: barHeight,
+ barYPosition: barYPosition,
+ zeroW: zeroW,
+ yDivision: yDivision,
+ y1: y1,
+ y2: y2
+ }, params));
+ barWidth = paths.barWidth;
+ } else {
+ paths = this.drawRangeColumnPaths(_objectSpread2({
+ indexes: {
+ i: i,
+ j: j,
+ realIndex: realIndex
+ },
+ zeroH: zeroH,
+ barWidth: barWidth,
+ xDivision: xDivision
+ }, params));
+ barHeight = paths.barHeight;
+ }
+
+ var barGoalLine = this.barHelpers.drawGoalLine({
+ barXPosition: paths.barXPosition,
+ barYPosition: barYPosition,
+ goalX: paths.goalX,
+ goalY: paths.goalY,
+ barHeight: barHeight,
+ barWidth: barWidth
+ });
+
+ if (barGoalLine) {
+ elGoalsMarkers.add(barGoalLine);
+ }
+
+ y = paths.y;
+ x = paths.x;
+ var pathFill = this.barHelpers.getPathFillColor(series, i, j, realIndex);
+ var lineFill = w.globals.stroke.colors[realIndex];
+ this.renderSeries({
+ realIndex: realIndex,
+ pathFill: pathFill,
+ lineFill: lineFill,
+ j: j,
+ i: i,
+ x: x,
+ y: y,
+ y1: y1,
+ y2: y2,
+ pathFrom: paths.pathFrom,
+ pathTo: paths.pathTo,
+ strokeWidth: strokeWidth,
+ elSeries: elSeries,
+ series: series,
+ barHeight: barHeight,
+ barYPosition: barYPosition,
+ barWidth: barWidth,
+ elDataLabelsWrap: elDataLabelsWrap,
+ elGoalsMarkers: elGoalsMarkers,
+ visibleSeries: this.visibleI,
+ type: 'rangebar'
+ });
+ }
+
+ ret.add(elSeries);
+ }
+
+ return ret;
+ }
+ }, {
+ key: "detectOverlappingBars",
+ value: function detectOverlappingBars(_ref) {
+ var i = _ref.i,
+ j = _ref.j,
+ barYPosition = _ref.barYPosition,
+ srty = _ref.srty,
+ barHeight = _ref.barHeight,
+ yDivision = _ref.yDivision,
+ initPositions = _ref.initPositions;
+ var w = this.w;
+ var overlaps = [];
+ var rangeName = w.config.series[i].data[j].rangeName;
+ var labelX = w.config.series[i].data[j].x;
+ var rowIndex = w.globals.labels.indexOf(labelX);
+ var overlappedIndex = w.globals.seriesRangeBar[i].findIndex(function (tx) {
+ return tx.x === labelX && tx.overlaps.length > 0;
+ });
+
+ if (w.config.plotOptions.bar.rangeBarGroupRows) {
+ barYPosition = srty + yDivision * rowIndex;
+ } else {
+ barYPosition = srty + barHeight * this.visibleI + yDivision * rowIndex;
+ }
+
+ if (overlappedIndex > -1 && !w.config.plotOptions.bar.rangeBarOverlap) {
+ overlaps = w.globals.seriesRangeBar[i][overlappedIndex].overlaps;
+
+ if (overlaps.indexOf(rangeName) > -1) {
+ barHeight = initPositions.barHeight / overlaps.length;
+ barYPosition = barHeight * this.visibleI + yDivision * (100 - parseInt(this.barOptions.barHeight, 10)) / 100 / 2 + barHeight * (this.visibleI + overlaps.indexOf(rangeName)) + yDivision * rowIndex;
+ }
+ }
+
+ return {
+ barYPosition: barYPosition,
+ barHeight: barHeight
+ };
+ }
+ }, {
+ key: "drawRangeColumnPaths",
+ value: function drawRangeColumnPaths(_ref2) {
+ var indexes = _ref2.indexes,
+ x = _ref2.x;
+ _ref2.strokeWidth;
+ var xDivision = _ref2.xDivision,
+ barWidth = _ref2.barWidth,
+ zeroH = _ref2.zeroH;
+ var w = this.w;
+ var i = indexes.i;
+ var j = indexes.j;
+ var yRatio = this.yRatio[this.yaxisIndex];
+ var realIndex = indexes.realIndex;
+ var range = this.getRangeValue(realIndex, j);
+ var y1 = Math.min(range.start, range.end);
+ var y2 = Math.max(range.start, range.end);
+
+ if (w.globals.isXNumeric) {
+ x = (w.globals.seriesX[i][j] - w.globals.minX) / this.xRatio - barWidth / 2;
+ }
+
+ var barXPosition = x + barWidth * this.visibleI;
+
+ if (typeof this.series[i][j] === 'undefined' || this.series[i][j] === null) {
+ y1 = zeroH;
+ } else {
+ y1 = zeroH - y1 / yRatio;
+ y2 = zeroH - y2 / yRatio;
+ }
+
+ var barHeight = Math.abs(y2 - y1);
+ var paths = this.barHelpers.getColumnPaths({
+ barXPosition: barXPosition,
+ barWidth: barWidth,
+ y1: y1,
+ y2: y2,
+ strokeWidth: this.strokeWidth,
+ series: this.seriesRangeEnd,
+ realIndex: indexes.realIndex,
+ i: realIndex,
+ j: j,
+ w: w
+ });
+
+ if (!w.globals.isXNumeric) {
+ x = x + xDivision;
+ }
+
+ return {
+ pathTo: paths.pathTo,
+ pathFrom: paths.pathFrom,
+ barHeight: barHeight,
+ x: x,
+ y: y2,
+ goalY: this.barHelpers.getGoalValues('y', null, zeroH, i, j),
+ barXPosition: barXPosition
+ };
+ }
+ }, {
+ key: "drawRangeBarPaths",
+ value: function drawRangeBarPaths(_ref3) {
+ var indexes = _ref3.indexes,
+ y = _ref3.y,
+ y1 = _ref3.y1,
+ y2 = _ref3.y2,
+ yDivision = _ref3.yDivision,
+ barHeight = _ref3.barHeight,
+ barYPosition = _ref3.barYPosition,
+ zeroW = _ref3.zeroW;
+ var w = this.w;
+ var x1 = zeroW + y1 / this.invertedYRatio;
+ var x2 = zeroW + y2 / this.invertedYRatio;
+ var barWidth = Math.abs(x2 - x1);
+ var paths = this.barHelpers.getBarpaths({
+ barYPosition: barYPosition,
+ barHeight: barHeight,
+ x1: x1,
+ x2: x2,
+ strokeWidth: this.strokeWidth,
+ series: this.seriesRangeEnd,
+ i: indexes.realIndex,
+ realIndex: indexes.realIndex,
+ j: indexes.j,
+ w: w
+ });
+
+ if (!w.globals.isXNumeric) {
+ y = y + yDivision;
+ }
+
+ return {
+ pathTo: paths.pathTo,
+ pathFrom: paths.pathFrom,
+ barWidth: barWidth,
+ x: x2,
+ goalX: this.barHelpers.getGoalValues('x', zeroW, null, indexes.realIndex, indexes.j),
+ y: y
+ };
+ }
+ }, {
+ key: "getRangeValue",
+ value: function getRangeValue(i, j) {
+ var w = this.w;
+ return {
+ start: w.globals.seriesRangeStart[i][j],
+ end: w.globals.seriesRangeEnd[i][j]
+ };
+ }
+ }, {
+ key: "getTooltipValues",
+ value: function getTooltipValues(_ref4) {
+ var ctx = _ref4.ctx,
+ seriesIndex = _ref4.seriesIndex,
+ dataPointIndex = _ref4.dataPointIndex,
+ y1 = _ref4.y1,
+ y2 = _ref4.y2,
+ w = _ref4.w;
+ var start = w.globals.seriesRangeStart[seriesIndex][dataPointIndex];
+ var end = w.globals.seriesRangeEnd[seriesIndex][dataPointIndex];
+ var ylabel = w.globals.labels[dataPointIndex];
+ var seriesName = w.config.series[seriesIndex].name ? w.config.series[seriesIndex].name : '';
+ var yLbFormatter = w.config.tooltip.y.formatter;
+ var yLbTitleFormatter = w.config.tooltip.y.title.formatter;
+ var opts = {
+ w: w,
+ seriesIndex: seriesIndex,
+ dataPointIndex: dataPointIndex,
+ start: start,
+ end: end
+ };
+
+ if (typeof yLbTitleFormatter === 'function') {
+ seriesName = yLbTitleFormatter(seriesName, opts);
+ }
+
+ if (Number.isFinite(y1) && Number.isFinite(y2)) {
+ start = y1;
+ end = y2;
+
+ if (w.config.series[seriesIndex].data[dataPointIndex].x) {
+ ylabel = w.config.series[seriesIndex].data[dataPointIndex].x + ':';
+ }
+
+ if (typeof yLbFormatter === 'function') {
+ ylabel = yLbFormatter(ylabel, opts);
+ }
+ }
+
+ var startVal = '';
+ var endVal = '';
+ var color = w.globals.colors[seriesIndex];
+
+ if (w.config.tooltip.x.formatter === undefined) {
+ if (w.config.xaxis.type === 'datetime') {
+ var datetimeObj = new DateTime(ctx);
+ startVal = datetimeObj.formatDate(datetimeObj.getDate(start), w.config.tooltip.x.format);
+ endVal = datetimeObj.formatDate(datetimeObj.getDate(end), w.config.tooltip.x.format);
+ } else {
+ startVal = start;
+ endVal = end;
+ }
+ } else {
+ startVal = w.config.tooltip.x.formatter(start);
+ endVal = w.config.tooltip.x.formatter(end);
+ }
+
+ return {
+ start: start,
+ end: end,
+ startVal: startVal,
+ endVal: endVal,
+ ylabel: ylabel,
+ color: color,
+ seriesName: seriesName
+ };
+ }
+ }, {
+ key: "buildCustomTooltipHTML",
+ value: function buildCustomTooltipHTML(_ref5) {
+ var color = _ref5.color,
+ seriesName = _ref5.seriesName,
+ ylabel = _ref5.ylabel,
+ start = _ref5.start,
+ end = _ref5.end;
+ return '';
+ }
+ }]);
+
+ return RangeBar;
+ }(Bar);
+
+ /**
+ * ApexCharts Default Class for setting default options for all chart types.
+ *
+ * @module Defaults
+ **/
+
+ var Defaults = /*#__PURE__*/function () {
+ function Defaults(opts) {
+ _classCallCheck(this, Defaults);
+
+ this.opts = opts;
+ }
+
+ _createClass(Defaults, [{
+ key: "line",
+ value: function line() {
+ return {
+ chart: {
+ animations: {
+ easing: 'swing'
+ }
+ },
+ dataLabels: {
+ enabled: false
+ },
+ stroke: {
+ width: 5,
+ curve: 'straight'
+ },
+ markers: {
+ size: 0,
+ hover: {
+ sizeOffset: 6
+ }
+ },
+ xaxis: {
+ crosshairs: {
+ width: 1
+ }
+ }
+ };
+ }
+ }, {
+ key: "sparkline",
+ value: function sparkline(defaults) {
+ this.opts.yaxis[0].show = false;
+ this.opts.yaxis[0].title.text = '';
+ this.opts.yaxis[0].axisBorder.show = false;
+ this.opts.yaxis[0].axisTicks.show = false;
+ this.opts.yaxis[0].floating = true;
+ var ret = {
+ grid: {
+ show: false,
+ padding: {
+ left: 0,
+ right: 0,
+ top: 0,
+ bottom: 0
+ }
+ },
+ legend: {
+ show: false
+ },
+ xaxis: {
+ labels: {
+ show: false
+ },
+ tooltip: {
+ enabled: false
+ },
+ axisBorder: {
+ show: false
+ },
+ axisTicks: {
+ show: false
+ }
+ },
+ chart: {
+ toolbar: {
+ show: false
+ },
+ zoom: {
+ enabled: false
+ }
+ },
+ dataLabels: {
+ enabled: false
+ }
+ };
+ return Utils$1.extend(defaults, ret);
+ }
+ }, {
+ key: "bar",
+ value: function bar() {
+ return {
+ chart: {
+ stacked: false,
+ animations: {
+ easing: 'swing'
+ }
+ },
+ plotOptions: {
+ bar: {
+ dataLabels: {
+ position: 'center'
+ }
+ }
+ },
+ dataLabels: {
+ style: {
+ colors: ['#fff']
+ },
+ background: {
+ enabled: false
+ }
+ },
+ stroke: {
+ width: 0,
+ lineCap: 'round'
+ },
+ fill: {
+ opacity: 0.85
+ },
+ legend: {
+ markers: {
+ shape: 'square',
+ radius: 2,
+ size: 8
+ }
+ },
+ tooltip: {
+ shared: false,
+ intersect: true
+ },
+ xaxis: {
+ tooltip: {
+ enabled: false
+ },
+ tickPlacement: 'between',
+ crosshairs: {
+ width: 'barWidth',
+ position: 'back',
+ fill: {
+ type: 'gradient'
+ },
+ dropShadow: {
+ enabled: false
+ },
+ stroke: {
+ width: 0
+ }
+ }
+ }
+ };
+ }
+ }, {
+ key: "candlestick",
+ value: function candlestick() {
+ var _this = this;
+
+ return {
+ stroke: {
+ width: 1,
+ colors: ['#333']
+ },
+ fill: {
+ opacity: 1
+ },
+ dataLabels: {
+ enabled: false
+ },
+ tooltip: {
+ shared: true,
+ custom: function custom(_ref) {
+ var seriesIndex = _ref.seriesIndex,
+ dataPointIndex = _ref.dataPointIndex,
+ w = _ref.w;
+ return _this._getBoxTooltip(w, seriesIndex, dataPointIndex, ['Open', 'High', '', 'Low', 'Close'], 'candlestick');
+ }
+ },
+ states: {
+ active: {
+ filter: {
+ type: 'none'
+ }
+ }
+ },
+ xaxis: {
+ crosshairs: {
+ width: 1
+ }
+ }
+ };
+ }
+ }, {
+ key: "boxPlot",
+ value: function boxPlot() {
+ var _this2 = this;
+
+ return {
+ chart: {
+ animations: {
+ dynamicAnimation: {
+ enabled: false
+ }
+ }
+ },
+ stroke: {
+ width: 1,
+ colors: ['#24292e']
+ },
+ dataLabels: {
+ enabled: false
+ },
+ tooltip: {
+ shared: true,
+ custom: function custom(_ref2) {
+ var seriesIndex = _ref2.seriesIndex,
+ dataPointIndex = _ref2.dataPointIndex,
+ w = _ref2.w;
+ return _this2._getBoxTooltip(w, seriesIndex, dataPointIndex, ['Minimum', 'Q1', 'Median', 'Q3', 'Maximum'], 'boxPlot');
+ }
+ },
+ markers: {
+ size: 5,
+ strokeWidth: 1,
+ strokeColors: '#111'
+ },
+ xaxis: {
+ crosshairs: {
+ width: 1
+ }
+ }
+ };
+ }
+ }, {
+ key: "rangeBar",
+ value: function rangeBar() {
+ var handleTimelineTooltip = function handleTimelineTooltip(opts) {
+ var rangeCtx = new RangeBar(opts.ctx, null);
+
+ var _rangeCtx$getTooltipV = rangeCtx.getTooltipValues(opts),
+ color = _rangeCtx$getTooltipV.color,
+ seriesName = _rangeCtx$getTooltipV.seriesName,
+ ylabel = _rangeCtx$getTooltipV.ylabel,
+ startVal = _rangeCtx$getTooltipV.startVal,
+ endVal = _rangeCtx$getTooltipV.endVal;
+
+ return rangeCtx.buildCustomTooltipHTML({
+ color: color,
+ seriesName: seriesName,
+ ylabel: ylabel,
+ start: startVal,
+ end: endVal
+ });
+ };
+
+ var handleRangeColumnTooltip = function handleRangeColumnTooltip(opts) {
+ var rangeCtx = new RangeBar(opts.ctx, null);
+
+ var _rangeCtx$getTooltipV2 = rangeCtx.getTooltipValues(opts),
+ color = _rangeCtx$getTooltipV2.color,
+ seriesName = _rangeCtx$getTooltipV2.seriesName,
+ ylabel = _rangeCtx$getTooltipV2.ylabel,
+ start = _rangeCtx$getTooltipV2.start,
+ end = _rangeCtx$getTooltipV2.end;
+
+ return rangeCtx.buildCustomTooltipHTML({
+ color: color,
+ seriesName: seriesName,
+ ylabel: ylabel,
+ start: start,
+ end: end
+ });
+ };
+
+ return {
+ stroke: {
+ width: 0,
+ lineCap: 'square'
+ },
+ plotOptions: {
+ bar: {
+ borderRadius: 0,
+ dataLabels: {
+ position: 'center'
+ }
+ }
+ },
+ dataLabels: {
+ enabled: false,
+ formatter: function formatter(val, _ref3) {
+ _ref3.ctx;
+ var seriesIndex = _ref3.seriesIndex,
+ dataPointIndex = _ref3.dataPointIndex,
+ w = _ref3.w;
+ var start = w.globals.seriesRangeStart[seriesIndex][dataPointIndex];
+ var end = w.globals.seriesRangeEnd[seriesIndex][dataPointIndex];
+ return end - start;
+ },
+ background: {
+ enabled: false
+ },
+ style: {
+ colors: ['#fff']
+ }
+ },
+ tooltip: {
+ shared: false,
+ followCursor: true,
+ custom: function custom(opts) {
+ if (opts.w.config.plotOptions && opts.w.config.plotOptions.bar && opts.w.config.plotOptions.bar.horizontal) {
+ return handleTimelineTooltip(opts);
+ } else {
+ return handleRangeColumnTooltip(opts);
+ }
+ }
+ },
+ xaxis: {
+ tickPlacement: 'between',
+ tooltip: {
+ enabled: false
+ },
+ crosshairs: {
+ stroke: {
+ width: 0
+ }
+ }
+ }
+ };
+ }
+ }, {
+ key: "area",
+ value: function area() {
+ return {
+ stroke: {
+ width: 4
+ },
+ fill: {
+ type: 'gradient',
+ gradient: {
+ inverseColors: false,
+ shade: 'light',
+ type: 'vertical',
+ opacityFrom: 0.65,
+ opacityTo: 0.5,
+ stops: [0, 100, 100]
+ }
+ },
+ markers: {
+ size: 0,
+ hover: {
+ sizeOffset: 6
+ }
+ },
+ tooltip: {
+ followCursor: false
+ }
+ };
+ }
+ }, {
+ key: "brush",
+ value: function brush(defaults) {
+ var ret = {
+ chart: {
+ toolbar: {
+ autoSelected: 'selection',
+ show: false
+ },
+ zoom: {
+ enabled: false
+ }
+ },
+ dataLabels: {
+ enabled: false
+ },
+ stroke: {
+ width: 1
+ },
+ tooltip: {
+ enabled: false
+ },
+ xaxis: {
+ tooltip: {
+ enabled: false
+ }
+ }
+ };
+ return Utils$1.extend(defaults, ret);
+ }
+ }, {
+ key: "stacked100",
+ value: function stacked100(opts) {
+ opts.dataLabels = opts.dataLabels || {};
+ opts.dataLabels.formatter = opts.dataLabels.formatter || undefined;
+ var existingDataLabelFormatter = opts.dataLabels.formatter;
+ opts.yaxis.forEach(function (yaxe, index) {
+ opts.yaxis[index].min = 0;
+ opts.yaxis[index].max = 100;
+ });
+ var isBar = opts.chart.type === 'bar';
+
+ if (isBar) {
+ opts.dataLabels.formatter = existingDataLabelFormatter || function (val) {
+ if (typeof val === 'number') {
+ return val ? val.toFixed(0) + '%' : val;
+ }
+
+ return val;
+ };
+ }
+
+ return opts;
+ } // This function removes the left and right spacing in chart for line/area/scatter if xaxis type = category for those charts by converting xaxis = numeric. Numeric/Datetime xaxis prevents the unnecessary spacing in the left/right of the chart area
+
+ }, {
+ key: "convertCatToNumeric",
+ value: function convertCatToNumeric(opts) {
+ opts.xaxis.convertedCatToNumeric = true;
+ return opts;
+ }
+ }, {
+ key: "convertCatToNumericXaxis",
+ value: function convertCatToNumericXaxis(opts, ctx, cats) {
+ opts.xaxis.type = 'numeric';
+ opts.xaxis.labels = opts.xaxis.labels || {};
+
+ opts.xaxis.labels.formatter = opts.xaxis.labels.formatter || function (val) {
+ return Utils$1.isNumber(val) ? Math.floor(val) : val;
+ };
+
+ var defaultFormatter = opts.xaxis.labels.formatter;
+ var labels = opts.xaxis.categories && opts.xaxis.categories.length ? opts.xaxis.categories : opts.labels;
+
+ if (cats && cats.length) {
+ labels = cats.map(function (c) {
+ return Array.isArray(c) ? c : String(c);
+ });
+ }
+
+ if (labels && labels.length) {
+ opts.xaxis.labels.formatter = function (val) {
+ return Utils$1.isNumber(val) ? defaultFormatter(labels[Math.floor(val) - 1]) : defaultFormatter(val);
+ };
+ }
+
+ opts.xaxis.categories = [];
+ opts.labels = [];
+ opts.xaxis.tickAmount = opts.xaxis.tickAmount || 'dataPoints';
+ return opts;
+ }
+ }, {
+ key: "bubble",
+ value: function bubble() {
+ return {
+ dataLabels: {
+ style: {
+ colors: ['#fff']
+ }
+ },
+ tooltip: {
+ shared: false,
+ intersect: true
+ },
+ xaxis: {
+ crosshairs: {
+ width: 0
+ }
+ },
+ fill: {
+ type: 'solid',
+ gradient: {
+ shade: 'light',
+ inverse: true,
+ shadeIntensity: 0.55,
+ opacityFrom: 0.4,
+ opacityTo: 0.8
+ }
+ }
+ };
+ }
+ }, {
+ key: "scatter",
+ value: function scatter() {
+ return {
+ dataLabels: {
+ enabled: false
+ },
+ tooltip: {
+ shared: false,
+ intersect: true
+ },
+ markers: {
+ size: 6,
+ strokeWidth: 1,
+ hover: {
+ sizeOffset: 2
+ }
+ }
+ };
+ }
+ }, {
+ key: "heatmap",
+ value: function heatmap() {
+ return {
+ chart: {
+ stacked: false
+ },
+ fill: {
+ opacity: 1
+ },
+ dataLabels: {
+ style: {
+ colors: ['#fff']
+ }
+ },
+ stroke: {
+ colors: ['#fff']
+ },
+ tooltip: {
+ followCursor: true,
+ marker: {
+ show: false
+ },
+ x: {
+ show: false
+ }
+ },
+ legend: {
+ position: 'top',
+ markers: {
+ shape: 'square',
+ size: 10,
+ offsetY: 2
+ }
+ },
+ grid: {
+ padding: {
+ right: 20
+ }
+ }
+ };
+ }
+ }, {
+ key: "treemap",
+ value: function treemap() {
+ return {
+ chart: {
+ zoom: {
+ enabled: false
+ }
+ },
+ dataLabels: {
+ style: {
+ fontSize: 14,
+ fontWeight: 600,
+ colors: ['#fff']
+ }
+ },
+ stroke: {
+ show: true,
+ width: 2,
+ colors: ['#fff']
+ },
+ legend: {
+ show: false
+ },
+ fill: {
+ gradient: {
+ stops: [0, 100]
+ }
+ },
+ tooltip: {
+ followCursor: true,
+ x: {
+ show: false
+ }
+ },
+ grid: {
+ padding: {
+ left: 0,
+ right: 0
+ }
+ },
+ xaxis: {
+ crosshairs: {
+ show: false
+ },
+ tooltip: {
+ enabled: false
+ }
+ }
+ };
+ }
+ }, {
+ key: "pie",
+ value: function pie() {
+ return {
+ chart: {
+ toolbar: {
+ show: false
+ }
+ },
+ plotOptions: {
+ pie: {
+ donut: {
+ labels: {
+ show: false
+ }
+ }
+ }
+ },
+ dataLabels: {
+ formatter: function formatter(val) {
+ return val.toFixed(1) + '%';
+ },
+ style: {
+ colors: ['#fff']
+ },
+ background: {
+ enabled: false
+ },
+ dropShadow: {
+ enabled: true
+ }
+ },
+ stroke: {
+ colors: ['#fff']
+ },
+ fill: {
+ opacity: 1,
+ gradient: {
+ shade: 'light',
+ stops: [0, 100]
+ }
+ },
+ tooltip: {
+ theme: 'dark',
+ fillSeriesColor: true
+ },
+ legend: {
+ position: 'right'
+ }
+ };
+ }
+ }, {
+ key: "donut",
+ value: function donut() {
+ return {
+ chart: {
+ toolbar: {
+ show: false
+ }
+ },
+ dataLabels: {
+ formatter: function formatter(val) {
+ return val.toFixed(1) + '%';
+ },
+ style: {
+ colors: ['#fff']
+ },
+ background: {
+ enabled: false
+ },
+ dropShadow: {
+ enabled: true
+ }
+ },
+ stroke: {
+ colors: ['#fff']
+ },
+ fill: {
+ opacity: 1,
+ gradient: {
+ shade: 'light',
+ shadeIntensity: 0.35,
+ stops: [80, 100],
+ opacityFrom: 1,
+ opacityTo: 1
+ }
+ },
+ tooltip: {
+ theme: 'dark',
+ fillSeriesColor: true
+ },
+ legend: {
+ position: 'right'
+ }
+ };
+ }
+ }, {
+ key: "polarArea",
+ value: function polarArea() {
+ this.opts.yaxis[0].tickAmount = this.opts.yaxis[0].tickAmount ? this.opts.yaxis[0].tickAmount : 6;
+ return {
+ chart: {
+ toolbar: {
+ show: false
+ }
+ },
+ dataLabels: {
+ formatter: function formatter(val) {
+ return val.toFixed(1) + '%';
+ },
+ enabled: false
+ },
+ stroke: {
+ show: true,
+ width: 2
+ },
+ fill: {
+ opacity: 0.7
+ },
+ tooltip: {
+ theme: 'dark',
+ fillSeriesColor: true
+ },
+ legend: {
+ position: 'right'
+ }
+ };
+ }
+ }, {
+ key: "radar",
+ value: function radar() {
+ this.opts.yaxis[0].labels.offsetY = this.opts.yaxis[0].labels.offsetY ? this.opts.yaxis[0].labels.offsetY : 6;
+ return {
+ dataLabels: {
+ enabled: false,
+ style: {
+ fontSize: '11px'
+ }
+ },
+ stroke: {
+ width: 2
+ },
+ markers: {
+ size: 3,
+ strokeWidth: 1,
+ strokeOpacity: 1
+ },
+ fill: {
+ opacity: 0.2
+ },
+ tooltip: {
+ shared: false,
+ intersect: true,
+ followCursor: true
+ },
+ grid: {
+ show: false
+ },
+ xaxis: {
+ labels: {
+ formatter: function formatter(val) {
+ return val;
+ },
+ style: {
+ colors: ['#a8a8a8'],
+ fontSize: '11px'
+ }
+ },
+ tooltip: {
+ enabled: false
+ },
+ crosshairs: {
+ show: false
+ }
+ }
+ };
+ }
+ }, {
+ key: "radialBar",
+ value: function radialBar() {
+ return {
+ chart: {
+ animations: {
+ dynamicAnimation: {
+ enabled: true,
+ speed: 800
+ }
+ },
+ toolbar: {
+ show: false
+ }
+ },
+ fill: {
+ gradient: {
+ shade: 'dark',
+ shadeIntensity: 0.4,
+ inverseColors: false,
+ type: 'diagonal2',
+ opacityFrom: 1,
+ opacityTo: 1,
+ stops: [70, 98, 100]
+ }
+ },
+ legend: {
+ show: false,
+ position: 'right'
+ },
+ tooltip: {
+ enabled: false,
+ fillSeriesColor: true
+ }
+ };
+ }
+ }, {
+ key: "_getBoxTooltip",
+ value: function _getBoxTooltip(w, seriesIndex, dataPointIndex, labels, chartType) {
+ var o = w.globals.seriesCandleO[seriesIndex][dataPointIndex];
+ var h = w.globals.seriesCandleH[seriesIndex][dataPointIndex];
+ var m = w.globals.seriesCandleM[seriesIndex][dataPointIndex];
+ var l = w.globals.seriesCandleL[seriesIndex][dataPointIndex];
+ var c = w.globals.seriesCandleC[seriesIndex][dataPointIndex];
+
+ if (w.config.series[seriesIndex].type && w.config.series[seriesIndex].type !== chartType) {
+ return "\n ".concat(w.config.series[seriesIndex].name ? w.config.series[seriesIndex].name : 'series-' + (seriesIndex + 1), ": ").concat(w.globals.series[seriesIndex][dataPointIndex], " \n
");
+ } else {
+ return "';
+ }
+ }
+ }]);
+
+ return Defaults;
+ }();
+
+ /**
+ * ApexCharts Config Class for extending user options with pre-defined ApexCharts config.
+ *
+ * @module Config
+ **/
+
+ var Config = /*#__PURE__*/function () {
+ function Config(opts) {
+ _classCallCheck(this, Config);
+
+ this.opts = opts;
+ }
+
+ _createClass(Config, [{
+ key: "init",
+ value: function init(_ref) {
+ var responsiveOverride = _ref.responsiveOverride;
+ var opts = this.opts;
+ var options = new Options();
+ var defaults = new Defaults(opts);
+ this.chartType = opts.chart.type;
+
+ if (this.chartType === 'histogram') {
+ // technically, a histogram can be drawn by a column chart with no spaces in between
+ opts.chart.type = 'bar';
+ opts = Utils$1.extend({
+ plotOptions: {
+ bar: {
+ columnWidth: '99.99%'
+ }
+ }
+ }, opts);
+ }
+
+ opts = this.extendYAxis(opts);
+ opts = this.extendAnnotations(opts);
+ var config = options.init();
+ var newDefaults = {};
+
+ if (opts && _typeof(opts) === 'object') {
+ var chartDefaults = {};
+ var chartTypes = ['line', 'area', 'bar', 'candlestick', 'boxPlot', 'rangeBar', 'histogram', 'bubble', 'scatter', 'heatmap', 'treemap', 'pie', 'polarArea', 'donut', 'radar', 'radialBar'];
+
+ if (chartTypes.indexOf(opts.chart.type) !== -1) {
+ chartDefaults = defaults[opts.chart.type]();
+ } else {
+ chartDefaults = defaults.line();
+ }
+
+ if (opts.chart.brush && opts.chart.brush.enabled) {
+ chartDefaults = defaults.brush(chartDefaults);
+ }
+
+ if (opts.chart.stacked && opts.chart.stackType === '100%') {
+ opts = defaults.stacked100(opts);
+ } // If user has specified a dark theme, make the tooltip dark too
+
+
+ this.checkForDarkTheme(window.Apex); // check global window Apex options
+
+ this.checkForDarkTheme(opts); // check locally passed options
+
+ opts.xaxis = opts.xaxis || window.Apex.xaxis || {}; // an important boolean needs to be set here
+ // otherwise all the charts will have this flag set to true window.Apex.xaxis is set globally
+
+ if (!responsiveOverride) {
+ opts.xaxis.convertedCatToNumeric = false;
+ }
+
+ opts = this.checkForCatToNumericXAxis(this.chartType, chartDefaults, opts);
+
+ if (opts.chart.sparkline && opts.chart.sparkline.enabled || window.Apex.chart && window.Apex.chart.sparkline && window.Apex.chart.sparkline.enabled) {
+ chartDefaults = defaults.sparkline(chartDefaults);
+ }
+
+ newDefaults = Utils$1.extend(config, chartDefaults);
+ } // config should cascade in this fashion
+ // default-config < global-apex-variable-config < user-defined-config
+ // get GLOBALLY defined options and merge with the default config
+
+
+ var mergedWithDefaultConfig = Utils$1.extend(newDefaults, window.Apex); // get the merged config and extend with user defined config
+
+ config = Utils$1.extend(mergedWithDefaultConfig, opts); // some features are not supported. those mismatches should be handled
+
+ config = this.handleUserInputErrors(config);
+ return config;
+ }
+ }, {
+ key: "checkForCatToNumericXAxis",
+ value: function checkForCatToNumericXAxis(chartType, chartDefaults, opts) {
+ var defaults = new Defaults(opts);
+ var isBarHorizontal = chartType === 'bar' && opts.plotOptions && opts.plotOptions.bar && opts.plotOptions.bar.horizontal;
+ var unsupportedZoom = chartType === 'pie' || chartType === 'polarArea' || chartType === 'donut' || chartType === 'radar' || chartType === 'radialBar' || chartType === 'heatmap';
+ var notNumericXAxis = opts.xaxis.type !== 'datetime' && opts.xaxis.type !== 'numeric';
+ var tickPlacement = opts.xaxis.tickPlacement ? opts.xaxis.tickPlacement : chartDefaults.xaxis && chartDefaults.xaxis.tickPlacement;
+
+ if (!isBarHorizontal && !unsupportedZoom && notNumericXAxis && tickPlacement !== 'between') {
+ opts = defaults.convertCatToNumeric(opts);
+ }
+
+ return opts;
+ }
+ }, {
+ key: "extendYAxis",
+ value: function extendYAxis(opts, w) {
+ var options = new Options();
+
+ if (typeof opts.yaxis === 'undefined' || !opts.yaxis || Array.isArray(opts.yaxis) && opts.yaxis.length === 0) {
+ opts.yaxis = {};
+ } // extend global yaxis config (only if object is provided / not an array)
+
+
+ if (opts.yaxis.constructor !== Array && window.Apex.yaxis && window.Apex.yaxis.constructor !== Array) {
+ opts.yaxis = Utils$1.extend(opts.yaxis, window.Apex.yaxis);
+ } // as we can't extend nested object's array with extend, we need to do it first
+ // user can provide either an array or object in yaxis config
+
+
+ if (opts.yaxis.constructor !== Array) {
+ // convert the yaxis to array if user supplied object
+ opts.yaxis = [Utils$1.extend(options.yAxis, opts.yaxis)];
+ } else {
+ opts.yaxis = Utils$1.extendArray(opts.yaxis, options.yAxis);
+ }
+
+ var isLogY = false;
+ opts.yaxis.forEach(function (y) {
+ if (y.logarithmic) {
+ isLogY = true;
+ }
+ });
+ var series = opts.series;
+
+ if (w && !series) {
+ series = w.config.series;
+ } // A logarithmic chart works correctly when each series has a corresponding y-axis
+ // If this is not the case, we manually create yaxis for multi-series log chart
+
+
+ if (isLogY && series.length !== opts.yaxis.length && series.length) {
+ opts.yaxis = series.map(function (s, i) {
+ if (!s.name) {
+ series[i].name = "series-".concat(i + 1);
+ }
+
+ if (opts.yaxis[i]) {
+ opts.yaxis[i].seriesName = series[i].name;
+ return opts.yaxis[i];
+ } else {
+ var newYaxis = Utils$1.extend(options.yAxis, opts.yaxis[0]);
+ newYaxis.show = false;
+ return newYaxis;
+ }
+ });
+ }
+
+ if (isLogY && series.length > 1 && series.length !== opts.yaxis.length) {
+ console.warn('A multi-series logarithmic chart should have equal number of series and y-axes. Please make sure to equalize both.');
+ }
+
+ return opts;
+ } // annotations also accepts array, so we need to extend them manually
+
+ }, {
+ key: "extendAnnotations",
+ value: function extendAnnotations(opts) {
+ if (typeof opts.annotations === 'undefined') {
+ opts.annotations = {};
+ opts.annotations.yaxis = [];
+ opts.annotations.xaxis = [];
+ opts.annotations.points = [];
+ }
+
+ opts = this.extendYAxisAnnotations(opts);
+ opts = this.extendXAxisAnnotations(opts);
+ opts = this.extendPointAnnotations(opts);
+ return opts;
+ }
+ }, {
+ key: "extendYAxisAnnotations",
+ value: function extendYAxisAnnotations(opts) {
+ var options = new Options();
+ opts.annotations.yaxis = Utils$1.extendArray(typeof opts.annotations.yaxis !== 'undefined' ? opts.annotations.yaxis : [], options.yAxisAnnotation);
+ return opts;
+ }
+ }, {
+ key: "extendXAxisAnnotations",
+ value: function extendXAxisAnnotations(opts) {
+ var options = new Options();
+ opts.annotations.xaxis = Utils$1.extendArray(typeof opts.annotations.xaxis !== 'undefined' ? opts.annotations.xaxis : [], options.xAxisAnnotation);
+ return opts;
+ }
+ }, {
+ key: "extendPointAnnotations",
+ value: function extendPointAnnotations(opts) {
+ var options = new Options();
+ opts.annotations.points = Utils$1.extendArray(typeof opts.annotations.points !== 'undefined' ? opts.annotations.points : [], options.pointAnnotation);
+ return opts;
+ }
+ }, {
+ key: "checkForDarkTheme",
+ value: function checkForDarkTheme(opts) {
+ if (opts.theme && opts.theme.mode === 'dark') {
+ if (!opts.tooltip) {
+ opts.tooltip = {};
+ }
+
+ if (opts.tooltip.theme !== 'light') {
+ opts.tooltip.theme = 'dark';
+ }
+
+ if (!opts.chart.foreColor) {
+ opts.chart.foreColor = '#f6f7f8';
+ }
+
+ if (!opts.chart.background) {
+ opts.chart.background = '#424242';
+ }
+
+ if (!opts.theme.palette) {
+ opts.theme.palette = 'palette4';
+ }
+ }
+ }
+ }, {
+ key: "handleUserInputErrors",
+ value: function handleUserInputErrors(opts) {
+ var config = opts; // conflicting tooltip option. intersect makes sure to focus on 1 point at a time. Shared cannot be used along with it
+
+ if (config.tooltip.shared && config.tooltip.intersect) {
+ throw new Error('tooltip.shared cannot be enabled when tooltip.intersect is true. Turn off any other option by setting it to false.');
+ }
+
+ if (config.chart.type === 'bar' && config.plotOptions.bar.horizontal) {
+ // No multiple yaxis for bars
+ if (config.yaxis.length > 1) {
+ throw new Error('Multiple Y Axis for bars are not supported. Switch to column chart by setting plotOptions.bar.horizontal=false');
+ } // if yaxis is reversed in horizontal bar chart, you should draw the y-axis on right side
+
+
+ if (config.yaxis[0].reversed) {
+ config.yaxis[0].opposite = true;
+ }
+
+ config.xaxis.tooltip.enabled = false; // no xaxis tooltip for horizontal bar
+
+ config.yaxis[0].tooltip.enabled = false; // no xaxis tooltip for horizontal bar
+
+ config.chart.zoom.enabled = false; // no zooming for horz bars
+ }
+
+ if (config.chart.type === 'bar' || config.chart.type === 'rangeBar') {
+ if (config.tooltip.shared) {
+ if (config.xaxis.crosshairs.width === 'barWidth' && config.series.length > 1) {
+ config.xaxis.crosshairs.width = 'tickWidth';
+ }
+ }
+ }
+
+ if (config.chart.type === 'candlestick' || config.chart.type === 'boxPlot') {
+ if (config.yaxis[0].reversed) {
+ console.warn("Reversed y-axis in ".concat(config.chart.type, " chart is not supported."));
+ config.yaxis[0].reversed = false;
+ }
+ } // if user supplied array for stroke width, it will only be applicable to line/area charts, for any other charts, revert back to Number
+
+
+ if (Array.isArray(config.stroke.width)) {
+ if (config.chart.type !== 'line' && config.chart.type !== 'area') {
+ console.warn('stroke.width option accepts array only for line and area charts. Reverted back to Number');
+ config.stroke.width = config.stroke.width[0];
+ }
+ }
+
+ return config;
+ }
+ }]);
+
+ return Config;
+ }();
+
+ var Globals = /*#__PURE__*/function () {
+ function Globals() {
+ _classCallCheck(this, Globals);
+ }
+
+ _createClass(Globals, [{
+ key: "initGlobalVars",
+ value: function initGlobalVars(gl) {
+ gl.series = []; // the MAIN series array (y values)
+
+ gl.seriesCandleO = [];
+ gl.seriesCandleH = [];
+ gl.seriesCandleM = [];
+ gl.seriesCandleL = [];
+ gl.seriesCandleC = [];
+ gl.seriesRangeStart = [];
+ gl.seriesRangeEnd = [];
+ gl.seriesRangeBar = [];
+ gl.seriesPercent = [];
+ gl.seriesGoals = [];
+ gl.seriesX = [];
+ gl.seriesZ = [];
+ gl.seriesNames = [];
+ gl.seriesTotals = [];
+ gl.seriesLog = [];
+ gl.seriesColors = [];
+ gl.stackedSeriesTotals = [];
+ gl.seriesXvalues = []; // we will need this in tooltip (it's x position)
+ // when we will have unequal x values, we will need
+ // some way to get x value depending on mouse pointer
+
+ gl.seriesYvalues = []; // we will need this when deciding which series
+ // user hovered on
+
+ gl.labels = [];
+ gl.categoryLabels = [];
+ gl.timescaleLabels = [];
+ gl.noLabelsProvided = false;
+ gl.resizeTimer = null;
+ gl.selectionResizeTimer = null;
+ gl.delayedElements = [];
+ gl.pointsArray = [];
+ gl.dataLabelsRects = [];
+ gl.isXNumeric = false;
+ gl.xaxisLabelsCount = 0;
+ gl.skipLastTimelinelabel = false;
+ gl.skipFirstTimelinelabel = false;
+ gl.isDataXYZ = false;
+ gl.isMultiLineX = false;
+ gl.isMultipleYAxis = false;
+ gl.maxY = -Number.MAX_VALUE;
+ gl.minY = Number.MIN_VALUE;
+ gl.minYArr = [];
+ gl.maxYArr = [];
+ gl.maxX = -Number.MAX_VALUE;
+ gl.minX = Number.MAX_VALUE;
+ gl.initialMaxX = -Number.MAX_VALUE;
+ gl.initialMinX = Number.MAX_VALUE;
+ gl.maxDate = 0;
+ gl.minDate = Number.MAX_VALUE;
+ gl.minZ = Number.MAX_VALUE;
+ gl.maxZ = -Number.MAX_VALUE;
+ gl.minXDiff = Number.MAX_VALUE;
+ gl.yAxisScale = [];
+ gl.xAxisScale = null;
+ gl.xAxisTicksPositions = [];
+ gl.yLabelsCoords = [];
+ gl.yTitleCoords = [];
+ gl.barPadForNumericAxis = 0;
+ gl.padHorizontal = 0;
+ gl.xRange = 0;
+ gl.yRange = [];
+ gl.zRange = 0;
+ gl.dataPoints = 0;
+ gl.xTickAmount = 0;
+ }
+ }, {
+ key: "globalVars",
+ value: function globalVars(config) {
+ return {
+ chartID: null,
+ // chart ID - apexcharts-cuid
+ cuid: null,
+ // chart ID - random numbers excluding "apexcharts" part
+ events: {
+ beforeMount: [],
+ mounted: [],
+ updated: [],
+ clicked: [],
+ selection: [],
+ dataPointSelection: [],
+ zoomed: [],
+ scrolled: []
+ },
+ colors: [],
+ clientX: null,
+ clientY: null,
+ fill: {
+ colors: []
+ },
+ stroke: {
+ colors: []
+ },
+ dataLabels: {
+ style: {
+ colors: []
+ }
+ },
+ radarPolygons: {
+ fill: {
+ colors: []
+ }
+ },
+ markers: {
+ colors: [],
+ size: config.markers.size,
+ largestSize: 0
+ },
+ animationEnded: false,
+ isTouchDevice: 'ontouchstart' in window || navigator.msMaxTouchPoints,
+ isDirty: false,
+ // chart has been updated after the initial render. This is different than dataChanged property. isDirty means user manually called some method to update
+ isExecCalled: false,
+ // whether user updated the chart through the exec method
+ initialConfig: null,
+ // we will store the first config user has set to go back when user finishes interactions like zooming and come out of it
+ initialSeries: [],
+ lastXAxis: [],
+ lastYAxis: [],
+ columnSeries: null,
+ labels: [],
+ // store the text to draw on x axis
+ // Don't mutate the labels, many things including tooltips depends on it!
+ timescaleLabels: [],
+ // store the timescaleLabels Labels in another variable
+ noLabelsProvided: false,
+ // if user didn't provide any categories/labels or x values, fallback to 1,2,3,4...
+ allSeriesCollapsed: false,
+ collapsedSeries: [],
+ // when user collapses a series, it goes into this array
+ collapsedSeriesIndices: [],
+ // this stores the index of the collapsedSeries instead of whole object for quick access
+ ancillaryCollapsedSeries: [],
+ // when user collapses an "alwaysVisible" series, it goes into this array
+ ancillaryCollapsedSeriesIndices: [],
+ // this stores the index of the ancillaryCollapsedSeries whose y-axis is always visible
+ risingSeries: [],
+ // when user re-opens a collapsed series, it goes here
+ dataFormatXNumeric: false,
+ // boolean value to indicate user has passed numeric x values
+ capturedSeriesIndex: -1,
+ capturedDataPointIndex: -1,
+ selectedDataPoints: [],
+ goldenPadding: 35,
+ // this value is used at a lot of places for spacing purpose
+ invalidLogScale: false,
+ // if a user enabled log scale but the data provided is not valid to generate a log scale, turn on this flag
+ ignoreYAxisIndexes: [],
+ // when series are being collapsed in multiple y axes, ignore certain index
+ yAxisSameScaleIndices: [],
+ maxValsInArrayIndex: 0,
+ radialSize: 0,
+ selection: undefined,
+ zoomEnabled: config.chart.toolbar.autoSelected === 'zoom' && config.chart.toolbar.tools.zoom && config.chart.zoom.enabled,
+ panEnabled: config.chart.toolbar.autoSelected === 'pan' && config.chart.toolbar.tools.pan,
+ selectionEnabled: config.chart.toolbar.autoSelected === 'selection' && config.chart.toolbar.tools.selection,
+ yaxis: null,
+ mousedown: false,
+ lastClientPosition: {},
+ // don't reset this variable this the chart is destroyed. It is used to detect right or left mousemove in panning
+ visibleXRange: undefined,
+ yValueDecimal: 0,
+ // are there floating numbers in the series. If yes, this represent the len of the decimals
+ total: 0,
+ SVGNS: 'http://www.w3.org/2000/svg',
+ // svg namespace
+ svgWidth: 0,
+ // the whole svg width
+ svgHeight: 0,
+ // the whole svg height
+ noData: false,
+ // whether there is any data to display or not
+ locale: {},
+ // the current locale values will be preserved here for global access
+ dom: {},
+ // for storing all dom nodes in this particular property
+ memory: {
+ methodsToExec: []
+ },
+ shouldAnimate: true,
+ skipLastTimelinelabel: false,
+ // when last label is cropped, skip drawing it
+ skipFirstTimelinelabel: false,
+ // when first label is cropped, skip drawing it
+ delayedElements: [],
+ // element which appear after animation has finished
+ axisCharts: true,
+ // chart type = line or area or bar
+ // (refer them also as plot charts in the code)
+ isDataXYZ: false,
+ // bool: data was provided in a {[x,y,z]} pattern
+ resized: false,
+ // bool: user has resized
+ resizeTimer: null,
+ // timeout function to make a small delay before
+ // drawing when user resized
+ comboCharts: false,
+ // bool: whether it's a combination of line/column
+ dataChanged: false,
+ // bool: has data changed dynamically
+ previousPaths: [],
+ // array: when data is changed, it will animate from
+ // previous paths
+ allSeriesHasEqualX: true,
+ pointsArray: [],
+ // store the points positions here to draw later on hover
+ // format is - [[x,y],[x,y]... [x,y]]
+ dataLabelsRects: [],
+ // store the positions of datalabels to prevent collision
+ lastDrawnDataLabelsIndexes: [],
+ hasNullValues: false,
+ // bool: whether series contains null values
+ easing: null,
+ // function: animation effect to apply
+ zoomed: false,
+ // whether user has zoomed or not
+ gridWidth: 0,
+ // drawable width of actual graphs (series paths)
+ gridHeight: 0,
+ // drawable height of actual graphs (series paths)
+ rotateXLabels: false,
+ defaultLabels: false,
+ xLabelFormatter: undefined,
+ // formatter for x axis labels
+ yLabelFormatters: [],
+ xaxisTooltipFormatter: undefined,
+ // formatter for x axis tooltip
+ ttKeyFormatter: undefined,
+ ttVal: undefined,
+ ttZFormatter: undefined,
+ LINE_HEIGHT_RATIO: 1.618,
+ xAxisLabelsHeight: 0,
+ xAxisLabelsWidth: 0,
+ yAxisLabelsWidth: 0,
+ scaleX: 1,
+ scaleY: 1,
+ translateX: 0,
+ translateY: 0,
+ translateYAxisX: [],
+ yAxisWidths: [],
+ translateXAxisY: 0,
+ translateXAxisX: 0,
+ tooltip: null
+ };
+ }
+ }, {
+ key: "init",
+ value: function init(config) {
+ var globals = this.globalVars(config);
+ this.initGlobalVars(globals);
+ globals.initialConfig = Utils$1.extend({}, config);
+ globals.initialSeries = Utils$1.clone(config.series);
+ globals.lastXAxis = Utils$1.clone(globals.initialConfig.xaxis);
+ globals.lastYAxis = Utils$1.clone(globals.initialConfig.yaxis);
+ return globals;
+ }
+ }]);
+
+ return Globals;
+ }();
+
+ /**
+ * ApexCharts Base Class for extending user options with pre-defined ApexCharts config.
+ *
+ * @module Base
+ **/
+
+ var Base = /*#__PURE__*/function () {
+ function Base(opts) {
+ _classCallCheck(this, Base);
+
+ this.opts = opts;
+ }
+
+ _createClass(Base, [{
+ key: "init",
+ value: function init() {
+ var config = new Config(this.opts).init({
+ responsiveOverride: false
+ });
+ var globals = new Globals().init(config);
+ var w = {
+ config: config,
+ globals: globals
+ };
+ return w;
+ }
+ }]);
+
+ return Base;
+ }();
+
+ var Data = /*#__PURE__*/function () {
+ function Data(ctx) {
+ _classCallCheck(this, Data);
+
+ this.ctx = ctx;
+ this.w = ctx.w;
+ this.twoDSeries = [];
+ this.threeDSeries = [];
+ this.twoDSeriesX = [];
+ this.seriesGoals = [];
+ this.coreUtils = new CoreUtils(this.ctx);
+ }
+
+ _createClass(Data, [{
+ key: "isMultiFormat",
+ value: function isMultiFormat() {
+ return this.isFormatXY() || this.isFormat2DArray();
+ } // given format is [{x, y}, {x, y}]
+
+ }, {
+ key: "isFormatXY",
+ value: function isFormatXY() {
+ var series = this.w.config.series.slice();
+ var sr = new Series(this.ctx);
+ this.activeSeriesIndex = sr.getActiveConfigSeriesIndex();
+
+ if (typeof series[this.activeSeriesIndex].data !== 'undefined' && series[this.activeSeriesIndex].data.length > 0 && series[this.activeSeriesIndex].data[0] !== null && typeof series[this.activeSeriesIndex].data[0].x !== 'undefined' && series[this.activeSeriesIndex].data[0] !== null) {
+ return true;
+ }
+ } // given format is [[x, y], [x, y]]
+
+ }, {
+ key: "isFormat2DArray",
+ value: function isFormat2DArray() {
+ var series = this.w.config.series.slice();
+ var sr = new Series(this.ctx);
+ this.activeSeriesIndex = sr.getActiveConfigSeriesIndex();
+
+ if (typeof series[this.activeSeriesIndex].data !== 'undefined' && series[this.activeSeriesIndex].data.length > 0 && typeof series[this.activeSeriesIndex].data[0] !== 'undefined' && series[this.activeSeriesIndex].data[0] !== null && series[this.activeSeriesIndex].data[0].constructor === Array) {
+ return true;
+ }
+ }
+ }, {
+ key: "handleFormat2DArray",
+ value: function handleFormat2DArray(ser, i) {
+ var cnf = this.w.config;
+ var gl = this.w.globals;
+ var isBoxPlot = cnf.chart.type === 'boxPlot' || cnf.series[i].type === 'boxPlot';
+
+ for (var j = 0; j < ser[i].data.length; j++) {
+ if (typeof ser[i].data[j][1] !== 'undefined') {
+ if (Array.isArray(ser[i].data[j][1]) && ser[i].data[j][1].length === 4 && !isBoxPlot) {
+ // candlestick nested ohlc format
+ this.twoDSeries.push(Utils$1.parseNumber(ser[i].data[j][1][3]));
+ } else if (ser[i].data[j].length >= 5) {
+ // candlestick non-nested ohlc format
+ this.twoDSeries.push(Utils$1.parseNumber(ser[i].data[j][4]));
+ } else {
+ this.twoDSeries.push(Utils$1.parseNumber(ser[i].data[j][1]));
+ }
+
+ gl.dataFormatXNumeric = true;
+ }
+
+ if (cnf.xaxis.type === 'datetime') {
+ // if timestamps are provided and xaxis type is datetime,
+ var ts = new Date(ser[i].data[j][0]);
+ ts = new Date(ts).getTime();
+ this.twoDSeriesX.push(ts);
+ } else {
+ this.twoDSeriesX.push(ser[i].data[j][0]);
+ }
+ }
+
+ for (var _j = 0; _j < ser[i].data.length; _j++) {
+ if (typeof ser[i].data[_j][2] !== 'undefined') {
+ this.threeDSeries.push(ser[i].data[_j][2]);
+ gl.isDataXYZ = true;
+ }
+ }
+ }
+ }, {
+ key: "handleFormatXY",
+ value: function handleFormatXY(ser, i) {
+ var cnf = this.w.config;
+ var gl = this.w.globals;
+ var dt = new DateTime(this.ctx);
+ var activeI = i;
+
+ if (gl.collapsedSeriesIndices.indexOf(i) > -1) {
+ // fix #368
+ activeI = this.activeSeriesIndex;
+ } // get series
+
+
+ for (var j = 0; j < ser[i].data.length; j++) {
+ if (typeof ser[i].data[j].y !== 'undefined') {
+ if (Array.isArray(ser[i].data[j].y)) {
+ this.twoDSeries.push(Utils$1.parseNumber(ser[i].data[j].y[ser[i].data[j].y.length - 1]));
+ } else {
+ this.twoDSeries.push(Utils$1.parseNumber(ser[i].data[j].y));
+ }
+ }
+
+ if (typeof ser[i].data[j].goals !== 'undefined' && Array.isArray(ser[i].data[j].goals)) {
+ if (typeof this.seriesGoals[i] === 'undefined') {
+ this.seriesGoals[i] = [];
+ }
+
+ this.seriesGoals[i].push(ser[i].data[j].goals);
+ } else {
+ if (typeof this.seriesGoals[i] === 'undefined') {
+ this.seriesGoals[i] = [];
+ }
+
+ this.seriesGoals[i].push(null);
+ }
+ } // get seriesX
+
+
+ for (var _j2 = 0; _j2 < ser[activeI].data.length; _j2++) {
+ var isXString = typeof ser[activeI].data[_j2].x === 'string';
+ var isXArr = Array.isArray(ser[activeI].data[_j2].x);
+ var isXDate = !isXArr && !!dt.isValidDate(ser[activeI].data[_j2].x.toString());
+
+ if (isXString || isXDate) {
+ // user supplied '01/01/2017' or a date string (a JS date object is not supported)
+ if (isXString || cnf.xaxis.convertedCatToNumeric) {
+ var isRangeColumn = gl.isBarHorizontal && gl.isRangeData;
+
+ if (cnf.xaxis.type === 'datetime' && !isRangeColumn) {
+ this.twoDSeriesX.push(dt.parseDate(ser[activeI].data[_j2].x));
+ } else {
+ // a category and not a numeric x value
+ this.fallbackToCategory = true;
+ this.twoDSeriesX.push(ser[activeI].data[_j2].x);
+ }
+ } else {
+ if (cnf.xaxis.type === 'datetime') {
+ this.twoDSeriesX.push(dt.parseDate(ser[activeI].data[_j2].x.toString()));
+ } else {
+ gl.dataFormatXNumeric = true;
+ gl.isXNumeric = true;
+ this.twoDSeriesX.push(parseFloat(ser[activeI].data[_j2].x));
+ }
+ }
+ } else if (isXArr) {
+ // a multiline label described in array format
+ this.fallbackToCategory = true;
+ this.twoDSeriesX.push(ser[activeI].data[_j2].x);
+ } else {
+ // a numeric value in x property
+ gl.isXNumeric = true;
+ gl.dataFormatXNumeric = true;
+ this.twoDSeriesX.push(ser[activeI].data[_j2].x);
+ }
+ }
+
+ if (ser[i].data[0] && typeof ser[i].data[0].z !== 'undefined') {
+ for (var t = 0; t < ser[i].data.length; t++) {
+ this.threeDSeries.push(ser[i].data[t].z);
+ }
+
+ gl.isDataXYZ = true;
+ }
+ }
+ }, {
+ key: "handleRangeData",
+ value: function handleRangeData(ser, i) {
+ var gl = this.w.globals;
+ var range = {};
+
+ if (this.isFormat2DArray()) {
+ range = this.handleRangeDataFormat('array', ser, i);
+ } else if (this.isFormatXY()) {
+ range = this.handleRangeDataFormat('xy', ser, i);
+ }
+
+ gl.seriesRangeStart.push(range.start);
+ gl.seriesRangeEnd.push(range.end);
+ gl.seriesRangeBar.push(range.rangeUniques); // check for overlaps to avoid clashes in a timeline chart
+
+ gl.seriesRangeBar.forEach(function (sr, si) {
+ if (sr) {
+ sr.forEach(function (sarr, sarri) {
+ sarr.y.forEach(function (arr, arri) {
+ for (var sri = 0; sri < sarr.y.length; sri++) {
+ if (arri !== sri) {
+ var range1y1 = arr.y1;
+ var range1y2 = arr.y2;
+ var range2y1 = sarr.y[sri].y1;
+ var range2y2 = sarr.y[sri].y2;
+
+ if (range1y1 <= range2y2 && range2y1 <= range1y2) {
+ if (sarr.overlaps.indexOf(arr.rangeName) < 0) {
+ sarr.overlaps.push(arr.rangeName);
+ }
+
+ if (sarr.overlaps.indexOf(sarr.y[sri].rangeName) < 0) {
+ sarr.overlaps.push(sarr.y[sri].rangeName);
+ }
+ }
+ }
+ }
+ });
+ });
+ }
+ });
+ return range;
+ }
+ }, {
+ key: "handleCandleStickBoxData",
+ value: function handleCandleStickBoxData(ser, i) {
+ var gl = this.w.globals;
+ var ohlc = {};
+
+ if (this.isFormat2DArray()) {
+ ohlc = this.handleCandleStickBoxDataFormat('array', ser, i);
+ } else if (this.isFormatXY()) {
+ ohlc = this.handleCandleStickBoxDataFormat('xy', ser, i);
+ }
+
+ gl.seriesCandleO[i] = ohlc.o;
+ gl.seriesCandleH[i] = ohlc.h;
+ gl.seriesCandleM[i] = ohlc.m;
+ gl.seriesCandleL[i] = ohlc.l;
+ gl.seriesCandleC[i] = ohlc.c;
+ return ohlc;
+ }
+ }, {
+ key: "handleRangeDataFormat",
+ value: function handleRangeDataFormat(format, ser, i) {
+ var rangeStart = [];
+ var rangeEnd = [];
+ var uniqueKeys = ser[i].data.filter(function (thing, index, self) {
+ return index === self.findIndex(function (t) {
+ return t.x === thing.x;
+ });
+ }).map(function (r, index) {
+ return {
+ x: r.x,
+ overlaps: [],
+ y: []
+ };
+ });
+ var err = 'Please provide [Start, End] values in valid format. Read more https://apexcharts.com/docs/series/#rangecharts';
+ var serObj = new Series(this.ctx);
+ var activeIndex = serObj.getActiveConfigSeriesIndex();
+
+ if (format === 'array') {
+ if (ser[activeIndex].data[0][1].length !== 2) {
+ throw new Error(err);
+ }
+
+ for (var j = 0; j < ser[i].data.length; j++) {
+ rangeStart.push(ser[i].data[j][1][0]);
+ rangeEnd.push(ser[i].data[j][1][1]);
+ }
+ } else if (format === 'xy') {
+ if (ser[activeIndex].data[0].y.length !== 2) {
+ throw new Error(err);
+ }
+
+ var _loop = function _loop(_j3) {
+ var id = Utils$1.randomId();
+ var x = ser[i].data[_j3].x;
+ var y = {
+ y1: ser[i].data[_j3].y[0],
+ y2: ser[i].data[_j3].y[1],
+ rangeName: id
+ }; // mutating config object by adding a new property
+ // TODO: As this is specifically for timeline rangebar charts, update the docs mentioning the series only supports xy format
+
+ ser[i].data[_j3].rangeName = id;
+ var uI = uniqueKeys.findIndex(function (t) {
+ return t.x === x;
+ });
+ uniqueKeys[uI].y.push(y);
+ rangeStart.push(y.y1);
+ rangeEnd.push(y.y2);
+ };
+
+ for (var _j3 = 0; _j3 < ser[i].data.length; _j3++) {
+ _loop(_j3);
+ }
+ }
+
+ return {
+ start: rangeStart,
+ end: rangeEnd,
+ rangeUniques: uniqueKeys
+ };
+ }
+ }, {
+ key: "handleCandleStickBoxDataFormat",
+ value: function handleCandleStickBoxDataFormat(format, ser, i) {
+ var w = this.w;
+ var isBoxPlot = w.config.chart.type === 'boxPlot' || w.config.series[i].type === 'boxPlot';
+ var serO = [];
+ var serH = [];
+ var serM = [];
+ var serL = [];
+ var serC = [];
+
+ if (format === 'array') {
+ if (isBoxPlot && ser[i].data[0].length === 6 || !isBoxPlot && ser[i].data[0].length === 5) {
+ for (var j = 0; j < ser[i].data.length; j++) {
+ serO.push(ser[i].data[j][1]);
+ serH.push(ser[i].data[j][2]);
+
+ if (isBoxPlot) {
+ serM.push(ser[i].data[j][3]);
+ serL.push(ser[i].data[j][4]);
+ serC.push(ser[i].data[j][5]);
+ } else {
+ serL.push(ser[i].data[j][3]);
+ serC.push(ser[i].data[j][4]);
+ }
+ }
+ } else {
+ for (var _j4 = 0; _j4 < ser[i].data.length; _j4++) {
+ if (Array.isArray(ser[i].data[_j4][1])) {
+ serO.push(ser[i].data[_j4][1][0]);
+ serH.push(ser[i].data[_j4][1][1]);
+
+ if (isBoxPlot) {
+ serM.push(ser[i].data[_j4][1][2]);
+ serL.push(ser[i].data[_j4][1][3]);
+ serC.push(ser[i].data[_j4][1][4]);
+ } else {
+ serL.push(ser[i].data[_j4][1][2]);
+ serC.push(ser[i].data[_j4][1][3]);
+ }
+ }
+ }
+ }
+ } else if (format === 'xy') {
+ for (var _j5 = 0; _j5 < ser[i].data.length; _j5++) {
+ if (Array.isArray(ser[i].data[_j5].y)) {
+ serO.push(ser[i].data[_j5].y[0]);
+ serH.push(ser[i].data[_j5].y[1]);
+
+ if (isBoxPlot) {
+ serM.push(ser[i].data[_j5].y[2]);
+ serL.push(ser[i].data[_j5].y[3]);
+ serC.push(ser[i].data[_j5].y[4]);
+ } else {
+ serL.push(ser[i].data[_j5].y[2]);
+ serC.push(ser[i].data[_j5].y[3]);
+ }
+ }
+ }
+ }
+
+ return {
+ o: serO,
+ h: serH,
+ m: serM,
+ l: serL,
+ c: serC
+ };
+ }
+ }, {
+ key: "parseDataAxisCharts",
+ value: function parseDataAxisCharts(ser) {
+ var _this = this;
+
+ var ctx = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : this.ctx;
+ var cnf = this.w.config;
+ var gl = this.w.globals;
+ var dt = new DateTime(ctx);
+ var xlabels = cnf.labels.length > 0 ? cnf.labels.slice() : cnf.xaxis.categories.slice();
+ gl.isRangeBar = cnf.chart.type === 'rangeBar' && gl.isBarHorizontal;
+
+ var handleDates = function handleDates() {
+ for (var j = 0; j < xlabels.length; j++) {
+ if (typeof xlabels[j] === 'string') {
+ // user provided date strings
+ var isDate = dt.isValidDate(xlabels[j]);
+
+ if (isDate) {
+ _this.twoDSeriesX.push(dt.parseDate(xlabels[j]));
+ } else {
+ throw new Error('You have provided invalid Date format. Please provide a valid JavaScript Date');
+ }
+ } else {
+ // user provided timestamps
+ _this.twoDSeriesX.push(xlabels[j]);
+ }
+ }
+ };
+
+ for (var i = 0; i < ser.length; i++) {
+ this.twoDSeries = [];
+ this.twoDSeriesX = [];
+ this.threeDSeries = [];
+
+ if (typeof ser[i].data === 'undefined') {
+ console.error("It is a possibility that you may have not included 'data' property in series.");
+ return;
+ }
+
+ if (cnf.chart.type === 'rangeBar' || cnf.chart.type === 'rangeArea' || ser[i].type === 'rangeBar' || ser[i].type === 'rangeArea') {
+ gl.isRangeData = true;
+ this.handleRangeData(ser, i);
+ }
+
+ if (this.isMultiFormat()) {
+ if (this.isFormat2DArray()) {
+ this.handleFormat2DArray(ser, i);
+ } else if (this.isFormatXY()) {
+ this.handleFormatXY(ser, i);
+ }
+
+ if (cnf.chart.type === 'candlestick' || ser[i].type === 'candlestick' || cnf.chart.type === 'boxPlot' || ser[i].type === 'boxPlot') {
+ this.handleCandleStickBoxData(ser, i);
+ }
+
+ gl.series.push(this.twoDSeries);
+ gl.labels.push(this.twoDSeriesX);
+ gl.seriesX.push(this.twoDSeriesX);
+ gl.seriesGoals = this.seriesGoals;
+
+ if (i === this.activeSeriesIndex && !this.fallbackToCategory) {
+ gl.isXNumeric = true;
+ }
+ } else {
+ if (cnf.xaxis.type === 'datetime') {
+ // user didn't supplied [{x,y}] or [[x,y]], but single array in data.
+ // Also labels/categories were supplied differently
+ gl.isXNumeric = true;
+ handleDates();
+ gl.seriesX.push(this.twoDSeriesX);
+ } else if (cnf.xaxis.type === 'numeric') {
+ gl.isXNumeric = true;
+
+ if (xlabels.length > 0) {
+ this.twoDSeriesX = xlabels;
+ gl.seriesX.push(this.twoDSeriesX);
+ }
+ }
+
+ gl.labels.push(this.twoDSeriesX);
+ var singleArray = ser[i].data.map(function (d) {
+ return Utils$1.parseNumber(d);
+ });
+ gl.series.push(singleArray);
+ }
+
+ gl.seriesZ.push(this.threeDSeries);
+
+ if (ser[i].name !== undefined) {
+ gl.seriesNames.push(ser[i].name);
+ } else {
+ gl.seriesNames.push('series-' + parseInt(i + 1, 10));
+ } // overrided default color if user inputs color with series data
+
+
+ if (ser[i].color !== undefined) {
+ gl.seriesColors.push(ser[i].color);
+ } else {
+ gl.seriesColors.push(undefined);
+ }
+ }
+
+ return this.w;
+ }
+ }, {
+ key: "parseDataNonAxisCharts",
+ value: function parseDataNonAxisCharts(ser) {
+ var gl = this.w.globals;
+ var cnf = this.w.config;
+ gl.series = ser.slice();
+ gl.seriesNames = cnf.labels.slice();
+
+ for (var i = 0; i < gl.series.length; i++) {
+ if (gl.seriesNames[i] === undefined) {
+ gl.seriesNames.push('series-' + (i + 1));
+ }
+ }
+
+ return this.w;
+ }
+ /** User possibly set string categories in xaxis.categories or labels prop
+ * Or didn't set xaxis labels at all - in which case we manually do it.
+ * If user passed series data as [[3, 2], [4, 5]] or [{ x: 3, y: 55 }],
+ * this shouldn't be called
+ * @param {array} ser - the series which user passed to the config
+ */
+
+ }, {
+ key: "handleExternalLabelsData",
+ value: function handleExternalLabelsData(ser) {
+ var cnf = this.w.config;
+ var gl = this.w.globals;
+
+ if (cnf.xaxis.categories.length > 0) {
+ // user provided labels in xaxis.category prop
+ gl.labels = cnf.xaxis.categories;
+ } else if (cnf.labels.length > 0) {
+ // user provided labels in labels props
+ gl.labels = cnf.labels.slice();
+ } else if (this.fallbackToCategory) {
+ // user provided labels in x prop in [{ x: 3, y: 55 }] data, and those labels are already stored in gl.labels[0], so just re-arrange the gl.labels array
+ gl.labels = gl.labels[0];
+
+ if (gl.seriesRangeBar.length) {
+ gl.seriesRangeBar.map(function (srt) {
+ srt.forEach(function (sr) {
+ if (gl.labels.indexOf(sr.x) < 0 && sr.x) {
+ gl.labels.push(sr.x);
+ }
+ });
+ });
+ gl.labels = gl.labels.filter(function (elem, pos, arr) {
+ return arr.indexOf(elem) === pos;
+ });
+ }
+
+ if (cnf.xaxis.convertedCatToNumeric) {
+ var defaults = new Defaults(cnf);
+ defaults.convertCatToNumericXaxis(cnf, this.ctx, gl.seriesX[0]);
+
+ this._generateExternalLabels(ser);
+ }
+ } else {
+ this._generateExternalLabels(ser);
+ }
+ }
+ }, {
+ key: "_generateExternalLabels",
+ value: function _generateExternalLabels(ser) {
+ var gl = this.w.globals;
+ var cnf = this.w.config; // user didn't provided any labels, fallback to 1-2-3-4-5
+
+ var labelArr = [];
+
+ if (gl.axisCharts) {
+ if (gl.series.length > 0) {
+ for (var i = 0; i < gl.series[gl.maxValsInArrayIndex].length; i++) {
+ labelArr.push(i + 1);
+ }
+ }
+
+ gl.seriesX = []; // create gl.seriesX as it will be used in calculations of x positions
+
+ for (var _i = 0; _i < ser.length; _i++) {
+ gl.seriesX.push(labelArr);
+ } // turn on the isXNumeric flag to allow minX and maxX to function properly
+
+
+ gl.isXNumeric = true;
+ } // no series to pull labels from, put a 0-10 series
+ // possibly, user collapsed all series. Hence we can't work with above calc
+
+
+ if (labelArr.length === 0) {
+ labelArr = gl.axisCharts ? [] : gl.series.map(function (gls, glsi) {
+ return glsi + 1;
+ });
+
+ for (var _i2 = 0; _i2 < ser.length; _i2++) {
+ gl.seriesX.push(labelArr);
+ }
+ } // Finally, pass the labelArr in gl.labels which will be printed on x-axis
+
+
+ gl.labels = labelArr;
+
+ if (cnf.xaxis.convertedCatToNumeric) {
+ gl.categoryLabels = labelArr.map(function (l) {
+ return cnf.xaxis.labels.formatter(l);
+ });
+ } // Turn on this global flag to indicate no labels were provided by user
+
+
+ gl.noLabelsProvided = true;
+ } // Segregate user provided data into appropriate vars
+
+ }, {
+ key: "parseData",
+ value: function parseData(ser) {
+ var w = this.w;
+ var cnf = w.config;
+ var gl = w.globals;
+ this.excludeCollapsedSeriesInYAxis(); // If we detected string in X prop of series, we fallback to category x-axis
+
+ this.fallbackToCategory = false;
+ this.ctx.core.resetGlobals();
+ this.ctx.core.isMultipleY();
+
+ if (gl.axisCharts) {
+ // axisCharts includes line / area / column / scatter
+ this.parseDataAxisCharts(ser);
+ } else {
+ // non-axis charts are pie / donut
+ this.parseDataNonAxisCharts(ser);
+ }
+
+ this.coreUtils.getLargestSeries(); // set Null values to 0 in all series when user hides/shows some series
+
+ if (cnf.chart.type === 'bar' && cnf.chart.stacked) {
+ var series = new Series(this.ctx);
+ gl.series = series.setNullSeriesToZeroValues(gl.series);
+ }
+
+ this.coreUtils.getSeriesTotals();
+
+ if (gl.axisCharts) {
+ this.coreUtils.getStackedSeriesTotals();
+ }
+
+ this.coreUtils.getPercentSeries();
+
+ if (!gl.dataFormatXNumeric && (!gl.isXNumeric || cnf.xaxis.type === 'numeric' && cnf.labels.length === 0 && cnf.xaxis.categories.length === 0)) {
+ // x-axis labels couldn't be detected; hence try searching every option in config
+ this.handleExternalLabelsData(ser);
+ } // check for multiline xaxis
+
+
+ var catLabels = this.coreUtils.getCategoryLabels(gl.labels);
+
+ for (var l = 0; l < catLabels.length; l++) {
+ if (Array.isArray(catLabels[l])) {
+ gl.isMultiLineX = true;
+ break;
+ }
+ }
+ }
+ }, {
+ key: "excludeCollapsedSeriesInYAxis",
+ value: function excludeCollapsedSeriesInYAxis() {
+ var _this2 = this;
+
+ var w = this.w;
+ w.globals.ignoreYAxisIndexes = w.globals.collapsedSeries.map(function (collapsed, i) {
+ // fix issue #1215
+ // if stacked, not returning collapsed.index to preserve yaxis
+ if (_this2.w.globals.isMultipleYAxis && !w.config.chart.stacked) {
+ return collapsed.index;
+ }
+ });
+ }
+ }]);
+
+ return Data;
+ }();
+
+ /**
+ * ApexCharts Formatter Class for setting value formatters for axes as well as tooltips.
+ *
+ * @module Formatters
+ **/
+
+ var Formatters = /*#__PURE__*/function () {
+ function Formatters(ctx) {
+ _classCallCheck(this, Formatters);
+
+ this.ctx = ctx;
+ this.w = ctx.w;
+ this.tooltipKeyFormat = 'dd MMM';
+ }
+
+ _createClass(Formatters, [{
+ key: "xLabelFormat",
+ value: function xLabelFormat(fn, val, timestamp, opts) {
+ var w = this.w;
+
+ if (w.config.xaxis.type === 'datetime') {
+ if (w.config.xaxis.labels.formatter === undefined) {
+ // if user has not specified a custom formatter, use the default tooltip.x.format
+ if (w.config.tooltip.x.formatter === undefined) {
+ var datetimeObj = new DateTime(this.ctx);
+ return datetimeObj.formatDate(datetimeObj.getDate(val), w.config.tooltip.x.format);
+ }
+ }
+ }
+
+ return fn(val, timestamp, opts);
+ }
+ }, {
+ key: "defaultGeneralFormatter",
+ value: function defaultGeneralFormatter(val) {
+ if (Array.isArray(val)) {
+ return val.map(function (v) {
+ return v;
+ });
+ } else {
+ return val;
+ }
+ }
+ }, {
+ key: "defaultYFormatter",
+ value: function defaultYFormatter(v, yaxe, i) {
+ var w = this.w;
+
+ if (Utils$1.isNumber(v)) {
+ if (w.globals.yValueDecimal !== 0) {
+ v = v.toFixed(yaxe.decimalsInFloat !== undefined ? yaxe.decimalsInFloat : w.globals.yValueDecimal);
+ } else if (w.globals.maxYArr[i] - w.globals.minYArr[i] < 5) {
+ v = v.toFixed(1);
+ } else {
+ v = v.toFixed(0);
+ }
+ }
+
+ return v;
+ }
+ }, {
+ key: "setLabelFormatters",
+ value: function setLabelFormatters() {
+ var _this = this;
+
+ var w = this.w;
+
+ w.globals.xaxisTooltipFormatter = function (val) {
+ return _this.defaultGeneralFormatter(val);
+ };
+
+ w.globals.ttKeyFormatter = function (val) {
+ return _this.defaultGeneralFormatter(val);
+ };
+
+ w.globals.ttZFormatter = function (val) {
+ return val;
+ };
+
+ w.globals.legendFormatter = function (val) {
+ return _this.defaultGeneralFormatter(val);
+ }; // formatter function will always overwrite format property
+
+
+ if (w.config.xaxis.labels.formatter !== undefined) {
+ w.globals.xLabelFormatter = w.config.xaxis.labels.formatter;
+ } else {
+ w.globals.xLabelFormatter = function (val) {
+ if (Utils$1.isNumber(val)) {
+ if (!w.config.xaxis.convertedCatToNumeric && w.config.xaxis.type === 'numeric') {
+ if (Utils$1.isNumber(w.config.xaxis.decimalsInFloat)) {
+ return val.toFixed(w.config.xaxis.decimalsInFloat);
+ } else {
+ var diff = w.globals.maxX - w.globals.minX;
+
+ if (diff > 0 && diff < 100) {
+ return val.toFixed(1);
+ }
+
+ return val.toFixed(0);
+ }
+ }
+
+ if (w.globals.isBarHorizontal) {
+ var range = w.globals.maxY - w.globals.minYArr;
+
+ if (range < 4) {
+ return val.toFixed(1);
+ }
+ }
+
+ return val.toFixed(0);
+ }
+
+ return val;
+ };
+ }
+
+ if (typeof w.config.tooltip.x.formatter === 'function') {
+ w.globals.ttKeyFormatter = w.config.tooltip.x.formatter;
+ } else {
+ w.globals.ttKeyFormatter = w.globals.xLabelFormatter;
+ }
+
+ if (typeof w.config.xaxis.tooltip.formatter === 'function') {
+ w.globals.xaxisTooltipFormatter = w.config.xaxis.tooltip.formatter;
+ }
+
+ if (Array.isArray(w.config.tooltip.y)) {
+ w.globals.ttVal = w.config.tooltip.y;
+ } else {
+ if (w.config.tooltip.y.formatter !== undefined) {
+ w.globals.ttVal = w.config.tooltip.y;
+ }
+ }
+
+ if (w.config.tooltip.z.formatter !== undefined) {
+ w.globals.ttZFormatter = w.config.tooltip.z.formatter;
+ } // legend formatter - if user wants to append any global values of series to legend text
+
+
+ if (w.config.legend.formatter !== undefined) {
+ w.globals.legendFormatter = w.config.legend.formatter;
+ } // formatter function will always overwrite format property
+
+
+ w.config.yaxis.forEach(function (yaxe, i) {
+ if (yaxe.labels.formatter !== undefined) {
+ w.globals.yLabelFormatters[i] = yaxe.labels.formatter;
+ } else {
+ w.globals.yLabelFormatters[i] = function (val) {
+ if (!w.globals.xyCharts) return val;
+
+ if (Array.isArray(val)) {
+ return val.map(function (v) {
+ return _this.defaultYFormatter(v, yaxe, i);
+ });
+ } else {
+ return _this.defaultYFormatter(val, yaxe, i);
+ }
+ };
+ }
+ });
+ return w.globals;
+ }
+ }, {
+ key: "heatmapLabelFormatters",
+ value: function heatmapLabelFormatters() {
+ var w = this.w;
+
+ if (w.config.chart.type === 'heatmap') {
+ w.globals.yAxisScale[0].result = w.globals.seriesNames.slice(); // get the longest string from the labels array and also apply label formatter to it
+
+ var longest = w.globals.seriesNames.reduce(function (a, b) {
+ return a.length > b.length ? a : b;
+ }, 0);
+ w.globals.yAxisScale[0].niceMax = longest;
+ w.globals.yAxisScale[0].niceMin = longest;
+ }
+ }
+ }]);
+
+ return Formatters;
+ }();
+
+ var AxesUtils = /*#__PURE__*/function () {
+ function AxesUtils(ctx) {
+ _classCallCheck(this, AxesUtils);
+
+ this.ctx = ctx;
+ this.w = ctx.w;
+ } // Based on the formatter function, get the label text and position
+
+
+ _createClass(AxesUtils, [{
+ key: "getLabel",
+ value: function getLabel(labels, timescaleLabels, x, i) {
+ var drawnLabels = arguments.length > 4 && arguments[4] !== undefined ? arguments[4] : [];
+ var fontSize = arguments.length > 5 && arguments[5] !== undefined ? arguments[5] : '12px';
+ var w = this.w;
+ var rawLabel = typeof labels[i] === 'undefined' ? '' : labels[i];
+ var label = rawLabel;
+ var xlbFormatter = w.globals.xLabelFormatter;
+ var customFormatter = w.config.xaxis.labels.formatter;
+ var isBold = false;
+ var xFormat = new Formatters(this.ctx);
+ var timestamp = rawLabel;
+ label = xFormat.xLabelFormat(xlbFormatter, rawLabel, timestamp, {
+ i: i,
+ dateFormatter: new DateTime(this.ctx).formatDate,
+ w: w
+ });
+
+ if (customFormatter !== undefined) {
+ label = customFormatter(rawLabel, labels[i], {
+ i: i,
+ dateFormatter: new DateTime(this.ctx).formatDate,
+ w: w
+ });
+ }
+
+ var determineHighestUnit = function determineHighestUnit(unit) {
+ var highestUnit = null;
+ timescaleLabels.forEach(function (t) {
+ if (t.unit === 'month') {
+ highestUnit = 'year';
+ } else if (t.unit === 'day') {
+ highestUnit = 'month';
+ } else if (t.unit === 'hour') {
+ highestUnit = 'day';
+ } else if (t.unit === 'minute') {
+ highestUnit = 'hour';
+ }
+ });
+ return highestUnit === unit;
+ };
+
+ if (timescaleLabels.length > 0) {
+ isBold = determineHighestUnit(timescaleLabels[i].unit);
+ x = timescaleLabels[i].position;
+ label = timescaleLabels[i].value;
+ } else {
+ if (w.config.xaxis.type === 'datetime' && customFormatter === undefined) {
+ label = '';
+ }
+ }
+
+ if (typeof label === 'undefined') label = '';
+ label = Array.isArray(label) ? label : label.toString();
+ var graphics = new Graphics(this.ctx);
+ var textRect = {};
+
+ if (w.globals.rotateXLabels) {
+ textRect = graphics.getTextRects(label, parseInt(fontSize, 10), null, "rotate(".concat(w.config.xaxis.labels.rotate, " 0 0)"), false);
+ } else {
+ textRect = graphics.getTextRects(label, parseInt(fontSize, 10));
+ }
+
+ var allowDuplicatesInTimeScale = !w.config.xaxis.labels.showDuplicates && this.ctx.timeScale;
+
+ if (!Array.isArray(label) && (label.indexOf('NaN') === 0 || label.toLowerCase().indexOf('invalid') === 0 || label.toLowerCase().indexOf('infinity') >= 0 || drawnLabels.indexOf(label) >= 0 && allowDuplicatesInTimeScale)) {
+ label = '';
+ }
+
+ return {
+ x: x,
+ text: label,
+ textRect: textRect,
+ isBold: isBold
+ };
+ }
+ }, {
+ key: "checkLabelBasedOnTickamount",
+ value: function checkLabelBasedOnTickamount(i, label, labelsLen) {
+ var w = this.w;
+ var ticks = w.config.xaxis.tickAmount;
+ if (ticks === 'dataPoints') ticks = Math.round(w.globals.gridWidth / 120);
+ if (ticks > labelsLen) return label;
+ var tickMultiple = Math.round(labelsLen / (ticks + 1));
+
+ if (i % tickMultiple === 0) {
+ return label;
+ } else {
+ label.text = '';
+ }
+
+ return label;
+ }
+ }, {
+ key: "checkForOverflowingLabels",
+ value: function checkForOverflowingLabels(i, label, labelsLen, drawnLabels, drawnLabelsRects) {
+ var w = this.w;
+
+ if (i === 0) {
+ // check if first label is being truncated
+ if (w.globals.skipFirstTimelinelabel) {
+ label.text = '';
+ }
+ }
+
+ if (i === labelsLen - 1) {
+ // check if last label is being truncated
+ if (w.globals.skipLastTimelinelabel) {
+ label.text = '';
+ }
+ }
+
+ if (w.config.xaxis.labels.hideOverlappingLabels && drawnLabels.length > 0) {
+ var prev = drawnLabelsRects[drawnLabelsRects.length - 1];
+
+ if (label.x < prev.textRect.width / (w.globals.rotateXLabels ? Math.abs(w.config.xaxis.labels.rotate) / 12 : 1.01) + prev.x) {
+ label.text = '';
+ }
+ }
+
+ return label;
+ }
+ }, {
+ key: "checkForReversedLabels",
+ value: function checkForReversedLabels(i, labels) {
+ var w = this.w;
+
+ if (w.config.yaxis[i] && w.config.yaxis[i].reversed) {
+ labels.reverse();
+ }
+
+ return labels;
+ }
+ }, {
+ key: "isYAxisHidden",
+ value: function isYAxisHidden(index) {
+ var w = this.w;
+ var coreUtils = new CoreUtils(this.ctx);
+ return !w.config.yaxis[index].show || !w.config.yaxis[index].showForNullSeries && coreUtils.isSeriesNull(index) && w.globals.collapsedSeriesIndices.indexOf(index) === -1;
+ } // get the label color for y-axis
+ // realIndex is the actual series index, while i is the tick Index
+
+ }, {
+ key: "getYAxisForeColor",
+ value: function getYAxisForeColor(yColors, realIndex) {
+ var w = this.w;
+
+ if (Array.isArray(yColors) && w.globals.yAxisScale[realIndex]) {
+ this.ctx.theme.pushExtraColors(yColors, w.globals.yAxisScale[realIndex].result.length, false);
+ }
+
+ return yColors;
+ }
+ }, {
+ key: "drawYAxisTicks",
+ value: function drawYAxisTicks(x, tickAmount, axisBorder, axisTicks, realIndex, labelsDivider, elYaxis) {
+ var w = this.w;
+ var graphics = new Graphics(this.ctx); // initial label position = 0;
+
+ var t = w.globals.translateY;
+
+ if (axisTicks.show && tickAmount > 0) {
+ if (w.config.yaxis[realIndex].opposite === true) x = x + axisTicks.width;
+
+ for (var i = tickAmount; i >= 0; i--) {
+ var tY = t + tickAmount / 10 + w.config.yaxis[realIndex].labels.offsetY - 1;
+
+ if (w.globals.isBarHorizontal) {
+ tY = labelsDivider * i;
+ }
+
+ if (w.config.chart.type === 'heatmap') {
+ tY = tY + labelsDivider / 2;
+ }
+
+ var elTick = graphics.drawLine(x + axisBorder.offsetX - axisTicks.width + axisTicks.offsetX, tY + axisTicks.offsetY, x + axisBorder.offsetX + axisTicks.offsetX, tY + axisTicks.offsetY, axisTicks.color);
+ elYaxis.add(elTick);
+ t = t + labelsDivider;
+ }
+ }
+ }
+ }]);
+
+ return AxesUtils;
+ }();
+
+ var Exports = /*#__PURE__*/function () {
+ function Exports(ctx) {
+ _classCallCheck(this, Exports);
+
+ this.ctx = ctx;
+ this.w = ctx.w;
+ }
+
+ _createClass(Exports, [{
+ key: "scaleSvgNode",
+ value: function scaleSvgNode(svg, scale) {
+ // get current both width and height of the svg
+ var svgWidth = parseFloat(svg.getAttributeNS(null, 'width'));
+ var svgHeight = parseFloat(svg.getAttributeNS(null, 'height')); // set new width and height based on the scale
+
+ svg.setAttributeNS(null, 'width', svgWidth * scale);
+ svg.setAttributeNS(null, 'height', svgHeight * scale);
+ svg.setAttributeNS(null, 'viewBox', '0 0 ' + svgWidth + ' ' + svgHeight);
+ }
+ }, {
+ key: "fixSvgStringForIe11",
+ value: function fixSvgStringForIe11(svgData) {
+ // IE11 generates broken SVG that we have to fix by using regex
+ if (!Utils$1.isIE11()) {
+ // not IE11 - noop
+ return svgData;
+ } // replace second occurrence of "xmlns" attribute with "xmlns:xlink" with correct url + add xmlns:svgjs
+
+
+ var nXmlnsSeen = 0;
+ var result = svgData.replace(/xmlns="http:\/\/www.w3.org\/2000\/svg"/g, function (match) {
+ nXmlnsSeen++;
+ return nXmlnsSeen === 2 ? 'xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:svgjs="http://svgjs.dev"' : match;
+ }); // remove the invalid empty namespace declarations
+
+ result = result.replace(/xmlns:NS\d+=""/g, ''); // remove these broken namespaces from attributes
+
+ result = result.replace(/NS\d+:(\w+:\w+=")/g, '$1');
+ return result;
+ }
+ }, {
+ key: "getSvgString",
+ value: function getSvgString(scale) {
+ var svgString = this.w.globals.dom.Paper.svg(); // in case the scale is different than 1, the svg needs to be rescaled
+
+ if (scale !== 1) {
+ // clone the svg node so it remains intact in the UI
+ var svgNode = this.w.globals.dom.Paper.node.cloneNode(true); // scale the image
+
+ this.scaleSvgNode(svgNode, scale); // get the string representation of the svgNode
+
+ svgString = new XMLSerializer().serializeToString(svgNode);
+ }
+
+ return this.fixSvgStringForIe11(svgString);
+ }
+ }, {
+ key: "cleanup",
+ value: function cleanup() {
+ var w = this.w; // hide some elements to avoid printing them on exported svg
+
+ var xcrosshairs = w.globals.dom.baseEl.getElementsByClassName('apexcharts-xcrosshairs');
+ var ycrosshairs = w.globals.dom.baseEl.getElementsByClassName('apexcharts-ycrosshairs');
+ var zoomSelectionRects = w.globals.dom.baseEl.querySelectorAll('.apexcharts-zoom-rect, .apexcharts-selection-rect');
+ Array.prototype.forEach.call(zoomSelectionRects, function (z) {
+ z.setAttribute('width', 0);
+ });
+
+ if (xcrosshairs && xcrosshairs[0]) {
+ xcrosshairs[0].setAttribute('x', -500);
+ xcrosshairs[0].setAttribute('x1', -500);
+ xcrosshairs[0].setAttribute('x2', -500);
+ }
+
+ if (ycrosshairs && ycrosshairs[0]) {
+ ycrosshairs[0].setAttribute('y', -100);
+ ycrosshairs[0].setAttribute('y1', -100);
+ ycrosshairs[0].setAttribute('y2', -100);
+ }
+ }
+ }, {
+ key: "svgUrl",
+ value: function svgUrl() {
+ this.cleanup();
+ var svgData = this.getSvgString();
+ var svgBlob = new Blob([svgData], {
+ type: 'image/svg+xml;charset=utf-8'
+ });
+ return URL.createObjectURL(svgBlob);
+ }
+ }, {
+ key: "dataURI",
+ value: function dataURI(options) {
+ var _this = this;
+
+ return new Promise(function (resolve) {
+ var w = _this.w;
+ var scale = options ? options.scale || options.width / w.globals.svgWidth : 1;
+
+ _this.cleanup();
+
+ var canvas = document.createElement('canvas');
+ canvas.width = w.globals.svgWidth * scale;
+ canvas.height = parseInt(w.globals.dom.elWrap.style.height, 10) * scale; // because of resizeNonAxisCharts
+
+ var canvasBg = w.config.chart.background === 'transparent' ? '#fff' : w.config.chart.background;
+ var ctx = canvas.getContext('2d');
+ ctx.fillStyle = canvasBg;
+ ctx.fillRect(0, 0, canvas.width * scale, canvas.height * scale);
+
+ var svgData = _this.getSvgString(scale);
+
+ if (window.canvg && Utils$1.isIE11()) {
+ // use canvg as a polyfill to workaround ie11 considering a canvas with loaded svg 'unsafe'
+ // without ignoreClear we lose our background color; without ignoreDimensions some grid lines become invisible
+ var v = window.canvg.Canvg.fromString(ctx, svgData, {
+ ignoreClear: true,
+ ignoreDimensions: true
+ }); // render the svg to canvas
+
+ v.start();
+ var blob = canvas.msToBlob(); // dispose - missing this will cause a memory leak
+
+ v.stop();
+ resolve({
+ blob: blob
+ });
+ } else {
+ var svgUrl = 'data:image/svg+xml,' + encodeURIComponent(svgData);
+ var img = new Image();
+ img.crossOrigin = 'anonymous';
+
+ img.onload = function () {
+ ctx.drawImage(img, 0, 0);
+
+ if (canvas.msToBlob) {
+ // IE and Edge can't navigate to data urls, so we return the blob instead
+ var _blob = canvas.msToBlob();
+
+ resolve({
+ blob: _blob
+ });
+ } else {
+ var imgURI = canvas.toDataURL('image/png');
+ resolve({
+ imgURI: imgURI
+ });
+ }
+ };
+
+ img.src = svgUrl;
+ }
+ });
+ }
+ }, {
+ key: "exportToSVG",
+ value: function exportToSVG() {
+ this.triggerDownload(this.svgUrl(), this.w.config.chart.toolbar.export.svg.filename, '.svg');
+ }
+ }, {
+ key: "exportToPng",
+ value: function exportToPng() {
+ var _this2 = this;
+
+ this.dataURI().then(function (_ref) {
+ var imgURI = _ref.imgURI,
+ blob = _ref.blob;
+
+ if (blob) {
+ navigator.msSaveOrOpenBlob(blob, _this2.w.globals.chartID + '.png');
+ } else {
+ _this2.triggerDownload(imgURI, _this2.w.config.chart.toolbar.export.png.filename, '.png');
+ }
+ });
+ }
+ }, {
+ key: "exportToCSV",
+ value: function exportToCSV(_ref2) {
+ var _this3 = this;
+
+ var series = _ref2.series,
+ columnDelimiter = _ref2.columnDelimiter,
+ _ref2$lineDelimiter = _ref2.lineDelimiter,
+ lineDelimiter = _ref2$lineDelimiter === void 0 ? '\n' : _ref2$lineDelimiter;
+ var w = this.w;
+ var columns = [];
+ var rows = [];
+ var result = "data:text/csv;charset=utf-8,\uFEFF";
+
+ var isTimeStamp = function isTimeStamp(num) {
+ return w.config.xaxis.type === 'datetime' && String(num).length >= 10;
+ };
+
+ var dataFormat = new Data(this.ctx);
+ var axesUtils = new AxesUtils(this.ctx);
+
+ var getCat = function getCat(i) {
+ var cat = ''; // pie / donut/ radial
+
+ if (!w.globals.axisCharts) {
+ cat = w.config.labels[i];
+ } else {
+ // xy charts
+ // non datetime
+ if (w.config.xaxis.type === 'category' || w.config.xaxis.convertedCatToNumeric) {
+ if (w.globals.isBarHorizontal) {
+ var lbFormatter = w.globals.yLabelFormatters[0];
+ var sr = new Series(_this3.ctx);
+ var activeSeries = sr.getActiveConfigSeriesIndex();
+ cat = lbFormatter(w.globals.labels[i], {
+ seriesIndex: activeSeries,
+ dataPointIndex: i,
+ w: w
+ });
+ } else {
+ cat = axesUtils.getLabel(w.globals.labels, w.globals.timescaleLabels, 0, i).text;
+ }
+ } // datetime, but labels specified in categories or labels
+
+
+ if (w.config.xaxis.type === 'datetime') {
+ if (w.config.xaxis.categories.length) {
+ cat = w.config.xaxis.categories[i];
+ } else if (w.config.labels.length) {
+ cat = w.config.labels[i];
+ }
+ }
+ }
+
+ if (Array.isArray(cat)) {
+ cat = cat.join(' ');
+ }
+
+ return Utils$1.isNumber(cat) ? cat : cat.split(columnDelimiter).join('');
+ };
+
+ var handleAxisRowsColumns = function handleAxisRowsColumns(s, sI) {
+ if (columns.length && sI === 0) {
+ rows.push(columns.join(columnDelimiter));
+ }
+
+ if (s.data && s.data.length) {
+ for (var i = 0; i < s.data.length; i++) {
+ columns = [];
+ var cat = getCat(i);
+
+ if (!cat) {
+ if (dataFormat.isFormatXY()) {
+ cat = series[sI].data[i].x;
+ } else if (dataFormat.isFormat2DArray()) {
+ cat = series[sI].data[i] ? series[sI].data[i][0] : '';
+ }
+ }
+
+ if (sI === 0) {
+ columns.push(isTimeStamp(cat) ? w.config.chart.toolbar.export.csv.dateFormatter(cat) : Utils$1.isNumber(cat) ? cat : cat.split(columnDelimiter).join(''));
+
+ for (var ci = 0; ci < w.globals.series.length; ci++) {
+ columns.push(w.globals.series[ci][i]);
+ }
+ }
+
+ if (w.config.chart.type === 'candlestick' || s.type && s.type === 'candlestick') {
+ columns.pop();
+ columns.push(w.globals.seriesCandleO[sI][i]);
+ columns.push(w.globals.seriesCandleH[sI][i]);
+ columns.push(w.globals.seriesCandleL[sI][i]);
+ columns.push(w.globals.seriesCandleC[sI][i]);
+ }
+
+ if (w.config.chart.type === 'boxPlot' || s.type && s.type === 'boxPlot') {
+ columns.pop();
+ columns.push(w.globals.seriesCandleO[sI][i]);
+ columns.push(w.globals.seriesCandleH[sI][i]);
+ columns.push(w.globals.seriesCandleM[sI][i]);
+ columns.push(w.globals.seriesCandleL[sI][i]);
+ columns.push(w.globals.seriesCandleC[sI][i]);
+ }
+
+ if (w.config.chart.type === 'rangeBar') {
+ columns.pop();
+ columns.push(w.globals.seriesRangeStart[sI][i]);
+ columns.push(w.globals.seriesRangeEnd[sI][i]);
+ }
+
+ if (columns.length) {
+ rows.push(columns.join(columnDelimiter));
+ }
+ }
+ }
+ };
+
+ columns.push(w.config.chart.toolbar.export.csv.headerCategory);
+ series.map(function (s, sI) {
+ var sname = s.name ? s.name : "series-".concat(sI);
+
+ if (w.globals.axisCharts) {
+ columns.push(sname.split(columnDelimiter).join('') ? sname.split(columnDelimiter).join('') : "series-".concat(sI));
+ }
+ });
+
+ if (!w.globals.axisCharts) {
+ columns.push(w.config.chart.toolbar.export.csv.headerValue);
+ rows.push(columns.join(columnDelimiter));
+ }
+
+ series.map(function (s, sI) {
+ if (w.globals.axisCharts) {
+ handleAxisRowsColumns(s, sI);
+ } else {
+ columns = [];
+ columns.push(w.globals.labels[sI].split(columnDelimiter).join(''));
+ columns.push(w.globals.series[sI]);
+ rows.push(columns.join(columnDelimiter));
+ }
+ });
+ result += rows.join(lineDelimiter);
+ this.triggerDownload(encodeURI(result), w.config.chart.toolbar.export.csv.filename, '.csv');
+ }
+ }, {
+ key: "triggerDownload",
+ value: function triggerDownload(href, filename, ext) {
+ var downloadLink = document.createElement('a');
+ downloadLink.href = href;
+ downloadLink.download = (filename ? filename : this.w.globals.chartID) + ext;
+ document.body.appendChild(downloadLink);
+ downloadLink.click();
+ document.body.removeChild(downloadLink);
+ }
+ }]);
+
+ return Exports;
+ }();
+
+ /**
+ * ApexCharts XAxis Class for drawing X-Axis.
+ *
+ * @module XAxis
+ **/
+
+ var XAxis = /*#__PURE__*/function () {
+ function XAxis(ctx) {
+ _classCallCheck(this, XAxis);
+
+ this.ctx = ctx;
+ this.w = ctx.w;
+ var w = this.w;
+ this.axesUtils = new AxesUtils(ctx);
+ this.xaxisLabels = w.globals.labels.slice();
+
+ if (w.globals.timescaleLabels.length > 0 && !w.globals.isBarHorizontal) {
+ // timeline labels are there and chart is not rangeabr timeline
+ this.xaxisLabels = w.globals.timescaleLabels.slice();
+ }
+
+ if (w.config.xaxis.overwriteCategories) {
+ this.xaxisLabels = w.config.xaxis.overwriteCategories;
+ }
+
+ this.drawnLabels = [];
+ this.drawnLabelsRects = [];
+
+ if (w.config.xaxis.position === 'top') {
+ this.offY = 0;
+ } else {
+ this.offY = w.globals.gridHeight + 1;
+ }
+
+ this.offY = this.offY + w.config.xaxis.axisBorder.offsetY;
+ this.isCategoryBarHorizontal = w.config.chart.type === 'bar' && w.config.plotOptions.bar.horizontal;
+ this.xaxisFontSize = w.config.xaxis.labels.style.fontSize;
+ this.xaxisFontFamily = w.config.xaxis.labels.style.fontFamily;
+ this.xaxisForeColors = w.config.xaxis.labels.style.colors;
+ this.xaxisBorderWidth = w.config.xaxis.axisBorder.width;
+
+ if (this.isCategoryBarHorizontal) {
+ this.xaxisBorderWidth = w.config.yaxis[0].axisBorder.width.toString();
+ }
+
+ if (this.xaxisBorderWidth.indexOf('%') > -1) {
+ this.xaxisBorderWidth = w.globals.gridWidth * parseInt(this.xaxisBorderWidth, 10) / 100;
+ } else {
+ this.xaxisBorderWidth = parseInt(this.xaxisBorderWidth, 10);
+ }
+
+ this.xaxisBorderHeight = w.config.xaxis.axisBorder.height; // For bars, we will only consider single y xais,
+ // as we are not providing multiple yaxis for bar charts
+
+ this.yaxis = w.config.yaxis[0];
+ }
+
+ _createClass(XAxis, [{
+ key: "drawXaxis",
+ value: function drawXaxis() {
+ var _this = this;
+
+ var w = this.w;
+ var graphics = new Graphics(this.ctx);
+ var elXaxis = graphics.group({
+ class: 'apexcharts-xaxis',
+ transform: "translate(".concat(w.config.xaxis.offsetX, ", ").concat(w.config.xaxis.offsetY, ")")
+ });
+ var elXaxisTexts = graphics.group({
+ class: 'apexcharts-xaxis-texts-g',
+ transform: "translate(".concat(w.globals.translateXAxisX, ", ").concat(w.globals.translateXAxisY, ")")
+ });
+ elXaxis.add(elXaxisTexts);
+ var colWidth; // initial x Position (keep adding column width in the loop)
+
+ var xPos = w.globals.padHorizontal;
+ var labels = [];
+
+ for (var i = 0; i < this.xaxisLabels.length; i++) {
+ labels.push(this.xaxisLabels[i]);
+ }
+
+ var labelsLen = labels.length;
+
+ if (w.globals.isXNumeric) {
+ var len = labelsLen > 1 ? labelsLen - 1 : labelsLen;
+ colWidth = w.globals.gridWidth / len;
+ xPos = xPos + colWidth / 2 + w.config.xaxis.labels.offsetX;
+ } else {
+ colWidth = w.globals.gridWidth / labels.length;
+ xPos = xPos + colWidth + w.config.xaxis.labels.offsetX;
+ }
+
+ var _loop = function _loop(_i) {
+ var x = xPos - colWidth / 2 + w.config.xaxis.labels.offsetX;
+
+ if (_i === 0 && labelsLen === 1 && colWidth / 2 === xPos && w.globals.dataPoints === 1) {
+ // single datapoint
+ x = w.globals.gridWidth / 2;
+ }
+
+ var label = _this.axesUtils.getLabel(labels, w.globals.timescaleLabels, x, _i, _this.drawnLabels, _this.xaxisFontSize);
+
+ var offsetYCorrection = 28;
+
+ if (w.globals.rotateXLabels) {
+ offsetYCorrection = 22;
+ }
+
+ var isCategoryTickAmounts = typeof w.config.xaxis.tickAmount !== 'undefined' && w.config.xaxis.tickAmount !== 'dataPoints' && w.config.xaxis.type !== 'datetime';
+
+ if (isCategoryTickAmounts) {
+ label = _this.axesUtils.checkLabelBasedOnTickamount(_i, label, labelsLen);
+ } else {
+ label = _this.axesUtils.checkForOverflowingLabels(_i, label, labelsLen, _this.drawnLabels, _this.drawnLabelsRects);
+ }
+
+ var getCatForeColor = function getCatForeColor() {
+ return w.config.xaxis.convertedCatToNumeric ? _this.xaxisForeColors[w.globals.minX + _i - 1] : _this.xaxisForeColors[_i];
+ };
+
+ if (label.text) {
+ w.globals.xaxisLabelsCount++;
+ }
+
+ if (w.config.xaxis.labels.show) {
+ var elText = graphics.drawText({
+ x: label.x,
+ y: _this.offY + w.config.xaxis.labels.offsetY + offsetYCorrection - (w.config.xaxis.position === 'top' ? w.globals.xAxisHeight + w.config.xaxis.axisTicks.height - 2 : 0),
+ text: label.text,
+ textAnchor: 'middle',
+ fontWeight: label.isBold ? 600 : w.config.xaxis.labels.style.fontWeight,
+ fontSize: _this.xaxisFontSize,
+ fontFamily: _this.xaxisFontFamily,
+ foreColor: Array.isArray(_this.xaxisForeColors) ? getCatForeColor() : _this.xaxisForeColors,
+ isPlainText: false,
+ cssClass: 'apexcharts-xaxis-label ' + w.config.xaxis.labels.style.cssClass
+ });
+ elXaxisTexts.add(elText);
+ var elTooltipTitle = document.createElementNS(w.globals.SVGNS, 'title');
+ elTooltipTitle.textContent = Array.isArray(label.text) ? label.text.join(' ') : label.text;
+ elText.node.appendChild(elTooltipTitle);
+
+ if (label.text !== '') {
+ _this.drawnLabels.push(label.text);
+
+ _this.drawnLabelsRects.push(label);
+ }
+ }
+
+ xPos = xPos + colWidth;
+ };
+
+ for (var _i = 0; _i <= labelsLen - 1; _i++) {
+ _loop(_i);
+ }
+
+ if (w.config.xaxis.title.text !== undefined) {
+ var elXaxisTitle = graphics.group({
+ class: 'apexcharts-xaxis-title'
+ });
+ var elXAxisTitleText = graphics.drawText({
+ x: w.globals.gridWidth / 2 + w.config.xaxis.title.offsetX,
+ y: this.offY + parseFloat(this.xaxisFontSize) + w.globals.xAxisLabelsHeight + w.config.xaxis.title.offsetY,
+ text: w.config.xaxis.title.text,
+ textAnchor: 'middle',
+ fontSize: w.config.xaxis.title.style.fontSize,
+ fontFamily: w.config.xaxis.title.style.fontFamily,
+ fontWeight: w.config.xaxis.title.style.fontWeight,
+ foreColor: w.config.xaxis.title.style.color,
+ cssClass: 'apexcharts-xaxis-title-text ' + w.config.xaxis.title.style.cssClass
+ });
+ elXaxisTitle.add(elXAxisTitleText);
+ elXaxis.add(elXaxisTitle);
+ }
+
+ if (w.config.xaxis.axisBorder.show) {
+ var offX = w.globals.barPadForNumericAxis;
+ var elHorzLine = graphics.drawLine(w.globals.padHorizontal + w.config.xaxis.axisBorder.offsetX - offX, this.offY, this.xaxisBorderWidth + offX, this.offY, w.config.xaxis.axisBorder.color, 0, this.xaxisBorderHeight);
+ elXaxis.add(elHorzLine);
+ }
+
+ return elXaxis;
+ } // this actually becomes the vertical axis (for bar charts)
+
+ }, {
+ key: "drawXaxisInversed",
+ value: function drawXaxisInversed(realIndex) {
+ var _this2 = this;
+
+ var w = this.w;
+ var graphics = new Graphics(this.ctx);
+ var translateYAxisX = w.config.yaxis[0].opposite ? w.globals.translateYAxisX[realIndex] : 0;
+ var elYaxis = graphics.group({
+ class: 'apexcharts-yaxis apexcharts-xaxis-inversed',
+ rel: realIndex
+ });
+ var elYaxisTexts = graphics.group({
+ class: 'apexcharts-yaxis-texts-g apexcharts-xaxis-inversed-texts-g',
+ transform: 'translate(' + translateYAxisX + ', 0)'
+ });
+ elYaxis.add(elYaxisTexts);
+ var colHeight; // initial x Position (keep adding column width in the loop)
+
+ var yPos;
+ var labels = [];
+
+ if (w.config.yaxis[realIndex].show) {
+ for (var i = 0; i < this.xaxisLabels.length; i++) {
+ labels.push(this.xaxisLabels[i]);
+ }
+ }
+
+ colHeight = w.globals.gridHeight / labels.length;
+ yPos = -(colHeight / 2.2);
+ var lbFormatter = w.globals.yLabelFormatters[0];
+ var ylabels = w.config.yaxis[0].labels;
+
+ if (ylabels.show) {
+ var _loop2 = function _loop2(_i2) {
+ var label = typeof labels[_i2] === 'undefined' ? '' : labels[_i2];
+ label = lbFormatter(label, {
+ seriesIndex: realIndex,
+ dataPointIndex: _i2,
+ w: w
+ });
+
+ var yColors = _this2.axesUtils.getYAxisForeColor(ylabels.style.colors, realIndex);
+
+ var getForeColor = function getForeColor() {
+ return Array.isArray(yColors) ? yColors[_i2] : yColors;
+ };
+
+ var multiY = 0;
+
+ if (Array.isArray(label)) {
+ multiY = label.length / 2 * parseInt(ylabels.style.fontSize, 10);
+ }
+
+ var elLabel = graphics.drawText({
+ x: ylabels.offsetX - 15,
+ y: yPos + colHeight + ylabels.offsetY - multiY,
+ text: label,
+ textAnchor: _this2.yaxis.opposite ? 'start' : 'end',
+ foreColor: getForeColor(),
+ fontSize: ylabels.style.fontSize,
+ fontFamily: ylabels.style.fontFamily,
+ fontWeight: ylabels.style.fontWeight,
+ isPlainText: false,
+ cssClass: 'apexcharts-yaxis-label ' + ylabels.style.cssClass
+ });
+ elYaxisTexts.add(elLabel);
+ var elTooltipTitle = document.createElementNS(w.globals.SVGNS, 'title');
+ elTooltipTitle.textContent = Array.isArray(label) ? label.join(' ') : label;
+ elLabel.node.appendChild(elTooltipTitle);
+
+ if (w.config.yaxis[realIndex].labels.rotate !== 0) {
+ var labelRotatingCenter = graphics.rotateAroundCenter(elLabel.node);
+ elLabel.node.setAttribute('transform', "rotate(".concat(w.config.yaxis[realIndex].labels.rotate, " 0 ").concat(labelRotatingCenter.y, ")"));
+ }
+
+ yPos = yPos + colHeight;
+ };
+
+ for (var _i2 = 0; _i2 <= labels.length - 1; _i2++) {
+ _loop2(_i2);
+ }
+ }
+
+ if (w.config.yaxis[0].title.text !== undefined) {
+ var elXaxisTitle = graphics.group({
+ class: 'apexcharts-yaxis-title apexcharts-xaxis-title-inversed',
+ transform: 'translate(' + translateYAxisX + ', 0)'
+ });
+ var elXAxisTitleText = graphics.drawText({
+ x: 0,
+ y: w.globals.gridHeight / 2,
+ text: w.config.yaxis[0].title.text,
+ textAnchor: 'middle',
+ foreColor: w.config.yaxis[0].title.style.color,
+ fontSize: w.config.yaxis[0].title.style.fontSize,
+ fontWeight: w.config.yaxis[0].title.style.fontWeight,
+ fontFamily: w.config.yaxis[0].title.style.fontFamily,
+ cssClass: 'apexcharts-yaxis-title-text ' + w.config.yaxis[0].title.style.cssClass
+ });
+ elXaxisTitle.add(elXAxisTitleText);
+ elYaxis.add(elXaxisTitle);
+ }
+
+ var offX = 0;
+
+ if (this.isCategoryBarHorizontal && w.config.yaxis[0].opposite) {
+ offX = w.globals.gridWidth;
+ }
+
+ var axisBorder = w.config.xaxis.axisBorder;
+
+ if (axisBorder.show) {
+ var elVerticalLine = graphics.drawLine(w.globals.padHorizontal + axisBorder.offsetX + offX, 1 + axisBorder.offsetY, w.globals.padHorizontal + axisBorder.offsetX + offX, w.globals.gridHeight + axisBorder.offsetY, axisBorder.color, 0);
+ elYaxis.add(elVerticalLine);
+ }
+
+ if (w.config.yaxis[0].axisTicks.show) {
+ this.axesUtils.drawYAxisTicks(offX, labels.length, w.config.yaxis[0].axisBorder, w.config.yaxis[0].axisTicks, 0, colHeight, elYaxis);
+ }
+
+ return elYaxis;
+ }
+ }, {
+ key: "drawXaxisTicks",
+ value: function drawXaxisTicks(x1, appendToElement) {
+ var w = this.w;
+ var x2 = x1;
+ if (x1 < 0 || x1 - 2 > w.globals.gridWidth) return;
+ var y1 = this.offY + w.config.xaxis.axisTicks.offsetY;
+ var y2 = y1 + w.config.xaxis.axisTicks.height;
+
+ if (w.config.xaxis.position === 'top') {
+ y2 = y1 - w.config.xaxis.axisTicks.height;
+ }
+
+ if (w.config.xaxis.axisTicks.show) {
+ var graphics = new Graphics(this.ctx);
+ var line = graphics.drawLine(x1 + w.config.xaxis.axisTicks.offsetX, y1 + w.config.xaxis.offsetY, x2 + w.config.xaxis.axisTicks.offsetX, y2 + w.config.xaxis.offsetY, w.config.xaxis.axisTicks.color); // we are not returning anything, but appending directly to the element passed in param
+
+ appendToElement.add(line);
+ line.node.classList.add('apexcharts-xaxis-tick');
+ }
+ }
+ }, {
+ key: "getXAxisTicksPositions",
+ value: function getXAxisTicksPositions() {
+ var w = this.w;
+ var xAxisTicksPositions = [];
+ var xCount = this.xaxisLabels.length;
+ var x1 = w.globals.padHorizontal;
+
+ if (w.globals.timescaleLabels.length > 0) {
+ for (var i = 0; i < xCount; i++) {
+ x1 = this.xaxisLabels[i].position;
+ xAxisTicksPositions.push(x1);
+ }
+ } else {
+ var xCountForCategoryCharts = xCount;
+
+ for (var _i3 = 0; _i3 < xCountForCategoryCharts; _i3++) {
+ var x1Count = xCountForCategoryCharts;
+
+ if (w.globals.isXNumeric && w.config.chart.type !== 'bar') {
+ x1Count -= 1;
+ }
+
+ x1 = x1 + w.globals.gridWidth / x1Count;
+ xAxisTicksPositions.push(x1);
+ }
+ }
+
+ return xAxisTicksPositions;
+ } // to rotate x-axis labels or to put ... for longer text in xaxis
+
+ }, {
+ key: "xAxisLabelCorrections",
+ value: function xAxisLabelCorrections() {
+ var w = this.w;
+ var graphics = new Graphics(this.ctx);
+ var xAxis = w.globals.dom.baseEl.querySelector('.apexcharts-xaxis-texts-g');
+ var xAxisTexts = w.globals.dom.baseEl.querySelectorAll('.apexcharts-xaxis-texts-g text');
+ var yAxisTextsInversed = w.globals.dom.baseEl.querySelectorAll('.apexcharts-yaxis-inversed text');
+ var xAxisTextsInversed = w.globals.dom.baseEl.querySelectorAll('.apexcharts-xaxis-inversed-texts-g text tspan');
+
+ if (w.globals.rotateXLabels || w.config.xaxis.labels.rotateAlways) {
+ for (var xat = 0; xat < xAxisTexts.length; xat++) {
+ var textRotatingCenter = graphics.rotateAroundCenter(xAxisTexts[xat]);
+ textRotatingCenter.y = textRotatingCenter.y - 1; // + tickWidth/4;
+
+ textRotatingCenter.x = textRotatingCenter.x + 1;
+ xAxisTexts[xat].setAttribute('transform', "rotate(".concat(w.config.xaxis.labels.rotate, " ").concat(textRotatingCenter.x, " ").concat(textRotatingCenter.y, ")"));
+ xAxisTexts[xat].setAttribute('text-anchor', "end");
+ var offsetHeight = 10;
+ xAxis.setAttribute('transform', "translate(0, ".concat(-offsetHeight, ")"));
+ var tSpan = xAxisTexts[xat].childNodes;
+
+ if (w.config.xaxis.labels.trim) {
+ Array.prototype.forEach.call(tSpan, function (ts) {
+ graphics.placeTextWithEllipsis(ts, ts.textContent, w.globals.xAxisLabelsHeight - (w.config.legend.position === 'bottom' ? 20 : 10));
+ });
+ }
+ }
+ } else {
+ (function () {
+ var width = w.globals.gridWidth / (w.globals.labels.length + 1);
+
+ for (var _xat = 0; _xat < xAxisTexts.length; _xat++) {
+ var _tSpan = xAxisTexts[_xat].childNodes;
+
+ if (w.config.xaxis.labels.trim && w.config.xaxis.type !== 'datetime') {
+ Array.prototype.forEach.call(_tSpan, function (ts) {
+ graphics.placeTextWithEllipsis(ts, ts.textContent, width);
+ });
+ }
+ }
+ })();
+ }
+
+ if (yAxisTextsInversed.length > 0) {
+ // truncate rotated y axis in bar chart (x axis)
+ var firstLabelPosX = yAxisTextsInversed[yAxisTextsInversed.length - 1].getBBox();
+ var lastLabelPosX = yAxisTextsInversed[0].getBBox();
+
+ if (firstLabelPosX.x < -20) {
+ yAxisTextsInversed[yAxisTextsInversed.length - 1].parentNode.removeChild(yAxisTextsInversed[yAxisTextsInversed.length - 1]);
+ }
+
+ if (lastLabelPosX.x + lastLabelPosX.width > w.globals.gridWidth && !w.globals.isBarHorizontal) {
+ yAxisTextsInversed[0].parentNode.removeChild(yAxisTextsInversed[0]);
+ } // truncate rotated x axis in bar chart (y axis)
+
+
+ for (var _xat2 = 0; _xat2 < xAxisTextsInversed.length; _xat2++) {
+ graphics.placeTextWithEllipsis(xAxisTextsInversed[_xat2], xAxisTextsInversed[_xat2].textContent, w.config.yaxis[0].labels.maxWidth - parseFloat(w.config.yaxis[0].title.style.fontSize) * 2 - 20);
+ }
+ }
+ } // renderXAxisBands() {
+ // let w = this.w;
+ // let plotBand = document.createElementNS(w.globals.SVGNS, 'rect')
+ // w.globals.dom.elGraphical.add(plotBand)
+ // }
+
+ }]);
+
+ return XAxis;
+ }();
+
+ /**
+ * ApexCharts Grid Class for drawing Cartesian Grid.
+ *
+ * @module Grid
+ **/
+
+ var Grid = /*#__PURE__*/function () {
+ function Grid(ctx) {
+ _classCallCheck(this, Grid);
+
+ this.ctx = ctx;
+ this.w = ctx.w;
+ var w = this.w;
+ this.xaxisLabels = w.globals.labels.slice();
+ this.axesUtils = new AxesUtils(ctx);
+ this.isRangeBar = w.globals.seriesRangeBar.length;
+
+ if (w.globals.timescaleLabels.length > 0) {
+ // timescaleLabels labels are there
+ this.xaxisLabels = w.globals.timescaleLabels.slice();
+ }
+ } // when using sparklines or when showing no grid, we need to have a grid area which is reused at many places for other calculations as well
+
+
+ _createClass(Grid, [{
+ key: "drawGridArea",
+ value: function drawGridArea() {
+ var elGrid = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : null;
+ var w = this.w;
+ var graphics = new Graphics(this.ctx);
+
+ if (elGrid === null) {
+ elGrid = graphics.group({
+ class: 'apexcharts-grid'
+ });
+ }
+
+ var elVerticalLine = graphics.drawLine(w.globals.padHorizontal, 1, w.globals.padHorizontal, w.globals.gridHeight, 'transparent');
+ var elHorzLine = graphics.drawLine(w.globals.padHorizontal, w.globals.gridHeight, w.globals.gridWidth, w.globals.gridHeight, 'transparent');
+ elGrid.add(elHorzLine);
+ elGrid.add(elVerticalLine);
+ return elGrid;
+ }
+ }, {
+ key: "drawGrid",
+ value: function drawGrid() {
+ var gl = this.w.globals;
+ var elgrid = null;
+
+ if (gl.axisCharts) {
+ // grid is drawn after xaxis and yaxis are drawn
+ elgrid = this.renderGrid();
+ this.drawGridArea(elgrid.el);
+ }
+
+ return elgrid;
+ } // This mask will clip off overflowing graphics from the drawable area
+
+ }, {
+ key: "createGridMask",
+ value: function createGridMask() {
+ var w = this.w;
+ var gl = w.globals;
+ var graphics = new Graphics(this.ctx);
+ var strokeSize = Array.isArray(w.config.stroke.width) ? 0 : w.config.stroke.width;
+
+ if (Array.isArray(w.config.stroke.width)) {
+ var strokeMaxSize = 0;
+ w.config.stroke.width.forEach(function (m) {
+ strokeMaxSize = Math.max(strokeMaxSize, m);
+ });
+ strokeSize = strokeMaxSize;
+ }
+
+ gl.dom.elGridRectMask = document.createElementNS(gl.SVGNS, 'clipPath');
+ gl.dom.elGridRectMask.setAttribute('id', "gridRectMask".concat(gl.cuid));
+ gl.dom.elGridRectMarkerMask = document.createElementNS(gl.SVGNS, 'clipPath');
+ gl.dom.elGridRectMarkerMask.setAttribute('id', "gridRectMarkerMask".concat(gl.cuid));
+ gl.dom.elForecastMask = document.createElementNS(gl.SVGNS, 'clipPath');
+ gl.dom.elForecastMask.setAttribute('id', "forecastMask".concat(gl.cuid));
+ gl.dom.elNonForecastMask = document.createElementNS(gl.SVGNS, 'clipPath');
+ gl.dom.elNonForecastMask.setAttribute('id', "nonForecastMask".concat(gl.cuid)); // let barHalfWidth = 0
+
+ var type = w.config.chart.type;
+ var hasBar = type === 'bar' || type === 'rangeBar' || type === 'candlestick' || type === 'boxPlot' || w.globals.comboBarCount > 0;
+ var barWidthLeft = 0;
+ var barWidthRight = 0;
+
+ if (hasBar && w.globals.isXNumeric && !w.globals.isBarHorizontal) {
+ barWidthLeft = w.config.grid.padding.left;
+ barWidthRight = w.config.grid.padding.right;
+
+ if (gl.barPadForNumericAxis > barWidthLeft) {
+ barWidthLeft = gl.barPadForNumericAxis;
+ barWidthRight = gl.barPadForNumericAxis;
+ }
+ }
+
+ gl.dom.elGridRect = graphics.drawRect(-strokeSize / 2 - barWidthLeft - 2, -strokeSize / 2, gl.gridWidth + strokeSize + barWidthRight + barWidthLeft + 4, gl.gridHeight + strokeSize, 0, '#fff');
+ var coreUtils = new CoreUtils(this);
+ coreUtils.getLargestMarkerSize();
+ var markerSize = w.globals.markers.largestSize + 1;
+ gl.dom.elGridRectMarker = graphics.drawRect(-markerSize * 2, -markerSize * 2, gl.gridWidth + markerSize * 4, gl.gridHeight + markerSize * 4, 0, '#fff');
+ gl.dom.elGridRectMask.appendChild(gl.dom.elGridRect.node);
+ gl.dom.elGridRectMarkerMask.appendChild(gl.dom.elGridRectMarker.node);
+ var defs = gl.dom.baseEl.querySelector('defs');
+ defs.appendChild(gl.dom.elGridRectMask);
+ defs.appendChild(gl.dom.elForecastMask);
+ defs.appendChild(gl.dom.elNonForecastMask);
+ defs.appendChild(gl.dom.elGridRectMarkerMask);
+ }
+ }, {
+ key: "_drawGridLines",
+ value: function _drawGridLines(_ref) {
+ var i = _ref.i,
+ x1 = _ref.x1,
+ y1 = _ref.y1,
+ x2 = _ref.x2,
+ y2 = _ref.y2,
+ xCount = _ref.xCount,
+ parent = _ref.parent;
+ var w = this.w;
+
+ var shouldDraw = function shouldDraw() {
+ if (i === 0 && w.globals.skipFirstTimelinelabel) {
+ return false;
+ }
+
+ if (i === xCount - 1 && w.globals.skipLastTimelinelabel && !w.config.xaxis.labels.formatter) {
+ return false;
+ }
+
+ if (w.config.chart.type === 'radar') {
+ return false;
+ }
+
+ return true;
+ };
+
+ if (shouldDraw()) {
+ if (w.config.grid.xaxis.lines.show) {
+ this._drawGridLine({
+ x1: x1,
+ y1: y1,
+ x2: x2,
+ y2: y2,
+ parent: parent
+ });
+ }
+
+ var xAxis = new XAxis(this.ctx);
+ xAxis.drawXaxisTicks(x1, this.elg);
+ }
+ }
+ }, {
+ key: "_drawGridLine",
+ value: function _drawGridLine(_ref2) {
+ var x1 = _ref2.x1,
+ y1 = _ref2.y1,
+ x2 = _ref2.x2,
+ y2 = _ref2.y2,
+ parent = _ref2.parent;
+ var w = this.w;
+ var isHorzLine = parent.node.classList.contains('apexcharts-gridlines-horizontal');
+ var strokeDashArray = w.config.grid.strokeDashArray;
+ var offX = w.globals.barPadForNumericAxis;
+ var graphics = new Graphics(this);
+ var line = graphics.drawLine(x1 - (isHorzLine ? offX : 0), y1, x2 + (isHorzLine ? offX : 0), y2, w.config.grid.borderColor, strokeDashArray);
+ line.node.classList.add('apexcharts-gridline');
+ parent.add(line);
+ }
+ }, {
+ key: "_drawGridBandRect",
+ value: function _drawGridBandRect(_ref3) {
+ var c = _ref3.c,
+ x1 = _ref3.x1,
+ y1 = _ref3.y1,
+ x2 = _ref3.x2,
+ y2 = _ref3.y2,
+ type = _ref3.type;
+ var w = this.w;
+ var graphics = new Graphics(this.ctx);
+ var offX = w.globals.barPadForNumericAxis;
+ if (type === 'column' && w.config.xaxis.type === 'datetime') return;
+ var color = w.config.grid[type].colors[c];
+ var rect = graphics.drawRect(x1 - (type === 'row' ? offX : 0), y1, x2 + (type === 'row' ? offX * 2 : 0), y2, 0, color, w.config.grid[type].opacity);
+ this.elg.add(rect);
+ rect.attr('clip-path', "url(#gridRectMask".concat(w.globals.cuid, ")"));
+ rect.node.classList.add("apexcharts-grid-".concat(type));
+ }
+ }, {
+ key: "_drawXYLines",
+ value: function _drawXYLines(_ref4) {
+ var _this = this;
+
+ var xCount = _ref4.xCount,
+ tickAmount = _ref4.tickAmount;
+ var w = this.w;
+
+ var datetimeLines = function datetimeLines(_ref5) {
+ var xC = _ref5.xC,
+ x1 = _ref5.x1,
+ y1 = _ref5.y1,
+ x2 = _ref5.x2,
+ y2 = _ref5.y2;
+
+ for (var i = 0; i < xC; i++) {
+ x1 = _this.xaxisLabels[i].position;
+ x2 = _this.xaxisLabels[i].position;
+
+ _this._drawGridLines({
+ i: i,
+ x1: x1,
+ y1: y1,
+ x2: x2,
+ y2: y2,
+ xCount: xCount,
+ parent: _this.elgridLinesV
+ });
+ }
+ };
+
+ var categoryLines = function categoryLines(_ref6) {
+ var xC = _ref6.xC,
+ x1 = _ref6.x1,
+ y1 = _ref6.y1,
+ x2 = _ref6.x2,
+ y2 = _ref6.y2;
+
+ if (typeof w.config.xaxis.tickAmount !== 'undefined' && w.config.xaxis.tickAmount !== 'dataPoints') {
+ // user has specified tickamount in a category x-axis chart
+ var visibleLabels = w.globals.dom.baseEl.querySelectorAll('.apexcharts-text.apexcharts-xaxis-label tspan:not(:empty)');
+ visibleLabels.forEach(function (d, i) {
+ var textRect = d.getBBox();
+
+ _this._drawGridLines({
+ i: i,
+ x1: textRect.x + textRect.width / 2,
+ y1: y1,
+ x2: textRect.x + textRect.width / 2,
+ y2: y2,
+ xCount: xCount,
+ parent: _this.elgridLinesV
+ });
+ });
+ } else {
+ for (var i = 0; i < xC + (w.globals.isXNumeric ? 0 : 1); i++) {
+ if (i === 0 && xC === 1 && w.globals.dataPoints === 1) {
+ // single datapoint
+ x1 = w.globals.gridWidth / 2;
+ x2 = x1;
+ }
+
+ _this._drawGridLines({
+ i: i,
+ x1: x1,
+ y1: y1,
+ x2: x2,
+ y2: y2,
+ xCount: xCount,
+ parent: _this.elgridLinesV
+ });
+
+ x1 = x1 + w.globals.gridWidth / (w.globals.isXNumeric ? xC - 1 : xC);
+ x2 = x1;
+ }
+ }
+ }; // draw vertical lines
+
+
+ if (w.config.grid.xaxis.lines.show || w.config.xaxis.axisTicks.show) {
+ var x1 = w.globals.padHorizontal;
+ var y1 = 0;
+ var x2;
+ var y2 = w.globals.gridHeight;
+
+ if (w.globals.timescaleLabels.length) {
+ datetimeLines({
+ xC: xCount,
+ x1: x1,
+ y1: y1,
+ x2: x2,
+ y2: y2
+ });
+ } else {
+ if (w.globals.isXNumeric) {
+ xCount = w.globals.xAxisScale.result.length;
+ }
+
+ if (w.config.xaxis.convertedCatToNumeric) {
+ // in case of a convertedCatToNumeric, some labels might be skipped due to hideOverLapping labels, hence use this var to get the visible ticks
+ xCount = w.globals.xaxisLabelsCount;
+ }
+
+ categoryLines({
+ xC: xCount,
+ x1: x1,
+ y1: y1,
+ x2: x2,
+ y2: y2
+ });
+ }
+ } // draw horizontal lines
+
+
+ if (w.config.grid.yaxis.lines.show) {
+ var _x = 0;
+ var _y = 0;
+ var _y2 = 0;
+ var _x2 = w.globals.gridWidth;
+ var tA = tickAmount + 1;
+
+ if (this.isRangeBar) {
+ tA = w.globals.labels.length;
+ }
+
+ for (var i = 0; i < tA + (this.isRangeBar ? 1 : 0); i++) {
+ this._drawGridLine({
+ x1: _x,
+ y1: _y,
+ x2: _x2,
+ y2: _y2,
+ parent: this.elgridLinesH
+ });
+
+ _y = _y + w.globals.gridHeight / (this.isRangeBar ? tA : tickAmount);
+ _y2 = _y;
+ }
+ }
+ }
+ }, {
+ key: "_drawInvertedXYLines",
+ value: function _drawInvertedXYLines(_ref7) {
+ var xCount = _ref7.xCount;
+ var w = this.w; // draw vertical lines
+
+ if (w.config.grid.xaxis.lines.show || w.config.xaxis.axisTicks.show) {
+ var x1 = w.globals.padHorizontal;
+ var y1 = 0;
+ var x2;
+ var y2 = w.globals.gridHeight;
+
+ for (var i = 0; i < xCount + 1; i++) {
+ if (w.config.grid.xaxis.lines.show) {
+ this._drawGridLine({
+ x1: x1,
+ y1: y1,
+ x2: x2,
+ y2: y2,
+ parent: this.elgridLinesV
+ });
+ }
+
+ var xAxis = new XAxis(this.ctx);
+ xAxis.drawXaxisTicks(x1, this.elg);
+ x1 = x1 + w.globals.gridWidth / xCount + 0.3;
+ x2 = x1;
+ }
+ } // draw horizontal lines
+
+
+ if (w.config.grid.yaxis.lines.show) {
+ var _x3 = 0;
+ var _y3 = 0;
+ var _y4 = 0;
+ var _x4 = w.globals.gridWidth;
+
+ for (var _i = 0; _i < w.globals.dataPoints + 1; _i++) {
+ this._drawGridLine({
+ x1: _x3,
+ y1: _y3,
+ x2: _x4,
+ y2: _y4,
+ parent: this.elgridLinesH
+ });
+
+ _y3 = _y3 + w.globals.gridHeight / w.globals.dataPoints;
+ _y4 = _y3;
+ }
+ }
+ } // actual grid rendering
+
+ }, {
+ key: "renderGrid",
+ value: function renderGrid() {
+ var w = this.w;
+ var graphics = new Graphics(this.ctx);
+ this.elg = graphics.group({
+ class: 'apexcharts-grid'
+ });
+ this.elgridLinesH = graphics.group({
+ class: 'apexcharts-gridlines-horizontal'
+ });
+ this.elgridLinesV = graphics.group({
+ class: 'apexcharts-gridlines-vertical'
+ });
+ this.elg.add(this.elgridLinesH);
+ this.elg.add(this.elgridLinesV);
+
+ if (!w.config.grid.show) {
+ this.elgridLinesV.hide();
+ this.elgridLinesH.hide();
+ }
+
+ var yTickAmount = w.globals.yAxisScale.length ? w.globals.yAxisScale[0].result.length - 1 : 5;
+
+ for (var i = 0; i < w.globals.series.length; i++) {
+ if (typeof w.globals.yAxisScale[i] !== 'undefined') {
+ yTickAmount = w.globals.yAxisScale[i].result.length - 1;
+ }
+
+ if (yTickAmount > 2) break;
+ }
+
+ var xCount;
+
+ if (!w.globals.isBarHorizontal || this.isRangeBar) {
+ xCount = this.xaxisLabels.length;
+
+ if (this.isRangeBar) {
+ yTickAmount = w.globals.labels.length;
+
+ if (w.config.xaxis.tickAmount && w.config.xaxis.labels.formatter) {
+ xCount = w.config.xaxis.tickAmount;
+ }
+ }
+
+ this._drawXYLines({
+ xCount: xCount,
+ tickAmount: yTickAmount
+ });
+ } else {
+ xCount = yTickAmount; // for horizontal bar chart, get the xaxis tickamount
+
+ yTickAmount = w.globals.xTickAmount;
+
+ this._drawInvertedXYLines({
+ xCount: xCount,
+ tickAmount: yTickAmount
+ });
+ }
+
+ this.drawGridBands(xCount, yTickAmount);
+ return {
+ el: this.elg,
+ xAxisTickWidth: w.globals.gridWidth / xCount
+ };
+ }
+ }, {
+ key: "drawGridBands",
+ value: function drawGridBands(xCount, tickAmount) {
+ var w = this.w; // rows background bands
+
+ if (w.config.grid.row.colors !== undefined && w.config.grid.row.colors.length > 0) {
+ var x1 = 0;
+ var y1 = 0;
+ var y2 = w.globals.gridHeight / tickAmount;
+ var x2 = w.globals.gridWidth;
+
+ for (var i = 0, c = 0; i < tickAmount; i++, c++) {
+ if (c >= w.config.grid.row.colors.length) {
+ c = 0;
+ }
+
+ this._drawGridBandRect({
+ c: c,
+ x1: x1,
+ y1: y1,
+ x2: x2,
+ y2: y2,
+ type: 'row'
+ });
+
+ y1 = y1 + w.globals.gridHeight / tickAmount;
+ }
+ } // columns background bands
+
+
+ if (w.config.grid.column.colors !== undefined && w.config.grid.column.colors.length > 0) {
+ var xc = !w.globals.isBarHorizontal && (w.config.xaxis.type === 'category' || w.config.xaxis.convertedCatToNumeric) ? xCount - 1 : xCount;
+ var _x5 = w.globals.padHorizontal;
+ var _y5 = 0;
+
+ var _x6 = w.globals.padHorizontal + w.globals.gridWidth / xc;
+
+ var _y6 = w.globals.gridHeight;
+
+ for (var _i2 = 0, _c = 0; _i2 < xCount; _i2++, _c++) {
+ if (_c >= w.config.grid.column.colors.length) {
+ _c = 0;
+ }
+
+ this._drawGridBandRect({
+ c: _c,
+ x1: _x5,
+ y1: _y5,
+ x2: _x6,
+ y2: _y6,
+ type: 'column'
+ });
+
+ _x5 = _x5 + w.globals.gridWidth / xc;
+ }
+ }
+ }
+ }]);
+
+ return Grid;
+ }();
+
+ var Range$1 = /*#__PURE__*/function () {
+ function Range(ctx) {
+ _classCallCheck(this, Range);
+
+ this.ctx = ctx;
+ this.w = ctx.w;
+ } // http://stackoverflow.com/questions/326679/choosing-an-attractive-linear-scale-for-a-graphs-y-axiss
+ // This routine creates the Y axis values for a graph.
+
+
+ _createClass(Range, [{
+ key: "niceScale",
+ value: function niceScale(yMin, yMax) {
+ var ticks = arguments.length > 2 && arguments[2] !== undefined ? arguments[2] : 10;
+ var index = arguments.length > 3 && arguments[3] !== undefined ? arguments[3] : 0;
+ var NO_MIN_MAX_PROVIDED = arguments.length > 4 ? arguments[4] : undefined;
+ var w = this.w; // Determine Range
+
+ var range = Math.abs(yMax - yMin);
+ ticks = this._adjustTicksForSmallRange(ticks, index, range);
+
+ if (ticks === 'dataPoints') {
+ ticks = w.globals.dataPoints - 1;
+ }
+
+ if (yMin === Number.MIN_VALUE && yMax === 0 || !Utils$1.isNumber(yMin) && !Utils$1.isNumber(yMax) || yMin === Number.MIN_VALUE && yMax === -Number.MAX_VALUE) {
+ // when all values are 0
+ yMin = 0;
+ yMax = ticks;
+ var linearScale = this.linearScale(yMin, yMax, ticks);
+ return linearScale;
+ }
+
+ if (yMin > yMax) {
+ // if somehow due to some wrong config, user sent max less than min,
+ // adjust the min/max again
+ console.warn('axis.min cannot be greater than axis.max');
+ yMax = yMin + 0.1;
+ } else if (yMin === yMax) {
+ // If yMin and yMax are identical, then
+ // adjust the yMin and yMax values to actually
+ // make a graph. Also avoids division by zero errors.
+ yMin = yMin === 0 ? 0 : yMin - 0.5; // some small value
+
+ yMax = yMax === 0 ? 2 : yMax + 0.5; // some small value
+ } // Calculate Min amd Max graphical labels and graph
+ // increments. The number of ticks defaults to
+ // 10 which is the SUGGESTED value. Any tick value
+ // entered is used as a suggested value which is
+ // adjusted to be a 'pretty' value.
+ //
+ // Output will be an array of the Y axis values that
+ // encompass the Y values.
+
+
+ var result = [];
+
+ if (range < 1 && NO_MIN_MAX_PROVIDED && (w.config.chart.type === 'candlestick' || w.config.series[index].type === 'candlestick' || w.config.chart.type === 'boxPlot' || w.config.series[index].type === 'boxPlot' || w.globals.isRangeData)) {
+ /* fix https://github.com/apexcharts/apexcharts.js/issues/430 */
+ yMax = yMax * 1.01;
+ }
+
+ var tiks = ticks + 1; // Adjust ticks if needed
+
+ if (tiks < 2) {
+ tiks = 2;
+ } else if (tiks > 2) {
+ tiks -= 2;
+ } // Get raw step value
+
+
+ var tempStep = range / tiks; // Calculate pretty step value
+
+ var mag = Math.floor(Utils$1.log10(tempStep));
+ var magPow = Math.pow(10, mag);
+ var magMsd = Math.round(tempStep / magPow);
+
+ if (magMsd < 1) {
+ magMsd = 1;
+ }
+
+ var stepSize = magMsd * magPow; // build Y label array.
+ // Lower and upper bounds calculations
+
+ var lb = stepSize * Math.floor(yMin / stepSize);
+ var ub = stepSize * Math.ceil(yMax / stepSize); // Build array
+
+ var val = lb;
+
+ if (NO_MIN_MAX_PROVIDED && range > 2) {
+ while (1) {
+ result.push(val);
+ val += stepSize;
+
+ if (val > ub) {
+ break;
+ }
+ }
+
+ return {
+ result: result,
+ niceMin: result[0],
+ niceMax: result[result.length - 1]
+ };
+ } else {
+ result = [];
+ var v = yMin;
+ result.push(v);
+ var valuesDivider = Math.abs(yMax - yMin) / ticks;
+
+ for (var i = 0; i <= ticks; i++) {
+ v = v + valuesDivider;
+ result.push(v);
+ }
+
+ if (result[result.length - 2] >= yMax) {
+ result.pop();
+ }
+
+ return {
+ result: result,
+ niceMin: result[0],
+ niceMax: result[result.length - 1]
+ };
+ }
+ }
+ }, {
+ key: "linearScale",
+ value: function linearScale(yMin, yMax) {
+ var ticks = arguments.length > 2 && arguments[2] !== undefined ? arguments[2] : 10;
+ var index = arguments.length > 3 ? arguments[3] : undefined;
+ var range = Math.abs(yMax - yMin);
+ ticks = this._adjustTicksForSmallRange(ticks, index, range);
+
+ if (ticks === 'dataPoints') {
+ ticks = this.w.globals.dataPoints - 1;
+ }
+
+ var step = range / ticks;
+
+ if (ticks === Number.MAX_VALUE) {
+ ticks = 10;
+ step = 1;
+ }
+
+ var result = [];
+ var v = yMin;
+
+ while (ticks >= 0) {
+ result.push(v);
+ v = v + step;
+ ticks -= 1;
+ }
+
+ return {
+ result: result,
+ niceMin: result[0],
+ niceMax: result[result.length - 1]
+ };
+ }
+ }, {
+ key: "logarithmicScale",
+ value: function logarithmicScale(yMax, base) {
+ var logs = [];
+ var ticks = Math.ceil(Math.log(yMax) / Math.log(base)) + 1; // Get powers of base up to our max, and then one more
+
+ for (var i = 0; i < ticks; i++) {
+ logs.push(Math.pow(base, i));
+ }
+
+ return {
+ result: logs,
+ niceMin: logs[0],
+ niceMax: logs[logs.length - 1]
+ };
+ }
+ }, {
+ key: "_adjustTicksForSmallRange",
+ value: function _adjustTicksForSmallRange(ticks, index, range) {
+ var newTicks = ticks;
+
+ if (typeof index !== 'undefined' && this.w.config.yaxis[index].labels.formatter && this.w.config.yaxis[index].tickAmount === undefined) {
+ var formattedVal = this.w.config.yaxis[index].labels.formatter(1);
+
+ if (Utils$1.isNumber(Number(formattedVal)) && !Utils$1.isFloat(formattedVal)) {
+ newTicks = Math.ceil(range);
+ }
+ }
+
+ return newTicks < ticks ? newTicks : ticks;
+ }
+ }, {
+ key: "setYScaleForIndex",
+ value: function setYScaleForIndex(index, minY, maxY) {
+ var gl = this.w.globals;
+ var cnf = this.w.config;
+ var y = gl.isBarHorizontal ? cnf.xaxis : cnf.yaxis[index];
+
+ if (typeof gl.yAxisScale[index] === 'undefined') {
+ gl.yAxisScale[index] = [];
+ }
+
+ var diff = Math.abs(maxY - minY);
+
+ if (y.logarithmic && diff <= 5) {
+ gl.invalidLogScale = true;
+ }
+
+ if (y.logarithmic && diff > 5) {
+ gl.allSeriesCollapsed = false;
+ gl.yAxisScale[index] = this.logarithmicScale(maxY, y.logBase);
+ } else {
+ if (maxY === -Number.MAX_VALUE || !Utils$1.isNumber(maxY)) {
+ // no data in the chart. Either all series collapsed or user passed a blank array
+ gl.yAxisScale[index] = this.linearScale(0, 5, 5);
+ } else {
+ // there is some data. Turn off the allSeriesCollapsed flag
+ gl.allSeriesCollapsed = false;
+
+ if ((y.min !== undefined || y.max !== undefined) && !y.forceNiceScale) {
+ // fix https://github.com/apexcharts/apexcharts.js/issues/492
+ gl.yAxisScale[index] = this.linearScale(minY, maxY, y.tickAmount, index);
+ } else {
+ var noMinMaxProvided = cnf.yaxis[index].max === undefined && cnf.yaxis[index].min === undefined || cnf.yaxis[index].forceNiceScale;
+ gl.yAxisScale[index] = this.niceScale(minY, maxY, y.tickAmount ? y.tickAmount : diff < 5 && diff > 1 ? diff + 1 : 5, index, // fix https://github.com/apexcharts/apexcharts.js/issues/397
+ noMinMaxProvided);
+ }
+ }
+ }
+ }
+ }, {
+ key: "setXScale",
+ value: function setXScale(minX, maxX) {
+ var w = this.w;
+ var gl = w.globals;
+ var x = w.config.xaxis;
+ var diff = Math.abs(maxX - minX);
+
+ if (maxX === -Number.MAX_VALUE || !Utils$1.isNumber(maxX)) {
+ // no data in the chart. Either all series collapsed or user passed a blank array
+ gl.xAxisScale = this.linearScale(0, 5, 5);
+ } else {
+ gl.xAxisScale = this.linearScale(minX, maxX, x.tickAmount ? x.tickAmount : diff < 5 && diff > 1 ? diff + 1 : 5, 0);
+ }
+
+ return gl.xAxisScale;
+ }
+ }, {
+ key: "setMultipleYScales",
+ value: function setMultipleYScales() {
+ var _this = this;
+
+ var gl = this.w.globals;
+ var cnf = this.w.config;
+ var minYArr = gl.minYArr.concat([]);
+ var maxYArr = gl.maxYArr.concat([]);
+ var scalesIndices = []; // here, we loop through the yaxis array and find the item which has "seriesName" property
+
+ cnf.yaxis.forEach(function (yaxe, i) {
+ var index = i;
+ cnf.series.forEach(function (s, si) {
+ // if seriesName matches and that series is not collapsed, we use that scale
+ // fix issue #1215
+ // proceed even if si is in gl.collapsedSeriesIndices
+ if (s.name === yaxe.seriesName) {
+ index = si;
+
+ if (i !== si) {
+ scalesIndices.push({
+ index: si,
+ similarIndex: i,
+ alreadyExists: true
+ });
+ } else {
+ scalesIndices.push({
+ index: si
+ });
+ }
+ }
+ });
+ var minY = minYArr[index];
+ var maxY = maxYArr[index];
+
+ _this.setYScaleForIndex(i, minY, maxY);
+ });
+ this.sameScaleInMultipleAxes(minYArr, maxYArr, scalesIndices);
+ }
+ }, {
+ key: "sameScaleInMultipleAxes",
+ value: function sameScaleInMultipleAxes(minYArr, maxYArr, scalesIndices) {
+ var _this2 = this;
+
+ var cnf = this.w.config;
+ var gl = this.w.globals; // we got the scalesIndices array in the above code, but we need to filter out the items which doesn't have same scales
+
+ var similarIndices = [];
+ scalesIndices.forEach(function (scale) {
+ if (scale.alreadyExists) {
+ if (typeof similarIndices[scale.index] === 'undefined') {
+ similarIndices[scale.index] = [];
+ }
+
+ similarIndices[scale.index].push(scale.index);
+ similarIndices[scale.index].push(scale.similarIndex);
+ }
+ });
+
+ function intersect(a, b) {
+ return a.filter(function (value) {
+ return b.indexOf(value) !== -1;
+ });
+ }
+
+ gl.yAxisSameScaleIndices = similarIndices;
+ similarIndices.forEach(function (si, i) {
+ similarIndices.forEach(function (sj, j) {
+ if (i !== j) {
+ if (intersect(si, sj).length > 0) {
+ similarIndices[i] = similarIndices[i].concat(similarIndices[j]);
+ }
+ }
+ });
+ }); // then, we remove duplicates from the similarScale array
+
+ var uniqueSimilarIndices = similarIndices.map(function (item) {
+ return item.filter(function (i, pos) {
+ return item.indexOf(i) === pos;
+ });
+ }); // sort further to remove whole duplicate arrays later
+
+ var sortedIndices = uniqueSimilarIndices.map(function (s) {
+ return s.sort();
+ }); // remove undefined items
+
+ similarIndices = similarIndices.filter(function (s) {
+ return !!s;
+ });
+ var indices = sortedIndices.slice();
+ var stringIndices = indices.map(function (ind) {
+ return JSON.stringify(ind);
+ });
+ indices = indices.filter(function (ind, p) {
+ return stringIndices.indexOf(JSON.stringify(ind)) === p;
+ });
+ var sameScaleMinYArr = [];
+ var sameScaleMaxYArr = [];
+ minYArr.forEach(function (minYValue, yi) {
+ indices.forEach(function (scale, i) {
+ // we compare only the yIndex which exists in the indices array
+ if (scale.indexOf(yi) > -1) {
+ if (typeof sameScaleMinYArr[i] === 'undefined') {
+ sameScaleMinYArr[i] = [];
+ sameScaleMaxYArr[i] = [];
+ }
+
+ sameScaleMinYArr[i].push({
+ key: yi,
+ value: minYValue
+ });
+ sameScaleMaxYArr[i].push({
+ key: yi,
+ value: maxYArr[yi]
+ });
+ }
+ });
+ });
+ var sameScaleMin = Array.apply(null, Array(indices.length)).map(Number.prototype.valueOf, Number.MIN_VALUE);
+ var sameScaleMax = Array.apply(null, Array(indices.length)).map(Number.prototype.valueOf, -Number.MAX_VALUE);
+ sameScaleMinYArr.forEach(function (s, i) {
+ s.forEach(function (sc, j) {
+ sameScaleMin[i] = Math.min(sc.value, sameScaleMin[i]);
+ });
+ });
+ sameScaleMaxYArr.forEach(function (s, i) {
+ s.forEach(function (sc, j) {
+ sameScaleMax[i] = Math.max(sc.value, sameScaleMax[i]);
+ });
+ });
+ minYArr.forEach(function (min, i) {
+ sameScaleMaxYArr.forEach(function (s, si) {
+ var minY = sameScaleMin[si];
+ var maxY = sameScaleMax[si];
+
+ if (cnf.chart.stacked) {
+ // for stacked charts, we need to add the values
+ maxY = 0;
+ s.forEach(function (ind, k) {
+ // fix incorrectly adjust y scale issue #1215
+ if (ind.value !== -Number.MAX_VALUE) {
+ maxY += ind.value;
+ }
+
+ if (minY !== Number.MIN_VALUE) {
+ minY += sameScaleMinYArr[si][k].value;
+ }
+ });
+ }
+
+ s.forEach(function (ind, k) {
+ if (s[k].key === i) {
+ if (cnf.yaxis[i].min !== undefined) {
+ if (typeof cnf.yaxis[i].min === 'function') {
+ minY = cnf.yaxis[i].min(gl.minY);
+ } else {
+ minY = cnf.yaxis[i].min;
+ }
+ }
+
+ if (cnf.yaxis[i].max !== undefined) {
+ if (typeof cnf.yaxis[i].max === 'function') {
+ maxY = cnf.yaxis[i].max(gl.maxY);
+ } else {
+ maxY = cnf.yaxis[i].max;
+ }
+ }
+
+ _this2.setYScaleForIndex(i, minY, maxY);
+ }
+ });
+ });
+ });
+ } // experimental feature which scales the y-axis to a min/max based on x-axis range
+
+ }, {
+ key: "autoScaleY",
+ value: function autoScaleY(ctx, yaxis, e) {
+ if (!ctx) {
+ ctx = this;
+ }
+
+ var w = ctx.w;
+
+ if (w.globals.isMultipleYAxis || w.globals.collapsedSeries.length) {
+ // The autoScale option for multiple y-axis is turned off as it leads to buggy behavior.
+ // Also, when a series is collapsed, it results in incorrect behavior. Hence turned it off for that too - fixes apexcharts.js#795
+ console.warn('autoScaleYaxis is not supported in a multi-yaxis chart.');
+ return yaxis;
+ }
+
+ var seriesX = w.globals.seriesX[0];
+ var isStacked = w.config.chart.stacked;
+ yaxis.forEach(function (yaxe, yi) {
+ var firstXIndex = 0;
+
+ for (var xi = 0; xi < seriesX.length; xi++) {
+ if (seriesX[xi] >= e.xaxis.min) {
+ firstXIndex = xi;
+ break;
+ }
+ }
+
+ var initialMin = w.globals.minYArr[yi];
+ var initialMax = w.globals.maxYArr[yi];
+ var min, max;
+ var stackedSer = w.globals.stackedSeriesTotals;
+ w.globals.series.forEach(function (serie, sI) {
+ var firstValue = serie[firstXIndex];
+
+ if (isStacked) {
+ firstValue = stackedSer[firstXIndex];
+ min = max = firstValue;
+ stackedSer.forEach(function (y, yI) {
+ if (seriesX[yI] <= e.xaxis.max && seriesX[yI] >= e.xaxis.min) {
+ if (y > max && y !== null) max = y;
+ if (serie[yI] < min && serie[yI] !== null) min = serie[yI];
+ }
+ });
+ } else {
+ min = max = firstValue;
+ serie.forEach(function (y, yI) {
+ if (seriesX[yI] <= e.xaxis.max && seriesX[yI] >= e.xaxis.min) {
+ var valMin = y;
+ var valMax = y;
+ w.globals.series.forEach(function (wS, wSI) {
+ if (y !== null) {
+ valMin = Math.min(wS[yI], valMin);
+ valMax = Math.max(wS[yI], valMax);
+ }
+ });
+ if (valMax > max && valMax !== null) max = valMax;
+ if (valMin < min && valMin !== null) min = valMin;
+ }
+ });
+ }
+
+ if (min === undefined && max === undefined) {
+ min = initialMin;
+ max = initialMax;
+ }
+
+ min *= min < 0 ? 1.1 : 0.9;
+ max *= max < 0 ? 0.9 : 1.1;
+
+ if (max < 0 && max < initialMax) {
+ max = initialMax;
+ }
+
+ if (min < 0 && min > initialMin) {
+ min = initialMin;
+ }
+
+ if (yaxis.length > 1) {
+ yaxis[sI].min = yaxe.min === undefined ? min : yaxe.min;
+ yaxis[sI].max = yaxe.max === undefined ? max : yaxe.max;
+ } else {
+ yaxis[0].min = yaxe.min === undefined ? min : yaxe.min;
+ yaxis[0].max = yaxe.max === undefined ? max : yaxe.max;
+ }
+ });
+ });
+ return yaxis;
+ }
+ }]);
+
+ return Range;
+ }();
+
+ /**
+ * Range is used to generates values between min and max.
+ *
+ * @module Range
+ **/
+
+ var Range = /*#__PURE__*/function () {
+ function Range(ctx) {
+ _classCallCheck(this, Range);
+
+ this.ctx = ctx;
+ this.w = ctx.w;
+ this.scales = new Range$1(ctx);
+ }
+
+ _createClass(Range, [{
+ key: "init",
+ value: function init() {
+ this.setYRange();
+ this.setXRange();
+ this.setZRange();
+ }
+ }, {
+ key: "getMinYMaxY",
+ value: function getMinYMaxY(startingIndex) {
+ var lowestY = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : Number.MAX_VALUE;
+ var highestY = arguments.length > 2 && arguments[2] !== undefined ? arguments[2] : -Number.MAX_VALUE;
+ var len = arguments.length > 3 && arguments[3] !== undefined ? arguments[3] : null;
+ var cnf = this.w.config;
+ var gl = this.w.globals;
+ var maxY = -Number.MAX_VALUE;
+ var minY = Number.MIN_VALUE;
+
+ if (len === null) {
+ len = startingIndex + 1;
+ }
+
+ var series = gl.series;
+ var seriesMin = series;
+ var seriesMax = series;
+
+ if (cnf.chart.type === 'candlestick') {
+ seriesMin = gl.seriesCandleL;
+ seriesMax = gl.seriesCandleH;
+ } else if (cnf.chart.type === 'boxPlot') {
+ seriesMin = gl.seriesCandleO;
+ seriesMax = gl.seriesCandleC;
+ } else if (gl.isRangeData) {
+ seriesMin = gl.seriesRangeStart;
+ seriesMax = gl.seriesRangeEnd;
+ }
+
+ for (var i = startingIndex; i < len; i++) {
+ gl.dataPoints = Math.max(gl.dataPoints, series[i].length);
+
+ for (var j = 0; j < gl.series[i].length; j++) {
+ var val = series[i][j];
+
+ if (val !== null && Utils$1.isNumber(val)) {
+ if (typeof seriesMax[i][j] !== 'undefined') {
+ maxY = Math.max(maxY, seriesMax[i][j]);
+ lowestY = Math.min(lowestY, seriesMax[i][j]);
+ }
+
+ if (typeof seriesMin[i][j] !== 'undefined') {
+ lowestY = Math.min(lowestY, seriesMin[i][j]);
+ highestY = Math.max(highestY, seriesMin[i][j]);
+ }
+
+ if (this.w.config.chart.type === 'candlestick' || this.w.config.chart.type === 'boxPlot') {
+ if (typeof gl.seriesCandleC[i][j] !== 'undefined') {
+ maxY = Math.max(maxY, gl.seriesCandleO[i][j]);
+ maxY = Math.max(maxY, gl.seriesCandleH[i][j]);
+ maxY = Math.max(maxY, gl.seriesCandleL[i][j]);
+ maxY = Math.max(maxY, gl.seriesCandleC[i][j]);
+
+ if (this.w.config.chart.type === 'boxPlot') {
+ maxY = Math.max(maxY, gl.seriesCandleM[i][j]);
+ }
+ } // there is a combo chart and the specified series in not either candlestick or boxplot, find the max there
+
+
+ if (cnf.series[i].type && (cnf.series[i].type !== 'candlestick' || cnf.series[i].type !== 'boxPlot')) {
+ maxY = Math.max(maxY, gl.series[i][j]);
+ lowestY = Math.min(lowestY, gl.series[i][j]);
+ }
+
+ highestY = maxY;
+ }
+
+ if (gl.seriesGoals[i] && gl.seriesGoals[i][j] && Array.isArray(gl.seriesGoals[i][j])) {
+ gl.seriesGoals[i][j].forEach(function (g) {
+ if (minY !== Number.MIN_VALUE) {
+ minY = Math.min(minY, g.value);
+ lowestY = minY;
+ }
+
+ maxY = Math.max(maxY, g.value);
+ highestY = maxY;
+ });
+ }
+
+ if (Utils$1.isFloat(val)) {
+ val = Utils$1.noExponents(val);
+ gl.yValueDecimal = Math.max(gl.yValueDecimal, val.toString().split('.')[1].length);
+ }
+
+ if (minY > seriesMin[i][j] && seriesMin[i][j] < 0) {
+ minY = seriesMin[i][j];
+ }
+ } else {
+ gl.hasNullValues = true;
+ }
+ }
+ }
+
+ if (cnf.chart.type === 'rangeBar' && gl.seriesRangeStart.length && gl.isBarHorizontal) {
+ minY = lowestY;
+ }
+
+ if (cnf.chart.type === 'bar') {
+ if (minY < 0 && maxY < 0) {
+ // all negative values in a bar chart, hence make the max to 0
+ maxY = 0;
+ }
+
+ if (minY === Number.MIN_VALUE) {
+ minY = 0;
+ }
+ }
+
+ return {
+ minY: minY,
+ maxY: maxY,
+ lowestY: lowestY,
+ highestY: highestY
+ };
+ }
+ }, {
+ key: "setYRange",
+ value: function setYRange() {
+ var gl = this.w.globals;
+ var cnf = this.w.config;
+ gl.maxY = -Number.MAX_VALUE;
+ gl.minY = Number.MIN_VALUE;
+ var lowestYInAllSeries = Number.MAX_VALUE;
+
+ if (gl.isMultipleYAxis) {
+ // we need to get minY and maxY for multiple y axis
+ for (var i = 0; i < gl.series.length; i++) {
+ var minYMaxYArr = this.getMinYMaxY(i, lowestYInAllSeries, null, i + 1);
+ gl.minYArr.push(minYMaxYArr.minY);
+ gl.maxYArr.push(minYMaxYArr.maxY);
+ lowestYInAllSeries = minYMaxYArr.lowestY;
+ }
+ } // and then, get the minY and maxY from all series
+
+
+ var minYMaxY = this.getMinYMaxY(0, lowestYInAllSeries, null, gl.series.length);
+ gl.minY = minYMaxY.minY;
+ gl.maxY = minYMaxY.maxY;
+ lowestYInAllSeries = minYMaxY.lowestY;
+
+ if (cnf.chart.stacked) {
+ this._setStackedMinMax();
+ } // if the numbers are too big, reduce the range
+ // for eg, if number is between 100000-110000, putting 0 as the lowest value is not so good idea. So change the gl.minY for line/area/candlesticks/boxPlot
+
+
+ if (cnf.chart.type === 'line' || cnf.chart.type === 'area' || cnf.chart.type === 'candlestick' || cnf.chart.type === 'boxPlot' || cnf.chart.type === 'rangeBar' && !gl.isBarHorizontal) {
+ if (gl.minY === Number.MIN_VALUE && lowestYInAllSeries !== -Number.MAX_VALUE && lowestYInAllSeries !== gl.maxY // single value possibility
+ ) {
+ var diff = gl.maxY - lowestYInAllSeries;
+
+ if (lowestYInAllSeries >= 0 && lowestYInAllSeries <= 10 || cnf.yaxis[0].min !== undefined || cnf.yaxis[0].max !== undefined) {
+ // if minY is already 0/low value, we don't want to go negatives here - so this check is essential.
+ diff = 0;
+ }
+
+ gl.minY = lowestYInAllSeries - diff * 5 / 100;
+ /* fix https://github.com/apexcharts/apexcharts.js/issues/614 */
+
+ /* fix https://github.com/apexcharts/apexcharts.js/issues/968 */
+
+ if (lowestYInAllSeries > 0 && gl.minY < 0) {
+ gl.minY = 0;
+ }
+ /* fix https://github.com/apexcharts/apexcharts.js/issues/426 */
+
+
+ gl.maxY = gl.maxY + diff * 5 / 100;
+ }
+ }
+
+ cnf.yaxis.forEach(function (yaxe, index) {
+ // override all min/max values by user defined values (y axis)
+ if (yaxe.max !== undefined) {
+ if (typeof yaxe.max === 'number') {
+ gl.maxYArr[index] = yaxe.max;
+ } else if (typeof yaxe.max === 'function') {
+ // fixes apexcharts.js/issues/2098
+ gl.maxYArr[index] = yaxe.max(gl.isMultipleYAxis ? gl.maxYArr[index] : gl.maxY);
+ } // gl.maxY is for single y-axis chart, it will be ignored in multi-yaxis
+
+
+ gl.maxY = gl.maxYArr[index];
+ }
+
+ if (yaxe.min !== undefined) {
+ if (typeof yaxe.min === 'number') {
+ gl.minYArr[index] = yaxe.min;
+ } else if (typeof yaxe.min === 'function') {
+ // fixes apexcharts.js/issues/2098
+ gl.minYArr[index] = yaxe.min(gl.isMultipleYAxis ? gl.minYArr[index] === Number.MIN_VALUE ? 0 : gl.minYArr[index] : gl.minY);
+ } // gl.minY is for single y-axis chart, it will be ignored in multi-yaxis
+
+
+ gl.minY = gl.minYArr[index];
+ }
+ }); // for horizontal bar charts, we need to check xaxis min/max as user may have specified there
+
+ if (gl.isBarHorizontal) {
+ var minmax = ['min', 'max'];
+ minmax.forEach(function (m) {
+ if (cnf.xaxis[m] !== undefined && typeof cnf.xaxis[m] === 'number') {
+ m === 'min' ? gl.minY = cnf.xaxis[m] : gl.maxY = cnf.xaxis[m];
+ }
+ });
+ } // for multi y-axis we need different scales for each
+
+
+ if (gl.isMultipleYAxis) {
+ this.scales.setMultipleYScales();
+ gl.minY = lowestYInAllSeries;
+ gl.yAxisScale.forEach(function (scale, i) {
+ gl.minYArr[i] = scale.niceMin;
+ gl.maxYArr[i] = scale.niceMax;
+ });
+ } else {
+ this.scales.setYScaleForIndex(0, gl.minY, gl.maxY);
+ gl.minY = gl.yAxisScale[0].niceMin;
+ gl.maxY = gl.yAxisScale[0].niceMax;
+ gl.minYArr[0] = gl.yAxisScale[0].niceMin;
+ gl.maxYArr[0] = gl.yAxisScale[0].niceMax;
+ }
+
+ return {
+ minY: gl.minY,
+ maxY: gl.maxY,
+ minYArr: gl.minYArr,
+ maxYArr: gl.maxYArr,
+ yAxisScale: gl.yAxisScale
+ };
+ }
+ }, {
+ key: "setXRange",
+ value: function setXRange() {
+ var gl = this.w.globals;
+ var cnf = this.w.config;
+ var isXNumeric = cnf.xaxis.type === 'numeric' || cnf.xaxis.type === 'datetime' || cnf.xaxis.type === 'category' && !gl.noLabelsProvided || gl.noLabelsProvided || gl.isXNumeric;
+
+ var getInitialMinXMaxX = function getInitialMinXMaxX() {
+ for (var i = 0; i < gl.series.length; i++) {
+ if (gl.labels[i]) {
+ for (var j = 0; j < gl.labels[i].length; j++) {
+ if (gl.labels[i][j] !== null && Utils$1.isNumber(gl.labels[i][j])) {
+ gl.maxX = Math.max(gl.maxX, gl.labels[i][j]);
+ gl.initialMaxX = Math.max(gl.maxX, gl.labels[i][j]);
+ gl.minX = Math.min(gl.minX, gl.labels[i][j]);
+ gl.initialMinX = Math.min(gl.minX, gl.labels[i][j]);
+ }
+ }
+ }
+ }
+ }; // minX maxX starts here
+
+
+ if (gl.isXNumeric) {
+ getInitialMinXMaxX();
+ }
+
+ if (gl.noLabelsProvided) {
+ if (cnf.xaxis.categories.length === 0) {
+ gl.maxX = gl.labels[gl.labels.length - 1];
+ gl.initialMaxX = gl.labels[gl.labels.length - 1];
+ gl.minX = 1;
+ gl.initialMinX = 1;
+ }
+ }
+
+ if (gl.isXNumeric || gl.noLabelsProvided || gl.dataFormatXNumeric) {
+ var ticks;
+
+ if (cnf.xaxis.tickAmount === undefined) {
+ ticks = Math.round(gl.svgWidth / 150); // no labels provided and total number of dataPoints is less than 30
+
+ if (cnf.xaxis.type === 'numeric' && gl.dataPoints < 30) {
+ ticks = gl.dataPoints - 1;
+ } // this check is for when ticks exceeds total datapoints and that would result in duplicate labels
+
+
+ if (ticks > gl.dataPoints && gl.dataPoints !== 0) {
+ ticks = gl.dataPoints - 1;
+ }
+ } else if (cnf.xaxis.tickAmount === 'dataPoints') {
+ if (gl.series.length > 1) {
+ ticks = gl.series[gl.maxValsInArrayIndex].length - 1;
+ }
+
+ if (gl.isXNumeric) {
+ ticks = gl.maxX - gl.minX - 1;
+ }
+ } else {
+ ticks = cnf.xaxis.tickAmount;
+ }
+
+ gl.xTickAmount = ticks; // override all min/max values by user defined values (x axis)
+
+ if (cnf.xaxis.max !== undefined && typeof cnf.xaxis.max === 'number') {
+ gl.maxX = cnf.xaxis.max;
+ }
+
+ if (cnf.xaxis.min !== undefined && typeof cnf.xaxis.min === 'number') {
+ gl.minX = cnf.xaxis.min;
+ } // if range is provided, adjust the new minX
+
+
+ if (cnf.xaxis.range !== undefined) {
+ gl.minX = gl.maxX - cnf.xaxis.range;
+ }
+
+ if (gl.minX !== Number.MAX_VALUE && gl.maxX !== -Number.MAX_VALUE) {
+ if (cnf.xaxis.convertedCatToNumeric && !gl.dataFormatXNumeric) {
+ var catScale = [];
+
+ for (var i = gl.minX - 1; i < gl.maxX; i++) {
+ catScale.push(i + 1);
+ }
+
+ gl.xAxisScale = {
+ result: catScale,
+ niceMin: catScale[0],
+ niceMax: catScale[catScale.length - 1]
+ };
+ } else {
+ gl.xAxisScale = this.scales.setXScale(gl.minX, gl.maxX);
+ }
+ } else {
+ gl.xAxisScale = this.scales.linearScale(1, ticks, ticks);
+
+ if (gl.noLabelsProvided && gl.labels.length > 0) {
+ gl.xAxisScale = this.scales.linearScale(1, gl.labels.length, ticks - 1); // this is the only place seriesX is again mutated
+
+ gl.seriesX = gl.labels.slice();
+ }
+ } // we will still store these labels as the count for this will be different (to draw grid and labels placement)
+
+
+ if (isXNumeric) {
+ gl.labels = gl.xAxisScale.result.slice();
+ }
+ }
+
+ if (gl.isBarHorizontal && gl.labels.length) {
+ gl.xTickAmount = gl.labels.length;
+ } // single dataPoint
+
+
+ this._handleSingleDataPoint(); // minimum x difference to calculate bar width in numeric bars
+
+
+ this._getMinXDiff();
+
+ return {
+ minX: gl.minX,
+ maxX: gl.maxX
+ };
+ }
+ }, {
+ key: "setZRange",
+ value: function setZRange() {
+ // minZ, maxZ starts here
+ var gl = this.w.globals;
+ if (!gl.isDataXYZ) return;
+
+ for (var i = 0; i < gl.series.length; i++) {
+ if (typeof gl.seriesZ[i] !== 'undefined') {
+ for (var j = 0; j < gl.seriesZ[i].length; j++) {
+ if (gl.seriesZ[i][j] !== null && Utils$1.isNumber(gl.seriesZ[i][j])) {
+ gl.maxZ = Math.max(gl.maxZ, gl.seriesZ[i][j]);
+ gl.minZ = Math.min(gl.minZ, gl.seriesZ[i][j]);
+ }
+ }
+ }
+ }
+ }
+ }, {
+ key: "_handleSingleDataPoint",
+ value: function _handleSingleDataPoint() {
+ var gl = this.w.globals;
+ var cnf = this.w.config;
+
+ if (gl.minX === gl.maxX) {
+ var datetimeObj = new DateTime(this.ctx);
+
+ if (cnf.xaxis.type === 'datetime') {
+ var newMinX = datetimeObj.getDate(gl.minX);
+ newMinX.setUTCDate(newMinX.getDate() - 2);
+ gl.minX = new Date(newMinX).getTime();
+ var newMaxX = datetimeObj.getDate(gl.maxX);
+ newMaxX.setUTCDate(newMaxX.getDate() + 2);
+ gl.maxX = new Date(newMaxX).getTime();
+ } else if (cnf.xaxis.type === 'numeric' || cnf.xaxis.type === 'category' && !gl.noLabelsProvided) {
+ gl.minX = gl.minX - 2;
+ gl.initialMinX = gl.minX;
+ gl.maxX = gl.maxX + 2;
+ gl.initialMaxX = gl.maxX;
+ }
+ }
+ }
+ }, {
+ key: "_getMinXDiff",
+ value: function _getMinXDiff() {
+ var gl = this.w.globals;
+
+ if (gl.isXNumeric) {
+ // get the least x diff if numeric x axis is present
+ gl.seriesX.forEach(function (sX, i) {
+ if (sX.length === 1) {
+ // a small hack to prevent overlapping multiple bars when there is just 1 datapoint in bar series.
+ // fix #811
+ sX.push(gl.seriesX[gl.maxValsInArrayIndex][gl.seriesX[gl.maxValsInArrayIndex].length - 1]);
+ } // fix #983 (clone the array to avoid side effects)
+
+
+ var seriesX = sX.slice();
+ seriesX.sort(function (a, b) {
+ return a - b;
+ });
+ seriesX.forEach(function (s, j) {
+ if (j > 0) {
+ var xDiff = s - seriesX[j - 1];
+
+ if (xDiff > 0) {
+ gl.minXDiff = Math.min(xDiff, gl.minXDiff);
+ }
+ }
+ });
+
+ if (gl.dataPoints === 1 && gl.minXDiff === Number.MAX_VALUE) {
+ // fixes apexcharts.js #1221
+ gl.minXDiff = 0.5;
+ }
+ });
+ }
+ }
+ }, {
+ key: "_setStackedMinMax",
+ value: function _setStackedMinMax() {
+ var gl = this.w.globals; // for stacked charts, we calculate each series's parallel values. i.e, series[0][j] + series[1][j] .... [series[i.length][j]] and get the max out of it
+
+ var stackedPoss = [];
+ var stackedNegs = [];
+
+ if (gl.series.length) {
+ for (var j = 0; j < gl.series[gl.maxValsInArrayIndex].length; j++) {
+ var poss = 0;
+ var negs = 0;
+
+ for (var i = 0; i < gl.series.length; i++) {
+ if (gl.series[i][j] !== null && Utils$1.isNumber(gl.series[i][j])) {
+ // 0.0001 fixes #185 when values are very small
+ gl.series[i][j] > 0 ? poss = poss + parseFloat(gl.series[i][j]) + 0.0001 : negs = negs + parseFloat(gl.series[i][j]);
+ }
+
+ if (i === gl.series.length - 1) {
+ // push all the totals to the array for future use
+ stackedPoss.push(poss);
+ stackedNegs.push(negs);
+ }
+ }
+ }
+ } // get the max/min out of the added parallel values
+
+
+ for (var z = 0; z < stackedPoss.length; z++) {
+ gl.maxY = Math.max(gl.maxY, stackedPoss[z]);
+ gl.minY = Math.min(gl.minY, stackedNegs[z]);
+ }
+ }
+ }]);
+
+ return Range;
+ }();
+
+ /**
+ * ApexCharts YAxis Class for drawing Y-Axis.
+ *
+ * @module YAxis
+ **/
+
+ var YAxis = /*#__PURE__*/function () {
+ function YAxis(ctx) {
+ _classCallCheck(this, YAxis);
+
+ this.ctx = ctx;
+ this.w = ctx.w;
+ var w = this.w;
+ this.xaxisFontSize = w.config.xaxis.labels.style.fontSize;
+ this.axisFontFamily = w.config.xaxis.labels.style.fontFamily;
+ this.xaxisForeColors = w.config.xaxis.labels.style.colors;
+ this.isCategoryBarHorizontal = w.config.chart.type === 'bar' && w.config.plotOptions.bar.horizontal;
+ this.xAxisoffX = 0;
+
+ if (w.config.xaxis.position === 'bottom') {
+ this.xAxisoffX = w.globals.gridHeight;
+ }
+
+ this.drawnLabels = [];
+ this.axesUtils = new AxesUtils(ctx);
+ }
+
+ _createClass(YAxis, [{
+ key: "drawYaxis",
+ value: function drawYaxis(realIndex) {
+ var _this = this;
+
+ var w = this.w;
+ var graphics = new Graphics(this.ctx);
+ var yaxisStyle = w.config.yaxis[realIndex].labels.style;
+ var yaxisFontSize = yaxisStyle.fontSize;
+ var yaxisFontFamily = yaxisStyle.fontFamily;
+ var yaxisFontWeight = yaxisStyle.fontWeight;
+ var elYaxis = graphics.group({
+ class: 'apexcharts-yaxis',
+ rel: realIndex,
+ transform: 'translate(' + w.globals.translateYAxisX[realIndex] + ', 0)'
+ });
+
+ if (this.axesUtils.isYAxisHidden(realIndex)) {
+ return elYaxis;
+ }
+
+ var elYaxisTexts = graphics.group({
+ class: 'apexcharts-yaxis-texts-g'
+ });
+ elYaxis.add(elYaxisTexts);
+ var tickAmount = w.globals.yAxisScale[realIndex].result.length - 1; // labelsDivider is simply svg height/number of ticks
+
+ var labelsDivider = w.globals.gridHeight / tickAmount; // initial label position = 0;
+
+ var l = w.globals.translateY;
+ var lbFormatter = w.globals.yLabelFormatters[realIndex];
+ var labels = w.globals.yAxisScale[realIndex].result.slice();
+ labels = this.axesUtils.checkForReversedLabels(realIndex, labels);
+ var firstLabel = '';
+
+ if (w.config.yaxis[realIndex].labels.show) {
+ var _loop = function _loop(i) {
+ var val = labels[i];
+ val = lbFormatter(val, i, w);
+ var xPad = w.config.yaxis[realIndex].labels.padding;
+
+ if (w.config.yaxis[realIndex].opposite && w.config.yaxis.length !== 0) {
+ xPad = xPad * -1;
+ }
+
+ var yColors = _this.axesUtils.getYAxisForeColor(yaxisStyle.colors, realIndex);
+
+ var getForeColor = function getForeColor() {
+ return Array.isArray(yColors) ? yColors[i] : yColors;
+ };
+
+ var label = graphics.drawText({
+ x: xPad,
+ y: l + tickAmount / 10 + w.config.yaxis[realIndex].labels.offsetY + 1,
+ text: val,
+ textAnchor: w.config.yaxis[realIndex].opposite ? 'start' : 'end',
+ fontSize: yaxisFontSize,
+ fontFamily: yaxisFontFamily,
+ fontWeight: yaxisFontWeight,
+ foreColor: getForeColor(),
+ isPlainText: false,
+ cssClass: 'apexcharts-yaxis-label ' + yaxisStyle.cssClass
+ });
+
+ if (i === tickAmount) {
+ firstLabel = label;
+ }
+
+ elYaxisTexts.add(label);
+ var elTooltipTitle = document.createElementNS(w.globals.SVGNS, 'title');
+ elTooltipTitle.textContent = Array.isArray(val) ? val.join(' ') : val;
+ label.node.appendChild(elTooltipTitle);
+
+ if (w.config.yaxis[realIndex].labels.rotate !== 0) {
+ var firstabelRotatingCenter = graphics.rotateAroundCenter(firstLabel.node);
+ var labelRotatingCenter = graphics.rotateAroundCenter(label.node);
+ label.node.setAttribute('transform', "rotate(".concat(w.config.yaxis[realIndex].labels.rotate, " ").concat(firstabelRotatingCenter.x, " ").concat(labelRotatingCenter.y, ")"));
+ }
+
+ l = l + labelsDivider;
+ };
+
+ for (var i = tickAmount; i >= 0; i--) {
+ _loop(i);
+ }
+ }
+
+ if (w.config.yaxis[realIndex].title.text !== undefined) {
+ var elYaxisTitle = graphics.group({
+ class: 'apexcharts-yaxis-title'
+ });
+ var _x = 0;
+
+ if (w.config.yaxis[realIndex].opposite) {
+ _x = w.globals.translateYAxisX[realIndex];
+ }
+
+ var elYAxisTitleText = graphics.drawText({
+ x: _x,
+ y: w.globals.gridHeight / 2 + w.globals.translateY + w.config.yaxis[realIndex].title.offsetY,
+ text: w.config.yaxis[realIndex].title.text,
+ textAnchor: 'end',
+ foreColor: w.config.yaxis[realIndex].title.style.color,
+ fontSize: w.config.yaxis[realIndex].title.style.fontSize,
+ fontWeight: w.config.yaxis[realIndex].title.style.fontWeight,
+ fontFamily: w.config.yaxis[realIndex].title.style.fontFamily,
+ cssClass: 'apexcharts-yaxis-title-text ' + w.config.yaxis[realIndex].title.style.cssClass
+ });
+ elYaxisTitle.add(elYAxisTitleText);
+ elYaxis.add(elYaxisTitle);
+ }
+
+ var axisBorder = w.config.yaxis[realIndex].axisBorder;
+ var x = 31 + axisBorder.offsetX;
+
+ if (w.config.yaxis[realIndex].opposite) {
+ x = -31 - axisBorder.offsetX;
+ }
+
+ if (axisBorder.show) {
+ var elVerticalLine = graphics.drawLine(x, w.globals.translateY + axisBorder.offsetY - 2, x, w.globals.gridHeight + w.globals.translateY + axisBorder.offsetY + 2, axisBorder.color, 0, axisBorder.width);
+ elYaxis.add(elVerticalLine);
+ }
+
+ if (w.config.yaxis[realIndex].axisTicks.show) {
+ this.axesUtils.drawYAxisTicks(x, tickAmount, axisBorder, w.config.yaxis[realIndex].axisTicks, realIndex, labelsDivider, elYaxis);
+ }
+
+ return elYaxis;
+ } // This actually becomes horizontal axis (for bar charts)
+
+ }, {
+ key: "drawYaxisInversed",
+ value: function drawYaxisInversed(realIndex) {
+ var w = this.w;
+ var graphics = new Graphics(this.ctx);
+ var elXaxis = graphics.group({
+ class: 'apexcharts-xaxis apexcharts-yaxis-inversed'
+ });
+ var elXaxisTexts = graphics.group({
+ class: 'apexcharts-xaxis-texts-g',
+ transform: "translate(".concat(w.globals.translateXAxisX, ", ").concat(w.globals.translateXAxisY, ")")
+ });
+ elXaxis.add(elXaxisTexts);
+ var tickAmount = w.globals.yAxisScale[realIndex].result.length - 1; // labelsDivider is simply svg width/number of ticks
+
+ var labelsDivider = w.globals.gridWidth / tickAmount + 0.1; // initial label position;
+
+ var l = labelsDivider + w.config.xaxis.labels.offsetX;
+ var lbFormatter = w.globals.xLabelFormatter;
+ var labels = w.globals.yAxisScale[realIndex].result.slice();
+ var timescaleLabels = w.globals.timescaleLabels;
+
+ if (timescaleLabels.length > 0) {
+ this.xaxisLabels = timescaleLabels.slice();
+ labels = timescaleLabels.slice();
+ tickAmount = labels.length;
+ }
+
+ labels = this.axesUtils.checkForReversedLabels(realIndex, labels);
+ var tl = timescaleLabels.length;
+
+ if (w.config.xaxis.labels.show) {
+ for (var i = tl ? 0 : tickAmount; tl ? i < tl : i >= 0; tl ? i++ : i--) {
+ var val = labels[i];
+ val = lbFormatter(val, i, w);
+ var x = w.globals.gridWidth + w.globals.padHorizontal - (l - labelsDivider + w.config.xaxis.labels.offsetX);
+
+ if (timescaleLabels.length) {
+ var label = this.axesUtils.getLabel(labels, timescaleLabels, x, i, this.drawnLabels, this.xaxisFontSize);
+ x = label.x;
+ val = label.text;
+ this.drawnLabels.push(label.text);
+
+ if (i === 0 && w.globals.skipFirstTimelinelabel) {
+ val = '';
+ }
+
+ if (i === labels.length - 1 && w.globals.skipLastTimelinelabel) {
+ val = '';
+ }
+ }
+
+ var elTick = graphics.drawText({
+ x: x,
+ y: this.xAxisoffX + w.config.xaxis.labels.offsetY + 30 - (w.config.xaxis.position === 'top' ? w.globals.xAxisHeight + w.config.xaxis.axisTicks.height - 2 : 0),
+ text: val,
+ textAnchor: 'middle',
+ foreColor: Array.isArray(this.xaxisForeColors) ? this.xaxisForeColors[realIndex] : this.xaxisForeColors,
+ fontSize: this.xaxisFontSize,
+ fontFamily: this.xaxisFontFamily,
+ fontWeight: w.config.xaxis.labels.style.fontWeight,
+ isPlainText: false,
+ cssClass: 'apexcharts-xaxis-label ' + w.config.xaxis.labels.style.cssClass
+ });
+ elXaxisTexts.add(elTick);
+ elTick.tspan(val);
+ var elTooltipTitle = document.createElementNS(w.globals.SVGNS, 'title');
+ elTooltipTitle.textContent = val;
+ elTick.node.appendChild(elTooltipTitle);
+ l = l + labelsDivider;
+ }
+ }
+
+ this.inversedYAxisTitleText(elXaxis);
+ this.inversedYAxisBorder(elXaxis);
+ return elXaxis;
+ }
+ }, {
+ key: "inversedYAxisBorder",
+ value: function inversedYAxisBorder(parent) {
+ var w = this.w;
+ var graphics = new Graphics(this.ctx);
+ var axisBorder = w.config.xaxis.axisBorder;
+
+ if (axisBorder.show) {
+ var lineCorrection = 0;
+
+ if (w.config.chart.type === 'bar' && w.globals.isXNumeric) {
+ lineCorrection = lineCorrection - 15;
+ }
+
+ var elHorzLine = graphics.drawLine(w.globals.padHorizontal + lineCorrection + axisBorder.offsetX, this.xAxisoffX, w.globals.gridWidth, this.xAxisoffX, axisBorder.color, 0, axisBorder.height);
+ parent.add(elHorzLine);
+ }
+ }
+ }, {
+ key: "inversedYAxisTitleText",
+ value: function inversedYAxisTitleText(parent) {
+ var w = this.w;
+ var graphics = new Graphics(this.ctx);
+
+ if (w.config.xaxis.title.text !== undefined) {
+ var elYaxisTitle = graphics.group({
+ class: 'apexcharts-xaxis-title apexcharts-yaxis-title-inversed'
+ });
+ var elYAxisTitleText = graphics.drawText({
+ x: w.globals.gridWidth / 2 + w.config.xaxis.title.offsetX,
+ y: this.xAxisoffX + parseFloat(this.xaxisFontSize) + parseFloat(w.config.xaxis.title.style.fontSize) + w.config.xaxis.title.offsetY + 20,
+ text: w.config.xaxis.title.text,
+ textAnchor: 'middle',
+ fontSize: w.config.xaxis.title.style.fontSize,
+ fontFamily: w.config.xaxis.title.style.fontFamily,
+ fontWeight: w.config.xaxis.title.style.fontWeight,
+ foreColor: w.config.xaxis.title.style.color,
+ cssClass: 'apexcharts-xaxis-title-text ' + w.config.xaxis.title.style.cssClass
+ });
+ elYaxisTitle.add(elYAxisTitleText);
+ parent.add(elYaxisTitle);
+ }
+ }
+ }, {
+ key: "yAxisTitleRotate",
+ value: function yAxisTitleRotate(realIndex, yAxisOpposite) {
+ var w = this.w;
+ var graphics = new Graphics(this.ctx);
+ var yAxisLabelsCoord = {
+ width: 0,
+ height: 0
+ };
+ var yAxisTitleCoord = {
+ width: 0,
+ height: 0
+ };
+ var elYAxisLabelsWrap = w.globals.dom.baseEl.querySelector(" .apexcharts-yaxis[rel='".concat(realIndex, "'] .apexcharts-yaxis-texts-g"));
+
+ if (elYAxisLabelsWrap !== null) {
+ yAxisLabelsCoord = elYAxisLabelsWrap.getBoundingClientRect();
+ }
+
+ var yAxisTitle = w.globals.dom.baseEl.querySelector(".apexcharts-yaxis[rel='".concat(realIndex, "'] .apexcharts-yaxis-title text"));
+
+ if (yAxisTitle !== null) {
+ yAxisTitleCoord = yAxisTitle.getBoundingClientRect();
+ }
+
+ if (yAxisTitle !== null) {
+ var x = this.xPaddingForYAxisTitle(realIndex, yAxisLabelsCoord, yAxisTitleCoord, yAxisOpposite);
+ yAxisTitle.setAttribute('x', x.xPos - (yAxisOpposite ? 10 : 0));
+ }
+
+ if (yAxisTitle !== null) {
+ var titleRotatingCenter = graphics.rotateAroundCenter(yAxisTitle);
+ yAxisTitle.setAttribute('transform', "rotate(".concat(yAxisOpposite ? w.config.yaxis[realIndex].title.rotate * -1 : w.config.yaxis[realIndex].title.rotate, " ").concat(titleRotatingCenter.x, " ").concat(titleRotatingCenter.y, ")"));
+ }
+ }
+ }, {
+ key: "xPaddingForYAxisTitle",
+ value: function xPaddingForYAxisTitle(realIndex, yAxisLabelsCoord, yAxisTitleCoord, yAxisOpposite) {
+ var w = this.w;
+ var oppositeAxisCount = 0;
+ var x = 0;
+ var padd = 10;
+
+ if (w.config.yaxis[realIndex].title.text === undefined || realIndex < 0) {
+ return {
+ xPos: x,
+ padd: 0
+ };
+ }
+
+ if (yAxisOpposite) {
+ x = yAxisLabelsCoord.width + w.config.yaxis[realIndex].title.offsetX + yAxisTitleCoord.width / 2 + padd / 2;
+ oppositeAxisCount += 1;
+
+ if (oppositeAxisCount === 0) {
+ x = x - padd / 2;
+ }
+ } else {
+ x = yAxisLabelsCoord.width * -1 + w.config.yaxis[realIndex].title.offsetX + padd / 2 + yAxisTitleCoord.width / 2;
+
+ if (w.globals.isBarHorizontal) {
+ padd = 25;
+ x = yAxisLabelsCoord.width * -1 - w.config.yaxis[realIndex].title.offsetX - padd;
+ }
+ }
+
+ return {
+ xPos: x,
+ padd: padd
+ };
+ } // sets the x position of the y-axis by counting the labels width, title width and any offset
+
+ }, {
+ key: "setYAxisXPosition",
+ value: function setYAxisXPosition(yaxisLabelCoords, yTitleCoords) {
+ var w = this.w;
+ var xLeft = 0;
+ var xRight = 0;
+ var leftOffsetX = 18;
+ var rightOffsetX = 1;
+
+ if (w.config.yaxis.length > 1) {
+ this.multipleYs = true;
+ }
+
+ w.config.yaxis.map(function (yaxe, index) {
+ var shouldNotDrawAxis = w.globals.ignoreYAxisIndexes.indexOf(index) > -1 || !yaxe.show || yaxe.floating || yaxisLabelCoords[index].width === 0;
+ var axisWidth = yaxisLabelCoords[index].width + yTitleCoords[index].width;
+
+ if (!yaxe.opposite) {
+ xLeft = w.globals.translateX - leftOffsetX;
+
+ if (!shouldNotDrawAxis) {
+ leftOffsetX = leftOffsetX + axisWidth + 20;
+ }
+
+ w.globals.translateYAxisX[index] = xLeft + yaxe.labels.offsetX;
+ } else {
+ if (w.globals.isBarHorizontal) {
+ xRight = w.globals.gridWidth + w.globals.translateX - 1;
+ w.globals.translateYAxisX[index] = xRight - yaxe.labels.offsetX;
+ } else {
+ xRight = w.globals.gridWidth + w.globals.translateX + rightOffsetX;
+
+ if (!shouldNotDrawAxis) {
+ rightOffsetX = rightOffsetX + axisWidth + 20;
+ }
+
+ w.globals.translateYAxisX[index] = xRight - yaxe.labels.offsetX + 20;
+ }
+ }
+ });
+ }
+ }, {
+ key: "setYAxisTextAlignments",
+ value: function setYAxisTextAlignments() {
+ var w = this.w;
+ var yaxis = w.globals.dom.baseEl.getElementsByClassName("apexcharts-yaxis");
+ yaxis = Utils$1.listToArray(yaxis);
+ yaxis.forEach(function (y, index) {
+ var yaxe = w.config.yaxis[index]; // proceed only if user has specified alignment
+
+ if (yaxe && yaxe.labels.align !== undefined) {
+ var yAxisInner = w.globals.dom.baseEl.querySelector(".apexcharts-yaxis[rel='".concat(index, "'] .apexcharts-yaxis-texts-g"));
+ var yAxisTexts = w.globals.dom.baseEl.querySelectorAll(".apexcharts-yaxis[rel='".concat(index, "'] .apexcharts-yaxis-label"));
+ yAxisTexts = Utils$1.listToArray(yAxisTexts);
+ var rect = yAxisInner.getBoundingClientRect();
+
+ if (yaxe.labels.align === 'left') {
+ yAxisTexts.forEach(function (label, lI) {
+ label.setAttribute('text-anchor', 'start');
+ });
+
+ if (!yaxe.opposite) {
+ yAxisInner.setAttribute('transform', "translate(-".concat(rect.width, ", 0)"));
+ }
+ } else if (yaxe.labels.align === 'center') {
+ yAxisTexts.forEach(function (label, lI) {
+ label.setAttribute('text-anchor', 'middle');
+ });
+ yAxisInner.setAttribute('transform', "translate(".concat(rect.width / 2 * (!yaxe.opposite ? -1 : 1), ", 0)"));
+ } else if (yaxe.labels.align === 'right') {
+ yAxisTexts.forEach(function (label, lI) {
+ label.setAttribute('text-anchor', 'end');
+ });
+
+ if (yaxe.opposite) {
+ yAxisInner.setAttribute('transform', "translate(".concat(rect.width, ", 0)"));
+ }
+ }
+ }
+ });
+ }
+ }]);
+
+ return YAxis;
+ }();
+
+ var Events = /*#__PURE__*/function () {
+ function Events(ctx) {
+ _classCallCheck(this, Events);
+
+ this.ctx = ctx;
+ this.w = ctx.w;
+ this.documentEvent = Utils$1.bind(this.documentEvent, this);
+ }
+
+ _createClass(Events, [{
+ key: "addEventListener",
+ value: function addEventListener(name, handler) {
+ var w = this.w;
+
+ if (w.globals.events.hasOwnProperty(name)) {
+ w.globals.events[name].push(handler);
+ } else {
+ w.globals.events[name] = [handler];
+ }
+ }
+ }, {
+ key: "removeEventListener",
+ value: function removeEventListener(name, handler) {
+ var w = this.w;
+
+ if (!w.globals.events.hasOwnProperty(name)) {
+ return;
+ }
+
+ var index = w.globals.events[name].indexOf(handler);
+
+ if (index !== -1) {
+ w.globals.events[name].splice(index, 1);
+ }
+ }
+ }, {
+ key: "fireEvent",
+ value: function fireEvent(name, args) {
+ var w = this.w;
+
+ if (!w.globals.events.hasOwnProperty(name)) {
+ return;
+ }
+
+ if (!args || !args.length) {
+ args = [];
+ }
+
+ var evs = w.globals.events[name];
+ var l = evs.length;
+
+ for (var i = 0; i < l; i++) {
+ evs[i].apply(null, args);
+ }
+ }
+ }, {
+ key: "setupEventHandlers",
+ value: function setupEventHandlers() {
+ var _this = this;
+
+ var w = this.w;
+ var me = this.ctx;
+ var clickableArea = w.globals.dom.baseEl.querySelector(w.globals.chartClass);
+ this.ctx.eventList.forEach(function (event) {
+ clickableArea.addEventListener(event, function (e) {
+ var opts = Object.assign({}, w, {
+ seriesIndex: w.globals.capturedSeriesIndex,
+ dataPointIndex: w.globals.capturedDataPointIndex
+ });
+
+ if (e.type === 'mousemove' || e.type === 'touchmove') {
+ if (typeof w.config.chart.events.mouseMove === 'function') {
+ w.config.chart.events.mouseMove(e, me, opts);
+ }
+ } else if (e.type === 'mouseleave' || e.type === 'touchleave') {
+ if (typeof w.config.chart.events.mouseLeave === 'function') {
+ w.config.chart.events.mouseLeave(e, me, opts);
+ }
+ } else if (e.type === 'mouseup' && e.which === 1 || e.type === 'touchend') {
+ if (typeof w.config.chart.events.click === 'function') {
+ w.config.chart.events.click(e, me, opts);
+ }
+
+ me.ctx.events.fireEvent('click', [e, me, opts]);
+ }
+ }, {
+ capture: false,
+ passive: true
+ });
+ });
+ this.ctx.eventList.forEach(function (event) {
+ w.globals.dom.baseEl.addEventListener(event, _this.documentEvent, {
+ passive: true
+ });
+ });
+ this.ctx.core.setupBrushHandler();
+ }
+ }, {
+ key: "documentEvent",
+ value: function documentEvent(e) {
+ var w = this.w;
+ var target = e.target.className;
+
+ if (e.type === 'click') {
+ var elMenu = w.globals.dom.baseEl.querySelector('.apexcharts-menu');
+
+ if (elMenu && elMenu.classList.contains('apexcharts-menu-open') && target !== 'apexcharts-menu-icon') {
+ elMenu.classList.remove('apexcharts-menu-open');
+ }
+ }
+
+ w.globals.clientX = e.type === 'touchmove' ? e.touches[0].clientX : e.clientX;
+ w.globals.clientY = e.type === 'touchmove' ? e.touches[0].clientY : e.clientY;
+ }
+ }]);
+
+ return Events;
+ }();
+
+ var Localization = /*#__PURE__*/function () {
+ function Localization(ctx) {
+ _classCallCheck(this, Localization);
+
+ this.ctx = ctx;
+ this.w = ctx.w;
+ }
+
+ _createClass(Localization, [{
+ key: "setCurrentLocaleValues",
+ value: function setCurrentLocaleValues(localeName) {
+ var locales = this.w.config.chart.locales; // check if user has specified locales in global Apex variable
+ // if yes - then extend those with local chart's locale
+
+ if (window.Apex.chart && window.Apex.chart.locales && window.Apex.chart.locales.length > 0) {
+ locales = this.w.config.chart.locales.concat(window.Apex.chart.locales);
+ } // find the locale from the array of locales which user has set (either by chart.defaultLocale or by calling setLocale() method.)
+
+
+ var selectedLocale = locales.filter(function (c) {
+ return c.name === localeName;
+ })[0];
+
+ if (selectedLocale) {
+ // create a complete locale object by extending defaults so you don't get undefined errors.
+ var ret = Utils$1.extend(en, selectedLocale); // store these locale options in global var for ease access
+
+ this.w.globals.locale = ret.options;
+ } else {
+ throw new Error('Wrong locale name provided. Please make sure you set the correct locale name in options');
+ }
+ }
+ }]);
+
+ return Localization;
+ }();
+
+ var Axes = /*#__PURE__*/function () {
+ function Axes(ctx) {
+ _classCallCheck(this, Axes);
+
+ this.ctx = ctx;
+ this.w = ctx.w;
+ }
+
+ _createClass(Axes, [{
+ key: "drawAxis",
+ value: function drawAxis(type, xyRatios) {
+ var gl = this.w.globals;
+ var cnf = this.w.config;
+ var xAxis = new XAxis(this.ctx);
+ var yAxis = new YAxis(this.ctx);
+
+ if (gl.axisCharts && type !== 'radar') {
+ var elXaxis, elYaxis;
+
+ if (gl.isBarHorizontal) {
+ elYaxis = yAxis.drawYaxisInversed(0);
+ elXaxis = xAxis.drawXaxisInversed(0);
+ gl.dom.elGraphical.add(elXaxis);
+ gl.dom.elGraphical.add(elYaxis);
+ } else {
+ elXaxis = xAxis.drawXaxis();
+ gl.dom.elGraphical.add(elXaxis);
+ cnf.yaxis.map(function (yaxe, index) {
+ if (gl.ignoreYAxisIndexes.indexOf(index) === -1) {
+ elYaxis = yAxis.drawYaxis(index);
+ gl.dom.Paper.add(elYaxis);
+ }
+ });
+ }
+ }
+ }
+ }]);
+
+ return Axes;
+ }();
+
+ var Crosshairs = /*#__PURE__*/function () {
+ function Crosshairs(ctx) {
+ _classCallCheck(this, Crosshairs);
+
+ this.ctx = ctx;
+ this.w = ctx.w;
+ }
+
+ _createClass(Crosshairs, [{
+ key: "drawXCrosshairs",
+ value: function drawXCrosshairs() {
+ var w = this.w;
+ var graphics = new Graphics(this.ctx);
+ var filters = new Filters(this.ctx);
+ var crosshairGradient = w.config.xaxis.crosshairs.fill.gradient;
+ var crosshairShadow = w.config.xaxis.crosshairs.dropShadow;
+ var fillType = w.config.xaxis.crosshairs.fill.type;
+ var gradientFrom = crosshairGradient.colorFrom;
+ var gradientTo = crosshairGradient.colorTo;
+ var opacityFrom = crosshairGradient.opacityFrom;
+ var opacityTo = crosshairGradient.opacityTo;
+ var stops = crosshairGradient.stops;
+ var shadow = 'none';
+ var dropShadow = crosshairShadow.enabled;
+ var shadowLeft = crosshairShadow.left;
+ var shadowTop = crosshairShadow.top;
+ var shadowBlur = crosshairShadow.blur;
+ var shadowColor = crosshairShadow.color;
+ var shadowOpacity = crosshairShadow.opacity;
+ var xcrosshairsFill = w.config.xaxis.crosshairs.fill.color;
+
+ if (w.config.xaxis.crosshairs.show) {
+ if (fillType === 'gradient') {
+ xcrosshairsFill = graphics.drawGradient('vertical', gradientFrom, gradientTo, opacityFrom, opacityTo, null, stops, null);
+ }
+
+ var xcrosshairs = graphics.drawRect();
+
+ if (w.config.xaxis.crosshairs.width === 1) {
+ // to prevent drawing 2 lines, convert rect to line
+ xcrosshairs = graphics.drawLine();
+ }
+
+ var gridHeight = w.globals.gridHeight;
+
+ if (!Utils$1.isNumber(gridHeight) || gridHeight < 0) {
+ gridHeight = 0;
+ }
+
+ var crosshairsWidth = w.config.xaxis.crosshairs.width;
+
+ if (!Utils$1.isNumber(crosshairsWidth) || crosshairsWidth < 0) {
+ crosshairsWidth = 0;
+ }
+
+ xcrosshairs.attr({
+ class: 'apexcharts-xcrosshairs',
+ x: 0,
+ y: 0,
+ y2: gridHeight,
+ width: crosshairsWidth,
+ height: gridHeight,
+ fill: xcrosshairsFill,
+ filter: shadow,
+ 'fill-opacity': w.config.xaxis.crosshairs.opacity,
+ stroke: w.config.xaxis.crosshairs.stroke.color,
+ 'stroke-width': w.config.xaxis.crosshairs.stroke.width,
+ 'stroke-dasharray': w.config.xaxis.crosshairs.stroke.dashArray
+ });
+
+ if (dropShadow) {
+ xcrosshairs = filters.dropShadow(xcrosshairs, {
+ left: shadowLeft,
+ top: shadowTop,
+ blur: shadowBlur,
+ color: shadowColor,
+ opacity: shadowOpacity
+ });
+ }
+
+ w.globals.dom.elGraphical.add(xcrosshairs);
+ }
+ }
+ }, {
+ key: "drawYCrosshairs",
+ value: function drawYCrosshairs() {
+ var w = this.w;
+ var graphics = new Graphics(this.ctx);
+ var crosshair = w.config.yaxis[0].crosshairs;
+ var offX = w.globals.barPadForNumericAxis;
+
+ if (w.config.yaxis[0].crosshairs.show) {
+ var ycrosshairs = graphics.drawLine(-offX, 0, w.globals.gridWidth + offX, 0, crosshair.stroke.color, crosshair.stroke.dashArray, crosshair.stroke.width);
+ ycrosshairs.attr({
+ class: 'apexcharts-ycrosshairs'
+ });
+ w.globals.dom.elGraphical.add(ycrosshairs);
+ } // draw an invisible crosshair to help in positioning the yaxis tooltip
+
+
+ var ycrosshairsHidden = graphics.drawLine(-offX, 0, w.globals.gridWidth + offX, 0, crosshair.stroke.color, 0, 0);
+ ycrosshairsHidden.attr({
+ class: 'apexcharts-ycrosshairs-hidden'
+ });
+ w.globals.dom.elGraphical.add(ycrosshairsHidden);
+ }
+ }]);
+
+ return Crosshairs;
+ }();
+
+ /**
+ * ApexCharts Responsive Class to override options for different screen sizes.
+ *
+ * @module Responsive
+ **/
+
+ var Responsive = /*#__PURE__*/function () {
+ function Responsive(ctx) {
+ _classCallCheck(this, Responsive);
+
+ this.ctx = ctx;
+ this.w = ctx.w;
+ } // the opts parameter if not null has to be set overriding everything
+ // as the opts is set by user externally
+
+
+ _createClass(Responsive, [{
+ key: "checkResponsiveConfig",
+ value: function checkResponsiveConfig(opts) {
+ var _this = this;
+
+ var w = this.w;
+ var cnf = w.config; // check if responsive config exists
+
+ if (cnf.responsive.length === 0) return;
+ var res = cnf.responsive.slice();
+ res.sort(function (a, b) {
+ return a.breakpoint > b.breakpoint ? 1 : b.breakpoint > a.breakpoint ? -1 : 0;
+ }).reverse();
+ var config = new Config({});
+
+ var iterateResponsiveOptions = function iterateResponsiveOptions() {
+ var newOptions = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : {};
+ var largestBreakpoint = res[0].breakpoint;
+ var width = window.innerWidth > 0 ? window.innerWidth : screen.width;
+
+ if (width > largestBreakpoint) {
+ var options = CoreUtils.extendArrayProps(config, w.globals.initialConfig, w);
+ newOptions = Utils$1.extend(options, newOptions);
+ newOptions = Utils$1.extend(w.config, newOptions);
+
+ _this.overrideResponsiveOptions(newOptions);
+ } else {
+ for (var i = 0; i < res.length; i++) {
+ if (width < res[i].breakpoint) {
+ newOptions = CoreUtils.extendArrayProps(config, res[i].options, w);
+ newOptions = Utils$1.extend(w.config, newOptions);
+
+ _this.overrideResponsiveOptions(newOptions);
+ }
+ }
+ }
+ };
+
+ if (opts) {
+ var options = CoreUtils.extendArrayProps(config, opts, w);
+ options = Utils$1.extend(w.config, options);
+ options = Utils$1.extend(options, opts);
+ iterateResponsiveOptions(options);
+ } else {
+ iterateResponsiveOptions({});
+ }
+ }
+ }, {
+ key: "overrideResponsiveOptions",
+ value: function overrideResponsiveOptions(newOptions) {
+ var newConfig = new Config(newOptions).init({
+ responsiveOverride: true
+ });
+ this.w.config = newConfig;
+ }
+ }]);
+
+ return Responsive;
+ }();
+
+ /**
+ * ApexCharts Theme Class for setting the colors and palettes.
+ *
+ * @module Theme
+ **/
+
+ var Theme = /*#__PURE__*/function () {
+ function Theme(ctx) {
+ _classCallCheck(this, Theme);
+
+ this.ctx = ctx;
+ this.colors = [];
+ this.w = ctx.w;
+ var w = this.w;
+ this.isColorFn = false;
+ this.isHeatmapDistributed = w.config.chart.type === 'treemap' && w.config.plotOptions.treemap.distributed || w.config.chart.type === 'heatmap' && w.config.plotOptions.heatmap.distributed;
+ this.isBarDistributed = w.config.plotOptions.bar.distributed && (w.config.chart.type === 'bar' || w.config.chart.type === 'rangeBar');
+ }
+
+ _createClass(Theme, [{
+ key: "init",
+ value: function init() {
+ this.setDefaultColors();
+ }
+ }, {
+ key: "setDefaultColors",
+ value: function setDefaultColors() {
+ var _this = this;
+
+ var w = this.w;
+ var utils = new Utils$1();
+ w.globals.dom.elWrap.classList.add("apexcharts-theme-".concat(w.config.theme.mode));
+
+ if (w.config.colors === undefined) {
+ w.globals.colors = this.predefined();
+ } else {
+ w.globals.colors = w.config.colors; // if user provided a function in colors, we need to eval here
+
+ if (Array.isArray(w.config.colors) && w.config.colors.length > 0 && typeof w.config.colors[0] === 'function') {
+ w.globals.colors = w.config.series.map(function (s, i) {
+ var c = w.config.colors[i];
+ if (!c) c = w.config.colors[0];
+
+ if (typeof c === 'function') {
+ _this.isColorFn = true;
+ return c({
+ value: w.globals.axisCharts ? w.globals.series[i][0] ? w.globals.series[i][0] : 0 : w.globals.series[i],
+ seriesIndex: i,
+ dataPointIndex: i,
+ w: w
+ });
+ }
+
+ return c;
+ });
+ }
+ } // user defined colors in series array
+
+
+ w.globals.seriesColors.map(function (c, i) {
+ if (c) {
+ w.globals.colors[i] = c;
+ }
+ });
+
+ if (w.config.theme.monochrome.enabled) {
+ var monoArr = [];
+ var glsCnt = w.globals.series.length;
+
+ if (this.isBarDistributed || this.isHeatmapDistributed) {
+ glsCnt = w.globals.series[0].length * w.globals.series.length;
+ }
+
+ var mainColor = w.config.theme.monochrome.color;
+ var part = 1 / (glsCnt / w.config.theme.monochrome.shadeIntensity);
+ var shade = w.config.theme.monochrome.shadeTo;
+ var percent = 0;
+
+ for (var gsl = 0; gsl < glsCnt; gsl++) {
+ var newColor = void 0;
+
+ if (shade === 'dark') {
+ newColor = utils.shadeColor(percent * -1, mainColor);
+ percent = percent + part;
+ } else {
+ newColor = utils.shadeColor(percent, mainColor);
+ percent = percent + part;
+ }
+
+ monoArr.push(newColor);
+ }
+
+ w.globals.colors = monoArr.slice();
+ }
+
+ var defaultColors = w.globals.colors.slice(); // if user specified fewer colors than no. of series, push the same colors again
+
+ this.pushExtraColors(w.globals.colors);
+ var colorTypes = ['fill', 'stroke'];
+ colorTypes.forEach(function (c) {
+ if (w.config[c].colors === undefined) {
+ w.globals[c].colors = _this.isColorFn ? w.config.colors : defaultColors;
+ } else {
+ w.globals[c].colors = w.config[c].colors.slice();
+ }
+
+ _this.pushExtraColors(w.globals[c].colors);
+ });
+
+ if (w.config.dataLabels.style.colors === undefined) {
+ w.globals.dataLabels.style.colors = defaultColors;
+ } else {
+ w.globals.dataLabels.style.colors = w.config.dataLabels.style.colors.slice();
+ }
+
+ this.pushExtraColors(w.globals.dataLabels.style.colors, 50);
+
+ if (w.config.plotOptions.radar.polygons.fill.colors === undefined) {
+ w.globals.radarPolygons.fill.colors = [w.config.theme.mode === 'dark' ? '#424242' : 'none'];
+ } else {
+ w.globals.radarPolygons.fill.colors = w.config.plotOptions.radar.polygons.fill.colors.slice();
+ }
+
+ this.pushExtraColors(w.globals.radarPolygons.fill.colors, 20); // The point colors
+
+ if (w.config.markers.colors === undefined) {
+ w.globals.markers.colors = defaultColors;
+ } else {
+ w.globals.markers.colors = w.config.markers.colors.slice();
+ }
+
+ this.pushExtraColors(w.globals.markers.colors);
+ } // When the number of colors provided is less than the number of series, this method
+ // will push same colors to the list
+ // params:
+ // distributed is only valid for distributed column/bar charts
+
+ }, {
+ key: "pushExtraColors",
+ value: function pushExtraColors(colorSeries, length) {
+ var distributed = arguments.length > 2 && arguments[2] !== undefined ? arguments[2] : null;
+ var w = this.w;
+ var len = length || w.globals.series.length;
+
+ if (distributed === null) {
+ distributed = this.isBarDistributed || this.isHeatmapDistributed || w.config.chart.type === 'heatmap' && w.config.plotOptions.heatmap.colorScale.inverse;
+ }
+
+ if (distributed && w.globals.series.length) {
+ len = w.globals.series[w.globals.maxValsInArrayIndex].length * w.globals.series.length;
+ }
+
+ if (colorSeries.length < len) {
+ var diff = len - colorSeries.length;
+
+ for (var i = 0; i < diff; i++) {
+ colorSeries.push(colorSeries[i]);
+ }
+ }
+ }
+ }, {
+ key: "updateThemeOptions",
+ value: function updateThemeOptions(options) {
+ options.chart = options.chart || {};
+ options.tooltip = options.tooltip || {};
+ var mode = options.theme.mode || 'light';
+ var palette = options.theme.palette ? options.theme.palette : mode === 'dark' ? 'palette4' : 'palette1';
+ var foreColor = options.chart.foreColor ? options.chart.foreColor : mode === 'dark' ? '#f6f7f8' : '#373d3f';
+ options.tooltip.theme = mode;
+ options.chart.foreColor = foreColor;
+ options.theme.palette = palette;
+ return options;
+ }
+ }, {
+ key: "predefined",
+ value: function predefined() {
+ var palette = this.w.config.theme.palette; // D6E3F8, FCEFEF, DCE0D9, A5978B, EDDDD4, D6E3F8, FEF5EF
+
+ switch (palette) {
+ case 'palette1':
+ this.colors = ['#008FFB', '#00E396', '#FEB019', '#FF4560', '#775DD0'];
+ break;
+
+ case 'palette2':
+ this.colors = ['#3f51b5', '#03a9f4', '#4caf50', '#f9ce1d', '#FF9800'];
+ break;
+
+ case 'palette3':
+ this.colors = ['#33b2df', '#546E7A', '#d4526e', '#13d8aa', '#A5978B'];
+ break;
+
+ case 'palette4':
+ this.colors = ['#4ecdc4', '#c7f464', '#81D4FA', '#fd6a6a', '#546E7A'];
+ break;
+
+ case 'palette5':
+ this.colors = ['#2b908f', '#f9a3a4', '#90ee7e', '#fa4443', '#69d2e7'];
+ break;
+
+ case 'palette6':
+ this.colors = ['#449DD1', '#F86624', '#EA3546', '#662E9B', '#C5D86D'];
+ break;
+
+ case 'palette7':
+ this.colors = ['#D7263D', '#1B998B', '#2E294E', '#F46036', '#E2C044'];
+ break;
+
+ case 'palette8':
+ this.colors = ['#662E9B', '#F86624', '#F9C80E', '#EA3546', '#43BCCD'];
+ break;
+
+ case 'palette9':
+ this.colors = ['#5C4742', '#A5978B', '#8D5B4C', '#5A2A27', '#C4BBAF'];
+ break;
+
+ case 'palette10':
+ this.colors = ['#A300D6', '#7D02EB', '#5653FE', '#2983FF', '#00B1F2'];
+ break;
+
+ default:
+ this.colors = ['#008FFB', '#00E396', '#FEB019', '#FF4560', '#775DD0'];
+ break;
+ }
+
+ return this.colors;
+ }
+ }]);
+
+ return Theme;
+ }();
+
+ var TitleSubtitle = /*#__PURE__*/function () {
+ function TitleSubtitle(ctx) {
+ _classCallCheck(this, TitleSubtitle);
+
+ this.ctx = ctx;
+ this.w = ctx.w;
+ }
+
+ _createClass(TitleSubtitle, [{
+ key: "draw",
+ value: function draw() {
+ this.drawTitleSubtitle('title');
+ this.drawTitleSubtitle('subtitle');
+ }
+ }, {
+ key: "drawTitleSubtitle",
+ value: function drawTitleSubtitle(type) {
+ var w = this.w;
+ var tsConfig = type === 'title' ? w.config.title : w.config.subtitle;
+ var x = w.globals.svgWidth / 2;
+ var y = tsConfig.offsetY;
+ var textAnchor = 'middle';
+
+ if (tsConfig.align === 'left') {
+ x = 10;
+ textAnchor = 'start';
+ } else if (tsConfig.align === 'right') {
+ x = w.globals.svgWidth - 10;
+ textAnchor = 'end';
+ }
+
+ x = x + tsConfig.offsetX;
+ y = y + parseInt(tsConfig.style.fontSize, 10) + tsConfig.margin / 2;
+
+ if (tsConfig.text !== undefined) {
+ var graphics = new Graphics(this.ctx);
+ var titleText = graphics.drawText({
+ x: x,
+ y: y,
+ text: tsConfig.text,
+ textAnchor: textAnchor,
+ fontSize: tsConfig.style.fontSize,
+ fontFamily: tsConfig.style.fontFamily,
+ fontWeight: tsConfig.style.fontWeight,
+ foreColor: tsConfig.style.color,
+ opacity: 1
+ });
+ titleText.node.setAttribute('class', "apexcharts-".concat(type, "-text"));
+ w.globals.dom.Paper.add(titleText);
+ }
+ }
+ }]);
+
+ return TitleSubtitle;
+ }();
+
+ var Helpers$2 = /*#__PURE__*/function () {
+ function Helpers(dCtx) {
+ _classCallCheck(this, Helpers);
+
+ this.w = dCtx.w;
+ this.dCtx = dCtx;
+ }
+ /**
+ * Get Chart Title/Subtitle Dimensions
+ * @memberof Dimensions
+ * @return {{width, height}}
+ **/
+
+
+ _createClass(Helpers, [{
+ key: "getTitleSubtitleCoords",
+ value: function getTitleSubtitleCoords(type) {
+ var w = this.w;
+ var width = 0;
+ var height = 0;
+ var floating = type === 'title' ? w.config.title.floating : w.config.subtitle.floating;
+ var el = w.globals.dom.baseEl.querySelector(".apexcharts-".concat(type, "-text"));
+
+ if (el !== null && !floating) {
+ var coord = el.getBoundingClientRect();
+ width = coord.width;
+ height = w.globals.axisCharts ? coord.height + 5 : coord.height;
+ }
+
+ return {
+ width: width,
+ height: height
+ };
+ }
+ }, {
+ key: "getLegendsRect",
+ value: function getLegendsRect() {
+ var w = this.w;
+ var elLegendWrap = w.globals.dom.baseEl.querySelector('.apexcharts-legend');
+
+ if (!w.config.legend.height && (w.config.legend.position === 'top' || w.config.legend.position === 'bottom')) {
+ // avoid legend to take up all the space
+ elLegendWrap.style.maxHeight = w.globals.svgHeight / 2 + 'px';
+ }
+
+ var lgRect = Object.assign({}, Utils$1.getBoundingClientRect(elLegendWrap));
+
+ if (elLegendWrap !== null && !w.config.legend.floating && w.config.legend.show) {
+ this.dCtx.lgRect = {
+ x: lgRect.x,
+ y: lgRect.y,
+ height: lgRect.height,
+ width: lgRect.height === 0 ? 0 : lgRect.width
+ };
+ } else {
+ this.dCtx.lgRect = {
+ x: 0,
+ y: 0,
+ height: 0,
+ width: 0
+ };
+ } // if legend takes up all of the chart space, we need to restrict it.
+
+
+ if (w.config.legend.position === 'left' || w.config.legend.position === 'right') {
+ if (this.dCtx.lgRect.width * 1.5 > w.globals.svgWidth) {
+ this.dCtx.lgRect.width = w.globals.svgWidth / 1.5;
+ }
+ }
+
+ return this.dCtx.lgRect;
+ }
+ }, {
+ key: "getLargestStringFromMultiArr",
+ value: function getLargestStringFromMultiArr(val, arr) {
+ var w = this.w;
+ var valArr = val;
+
+ if (w.globals.isMultiLineX) {
+ // if the xaxis labels has multiline texts (array)
+ var maxArrs = arr.map(function (xl, idx) {
+ return Array.isArray(xl) ? xl.length : 1;
+ });
+ var maxArrLen = Math.max.apply(Math, _toConsumableArray(maxArrs));
+ var maxArrIndex = maxArrs.indexOf(maxArrLen);
+ valArr = arr[maxArrIndex];
+ }
+
+ return valArr;
+ }
+ }]);
+
+ return Helpers;
+ }();
+
+ var DimXAxis = /*#__PURE__*/function () {
+ function DimXAxis(dCtx) {
+ _classCallCheck(this, DimXAxis);
+
+ this.w = dCtx.w;
+ this.dCtx = dCtx;
+ }
+ /**
+ * Get X Axis Dimensions
+ * @memberof Dimensions
+ * @return {{width, height}}
+ **/
+
+
+ _createClass(DimXAxis, [{
+ key: "getxAxisLabelsCoords",
+ value: function getxAxisLabelsCoords() {
+ var w = this.w;
+ var xaxisLabels = w.globals.labels.slice();
+
+ if (w.config.xaxis.convertedCatToNumeric && xaxisLabels.length === 0) {
+ xaxisLabels = w.globals.categoryLabels;
+ }
+
+ var rect;
+
+ if (w.globals.timescaleLabels.length > 0) {
+ var coords = this.getxAxisTimeScaleLabelsCoords();
+ rect = {
+ width: coords.width,
+ height: coords.height
+ };
+ w.globals.rotateXLabels = false;
+ } else {
+ this.dCtx.lgWidthForSideLegends = (w.config.legend.position === 'left' || w.config.legend.position === 'right') && !w.config.legend.floating ? this.dCtx.lgRect.width : 0; // get the longest string from the labels array and also apply label formatter
+
+ var xlbFormatter = w.globals.xLabelFormatter; // prevent changing xaxisLabels to avoid issues in multi-yaxes - fix #522
+
+ var val = Utils$1.getLargestStringFromArr(xaxisLabels);
+ var valArr = this.dCtx.dimHelpers.getLargestStringFromMultiArr(val, xaxisLabels); // the labels gets changed for bar charts
+
+ if (w.globals.isBarHorizontal) {
+ val = w.globals.yAxisScale[0].result.reduce(function (a, b) {
+ return a.length > b.length ? a : b;
+ }, 0);
+ valArr = val;
+ }
+
+ var xFormat = new Formatters(this.dCtx.ctx);
+ var timestamp = val;
+ val = xFormat.xLabelFormat(xlbFormatter, val, timestamp, {
+ i: undefined,
+ dateFormatter: new DateTime(this.dCtx.ctx).formatDate,
+ w: w
+ });
+ valArr = xFormat.xLabelFormat(xlbFormatter, valArr, timestamp, {
+ i: undefined,
+ dateFormatter: new DateTime(this.dCtx.ctx).formatDate,
+ w: w
+ });
+
+ if (w.config.xaxis.convertedCatToNumeric && typeof val === 'undefined' || String(val).trim() === '') {
+ val = '1';
+ valArr = val;
+ }
+
+ var graphics = new Graphics(this.dCtx.ctx);
+ var xLabelrect = graphics.getTextRects(val, w.config.xaxis.labels.style.fontSize);
+ var xArrLabelrect = xLabelrect;
+
+ if (val !== valArr) {
+ xArrLabelrect = graphics.getTextRects(valArr, w.config.xaxis.labels.style.fontSize);
+ }
+
+ rect = {
+ width: xLabelrect.width >= xArrLabelrect.width ? xLabelrect.width : xArrLabelrect.width,
+ height: xLabelrect.height >= xArrLabelrect.height ? xLabelrect.height : xArrLabelrect.height
+ };
+
+ if (rect.width * xaxisLabels.length > w.globals.svgWidth - this.dCtx.lgWidthForSideLegends - this.dCtx.yAxisWidth - this.dCtx.gridPad.left - this.dCtx.gridPad.right && w.config.xaxis.labels.rotate !== 0 || w.config.xaxis.labels.rotateAlways) {
+ if (!w.globals.isBarHorizontal) {
+ w.globals.rotateXLabels = true;
+
+ var getRotatedTextRects = function getRotatedTextRects(text) {
+ return graphics.getTextRects(text, w.config.xaxis.labels.style.fontSize, w.config.xaxis.labels.style.fontFamily, "rotate(".concat(w.config.xaxis.labels.rotate, " 0 0)"), false);
+ };
+
+ xLabelrect = getRotatedTextRects(val);
+
+ if (val !== valArr) {
+ xArrLabelrect = getRotatedTextRects(valArr);
+ }
+
+ rect.height = (xLabelrect.height > xArrLabelrect.height ? xLabelrect.height : xArrLabelrect.height) / 1.5;
+ rect.width = xLabelrect.width > xArrLabelrect.width ? xLabelrect.width : xArrLabelrect.width;
+ }
+ } else {
+ w.globals.rotateXLabels = false;
+ }
+ }
+
+ if (!w.config.xaxis.labels.show) {
+ rect = {
+ width: 0,
+ height: 0
+ };
+ }
+
+ return {
+ width: rect.width,
+ height: rect.height
+ };
+ }
+ /**
+ * Get X Axis Title Dimensions
+ * @memberof Dimensions
+ * @return {{width, height}}
+ **/
+
+ }, {
+ key: "getxAxisTitleCoords",
+ value: function getxAxisTitleCoords() {
+ var w = this.w;
+ var width = 0;
+ var height = 0;
+
+ if (w.config.xaxis.title.text !== undefined) {
+ var graphics = new Graphics(this.dCtx.ctx);
+ var rect = graphics.getTextRects(w.config.xaxis.title.text, w.config.xaxis.title.style.fontSize);
+ width = rect.width;
+ height = rect.height;
+ }
+
+ return {
+ width: width,
+ height: height
+ };
+ }
+ }, {
+ key: "getxAxisTimeScaleLabelsCoords",
+ value: function getxAxisTimeScaleLabelsCoords() {
+ var w = this.w;
+ var rect;
+ this.dCtx.timescaleLabels = w.globals.timescaleLabels.slice();
+ var labels = this.dCtx.timescaleLabels.map(function (label) {
+ return label.value;
+ }); // get the longest string from the labels array and also apply label formatter to it
+
+ var val = labels.reduce(function (a, b) {
+ // if undefined, maybe user didn't pass the datetime(x) values
+ if (typeof a === 'undefined') {
+ console.error('You have possibly supplied invalid Date format. Please supply a valid JavaScript Date');
+ return 0;
+ } else {
+ return a.length > b.length ? a : b;
+ }
+ }, 0);
+ var graphics = new Graphics(this.dCtx.ctx);
+ rect = graphics.getTextRects(val, w.config.xaxis.labels.style.fontSize);
+ var totalWidthRotated = rect.width * 1.05 * labels.length;
+
+ if (totalWidthRotated > w.globals.gridWidth && w.config.xaxis.labels.rotate !== 0) {
+ w.globals.overlappingXLabels = true;
+ }
+
+ return rect;
+ } // In certain cases, the last labels gets cropped in xaxis.
+ // Hence, we add some additional padding based on the label length to avoid the last label being cropped or we don't draw it at all
+
+ }, {
+ key: "additionalPaddingXLabels",
+ value: function additionalPaddingXLabels(xaxisLabelCoords) {
+ var _this = this;
+
+ var w = this.w;
+ var gl = w.globals;
+ var cnf = w.config;
+ var xtype = cnf.xaxis.type;
+ var lbWidth = xaxisLabelCoords.width;
+ gl.skipLastTimelinelabel = false;
+ gl.skipFirstTimelinelabel = false;
+ var isBarOpposite = w.config.yaxis[0].opposite && w.globals.isBarHorizontal;
+
+ var isCollapsed = function isCollapsed(i) {
+ return gl.collapsedSeriesIndices.indexOf(i) !== -1;
+ };
+
+ var rightPad = function rightPad(yaxe) {
+ if (_this.dCtx.timescaleLabels && _this.dCtx.timescaleLabels.length) {
+ // for timeline labels, we take the last label and check if it exceeds gridWidth
+ var firstimescaleLabel = _this.dCtx.timescaleLabels[0];
+ var lastTimescaleLabel = _this.dCtx.timescaleLabels[_this.dCtx.timescaleLabels.length - 1];
+ var lastLabelPosition = lastTimescaleLabel.position + lbWidth / 1.75 - _this.dCtx.yAxisWidthRight;
+ var firstLabelPosition = firstimescaleLabel.position - lbWidth / 1.75 + _this.dCtx.yAxisWidthLeft;
+ var lgRightRectWidth = w.config.legend.position === 'right' && _this.dCtx.lgRect.width > 0 ? _this.dCtx.lgRect.width : 0;
+
+ if (lastLabelPosition > gl.svgWidth - gl.translateX - lgRightRectWidth) {
+ gl.skipLastTimelinelabel = true;
+ }
+
+ if (firstLabelPosition < -((!yaxe.show || yaxe.floating) && (cnf.chart.type === 'bar' || cnf.chart.type === 'candlestick' || cnf.chart.type === 'rangeBar' || cnf.chart.type === 'boxPlot') ? lbWidth / 1.75 : 10)) {
+ gl.skipFirstTimelinelabel = true;
+ }
+ } else if (xtype === 'datetime') {
+ // If user has enabled DateTime, but uses own's formatter
+ if (_this.dCtx.gridPad.right < lbWidth && !gl.rotateXLabels) {
+ gl.skipLastTimelinelabel = true;
+ }
+ } else if (xtype !== 'datetime') {
+ if (_this.dCtx.gridPad.right < lbWidth / 2 - _this.dCtx.yAxisWidthRight && !gl.rotateXLabels && !w.config.xaxis.labels.trim && (w.config.xaxis.tickPlacement !== 'between' || w.globals.isBarHorizontal)) {
+ _this.dCtx.xPadRight = lbWidth / 2 + 1;
+ }
+ }
+ };
+
+ var padYAxe = function padYAxe(yaxe, i) {
+ if (isCollapsed(i)) return; // the code below causes issue apexcharts.js#1989
+ // after testing with other use-cases, this has no actual value, hence commented
+ // if (xtype !== 'datetime') {
+ // if (
+ // this.dCtx.gridPad.left < lbWidth / 2 - this.dCtx.yAxisWidthLeft &&
+ // !gl.rotateXLabels &&
+ // !cnf.xaxis.labels.trim
+ // ) {
+ // this.dCtx.xPadLeft = lbWidth / 2 + 1
+ // }
+ // }
+
+ rightPad(yaxe);
+ };
+
+ cnf.yaxis.forEach(function (yaxe, i) {
+ if (isBarOpposite) {
+ if (_this.dCtx.gridPad.left < lbWidth) {
+ _this.dCtx.xPadLeft = lbWidth / 2 + 1;
+ }
+
+ _this.dCtx.xPadRight = lbWidth / 2 + 1;
+ } else {
+ padYAxe(yaxe, i);
+ }
+ });
+ }
+ }]);
+
+ return DimXAxis;
+ }();
+
+ var DimYAxis = /*#__PURE__*/function () {
+ function DimYAxis(dCtx) {
+ _classCallCheck(this, DimYAxis);
+
+ this.w = dCtx.w;
+ this.dCtx = dCtx;
+ }
+ /**
+ * Get Y Axis Dimensions
+ * @memberof Dimensions
+ * @return {{width, height}}
+ **/
+
+
+ _createClass(DimYAxis, [{
+ key: "getyAxisLabelsCoords",
+ value: function getyAxisLabelsCoords() {
+ var _this = this;
+
+ var w = this.w;
+ var width = 0;
+ var height = 0;
+ var ret = [];
+ var labelPad = 10;
+ var axesUtils = new AxesUtils(this.dCtx.ctx);
+ w.config.yaxis.map(function (yaxe, index) {
+ var yS = w.globals.yAxisScale[index];
+ var yAxisMinWidth = 0;
+ if (!axesUtils.isYAxisHidden(index) && yaxe.labels.show && yaxe.labels.minWidth !== undefined) yAxisMinWidth = yaxe.labels.minWidth;
+
+ if (!axesUtils.isYAxisHidden(index) && yaxe.labels.show && yS.result.length) {
+ var lbFormatter = w.globals.yLabelFormatters[index];
+ var minV = yS.niceMin === Number.MIN_VALUE ? 0 : yS.niceMin;
+ var longestStr = String(minV).length > String(yS.niceMax).length ? minV : yS.niceMax; // the second parameter -1 is the index of tick which user can use in the formatter
+
+ var val = lbFormatter(longestStr, {
+ seriesIndex: index,
+ dataPointIndex: -1,
+ w: w
+ });
+ var valArr = val; // if user has specified a custom formatter, and the result is null or empty, we need to discard the formatter and take the value as it is.
+
+ if (typeof val === 'undefined' || val.length === 0) {
+ val = longestStr;
+ }
+
+ if (w.globals.isBarHorizontal) {
+ labelPad = 0;
+ var barYaxisLabels = w.globals.labels.slice(); // get the longest string from the labels array and also apply label formatter to it
+
+ val = Utils$1.getLargestStringFromArr(barYaxisLabels);
+ val = lbFormatter(val, {
+ seriesIndex: index,
+ dataPointIndex: -1,
+ w: w
+ });
+ valArr = _this.dCtx.dimHelpers.getLargestStringFromMultiArr(val, barYaxisLabels);
+ }
+
+ var graphics = new Graphics(_this.dCtx.ctx);
+ var rotateStr = 'rotate('.concat(yaxe.labels.rotate, ' 0 0)');
+ var rect = graphics.getTextRects(val, yaxe.labels.style.fontSize, yaxe.labels.style.fontFamily, rotateStr, false);
+ var arrLabelrect = rect;
+
+ if (val !== valArr) {
+ arrLabelrect = graphics.getTextRects(valArr, yaxe.labels.style.fontSize, yaxe.labels.style.fontFamily, rotateStr, false);
+ }
+
+ ret.push({
+ width: (yAxisMinWidth > arrLabelrect.width || yAxisMinWidth > rect.width ? yAxisMinWidth : arrLabelrect.width > rect.width ? arrLabelrect.width : rect.width) + labelPad,
+ height: arrLabelrect.height > rect.height ? arrLabelrect.height : rect.height
+ });
+ } else {
+ ret.push({
+ width: width,
+ height: height
+ });
+ }
+ });
+ return ret;
+ }
+ /**
+ * Get Y Axis Dimensions
+ * @memberof Dimensions
+ * @return {{width, height}}
+ **/
+
+ }, {
+ key: "getyAxisTitleCoords",
+ value: function getyAxisTitleCoords() {
+ var _this2 = this;
+
+ var w = this.w;
+ var ret = [];
+ w.config.yaxis.map(function (yaxe, index) {
+ if (yaxe.show && yaxe.title.text !== undefined) {
+ var graphics = new Graphics(_this2.dCtx.ctx);
+ var rotateStr = 'rotate('.concat(yaxe.title.rotate, ' 0 0)');
+ var rect = graphics.getTextRects(yaxe.title.text, yaxe.title.style.fontSize, yaxe.title.style.fontFamily, rotateStr, false);
+ ret.push({
+ width: rect.width,
+ height: rect.height
+ });
+ } else {
+ ret.push({
+ width: 0,
+ height: 0
+ });
+ }
+ });
+ return ret;
+ }
+ }, {
+ key: "getTotalYAxisWidth",
+ value: function getTotalYAxisWidth() {
+ var w = this.w;
+ var yAxisWidth = 0;
+ var yAxisWidthLeft = 0;
+ var yAxisWidthRight = 0;
+ var padding = w.globals.yAxisScale.length > 1 ? 10 : 0;
+ var axesUtils = new AxesUtils(this.dCtx.ctx);
+
+ var isHiddenYAxis = function isHiddenYAxis(index) {
+ return w.globals.ignoreYAxisIndexes.indexOf(index) > -1;
+ };
+
+ var padForLabelTitle = function padForLabelTitle(coord, index) {
+ var floating = w.config.yaxis[index].floating;
+ var width = 0;
+
+ if (coord.width > 0 && !floating) {
+ width = coord.width + padding;
+
+ if (isHiddenYAxis(index)) {
+ width = width - coord.width - padding;
+ }
+ } else {
+ width = floating || axesUtils.isYAxisHidden(index) ? 0 : 5;
+ }
+
+ w.config.yaxis[index].opposite ? yAxisWidthRight = yAxisWidthRight + width : yAxisWidthLeft = yAxisWidthLeft + width;
+ yAxisWidth = yAxisWidth + width;
+ };
+
+ w.globals.yLabelsCoords.map(function (yLabelCoord, index) {
+ padForLabelTitle(yLabelCoord, index);
+ });
+ w.globals.yTitleCoords.map(function (yTitleCoord, index) {
+ padForLabelTitle(yTitleCoord, index);
+ });
+
+ if (w.globals.isBarHorizontal && !w.config.yaxis[0].floating) {
+ yAxisWidth = w.globals.yLabelsCoords[0].width + w.globals.yTitleCoords[0].width + 15;
+ }
+
+ this.dCtx.yAxisWidthLeft = yAxisWidthLeft;
+ this.dCtx.yAxisWidthRight = yAxisWidthRight;
+ return yAxisWidth;
+ }
+ }]);
+
+ return DimYAxis;
+ }();
+
+ var DimGrid = /*#__PURE__*/function () {
+ function DimGrid(dCtx) {
+ _classCallCheck(this, DimGrid);
+
+ this.w = dCtx.w;
+ this.dCtx = dCtx;
+ }
+
+ _createClass(DimGrid, [{
+ key: "gridPadForColumnsInNumericAxis",
+ value: function gridPadForColumnsInNumericAxis(gridWidth) {
+ var w = this.w;
+
+ if (w.globals.noData || w.globals.allSeriesCollapsed) {
+ return 0;
+ }
+
+ var hasBar = function hasBar(type) {
+ return type === 'bar' || type === 'rangeBar' || type === 'candlestick' || type === 'boxPlot';
+ };
+
+ var type = w.config.chart.type;
+ var barWidth = 0;
+ var seriesLen = hasBar(type) ? w.config.series.length : 1;
+
+ if (w.globals.comboBarCount > 0) {
+ seriesLen = w.globals.comboBarCount;
+ }
+
+ w.globals.collapsedSeries.forEach(function (c) {
+ if (hasBar(c.type)) {
+ seriesLen = seriesLen - 1;
+ }
+ });
+
+ if (w.config.chart.stacked) {
+ seriesLen = 1;
+ }
+
+ var barsPresent = hasBar(type) || w.globals.comboBarCount > 0;
+
+ if (barsPresent && w.globals.isXNumeric && !w.globals.isBarHorizontal && seriesLen > 0) {
+ var xRatio = 0;
+ var xRange = Math.abs(w.globals.initialMaxX - w.globals.initialMinX);
+
+ if (xRange <= 3) {
+ xRange = w.globals.dataPoints;
+ }
+
+ xRatio = xRange / gridWidth;
+ var xDivision; // max barwidth should be equal to minXDiff to avoid overlap
+
+ if (w.globals.minXDiff && w.globals.minXDiff / xRatio > 0) {
+ xDivision = w.globals.minXDiff / xRatio;
+ }
+
+ if (xDivision > gridWidth / 2) {
+ xDivision = xDivision / 2;
+ }
+
+ barWidth = xDivision / seriesLen * parseInt(w.config.plotOptions.bar.columnWidth, 10) / 100;
+
+ if (barWidth < 1) {
+ barWidth = 1;
+ }
+
+ barWidth = barWidth / (seriesLen > 1 ? 1 : 1.5) + 5;
+ w.globals.barPadForNumericAxis = barWidth;
+ }
+
+ return barWidth;
+ }
+ }, {
+ key: "gridPadFortitleSubtitle",
+ value: function gridPadFortitleSubtitle() {
+ var _this = this;
+
+ var w = this.w;
+ var gl = w.globals;
+ var gridShrinkOffset = this.dCtx.isSparkline || !w.globals.axisCharts ? 0 : 10;
+ var titleSubtitle = ['title', 'subtitle'];
+ titleSubtitle.forEach(function (t) {
+ if (w.config[t].text !== undefined) {
+ gridShrinkOffset += w.config[t].margin;
+ } else {
+ gridShrinkOffset += _this.dCtx.isSparkline || !w.globals.axisCharts ? 0 : 5;
+ }
+ });
+
+ if (w.config.legend.show && w.config.legend.position === 'bottom' && !w.config.legend.floating && !w.globals.axisCharts) {
+ gridShrinkOffset += 10;
+ }
+
+ var titleCoords = this.dCtx.dimHelpers.getTitleSubtitleCoords('title');
+ var subtitleCoords = this.dCtx.dimHelpers.getTitleSubtitleCoords('subtitle');
+ gl.gridHeight = gl.gridHeight - titleCoords.height - subtitleCoords.height - gridShrinkOffset;
+ gl.translateY = gl.translateY + titleCoords.height + subtitleCoords.height + gridShrinkOffset;
+ }
+ }, {
+ key: "setGridXPosForDualYAxis",
+ value: function setGridXPosForDualYAxis(yTitleCoords, yaxisLabelCoords) {
+ var w = this.w;
+ var axesUtils = new AxesUtils(this.dCtx.ctx);
+ w.config.yaxis.map(function (yaxe, index) {
+ if (w.globals.ignoreYAxisIndexes.indexOf(index) === -1 && !yaxe.floating && !axesUtils.isYAxisHidden(index)) {
+ if (yaxe.opposite) {
+ w.globals.translateX = w.globals.translateX - (yaxisLabelCoords[index].width + yTitleCoords[index].width) - parseInt(w.config.yaxis[index].labels.style.fontSize, 10) / 1.2 - 12;
+ } // fixes apexcharts.js#1599
+
+
+ if (w.globals.translateX < 2) {
+ w.globals.translateX = 2;
+ }
+ }
+ });
+ }
+ }]);
+
+ return DimGrid;
+ }();
+
+ /**
+ * ApexCharts Dimensions Class for calculating rects of all elements that are drawn and will be drawn.
+ *
+ * @module Dimensions
+ **/
+
+ var Dimensions = /*#__PURE__*/function () {
+ function Dimensions(ctx) {
+ _classCallCheck(this, Dimensions);
+
+ this.ctx = ctx;
+ this.w = ctx.w;
+ this.lgRect = {};
+ this.yAxisWidth = 0;
+ this.yAxisWidthLeft = 0;
+ this.yAxisWidthRight = 0;
+ this.xAxisHeight = 0;
+ this.isSparkline = this.w.config.chart.sparkline.enabled;
+ this.dimHelpers = new Helpers$2(this);
+ this.dimYAxis = new DimYAxis(this);
+ this.dimXAxis = new DimXAxis(this);
+ this.dimGrid = new DimGrid(this);
+ this.lgWidthForSideLegends = 0;
+ this.gridPad = this.w.config.grid.padding;
+ this.xPadRight = 0;
+ this.xPadLeft = 0;
+ }
+ /**
+ * @memberof Dimensions
+ * @param {object} w - chart context
+ **/
+
+
+ _createClass(Dimensions, [{
+ key: "plotCoords",
+ value: function plotCoords() {
+ var w = this.w;
+ var gl = w.globals;
+ this.lgRect = this.dimHelpers.getLegendsRect();
+
+ if (gl.axisCharts) {
+ // for line / area / scatter / column
+ this.setDimensionsForAxisCharts();
+ } else {
+ // for pie / donuts / circle
+ this.setDimensionsForNonAxisCharts();
+ }
+
+ this.dimGrid.gridPadFortitleSubtitle(); // after calculating everything, apply padding set by user
+
+ gl.gridHeight = gl.gridHeight - this.gridPad.top - this.gridPad.bottom;
+ gl.gridWidth = gl.gridWidth - this.gridPad.left - this.gridPad.right - this.xPadRight - this.xPadLeft;
+ var barWidth = this.dimGrid.gridPadForColumnsInNumericAxis(gl.gridWidth);
+ gl.gridWidth = gl.gridWidth - barWidth * 2;
+ gl.translateX = gl.translateX + this.gridPad.left + this.xPadLeft + (barWidth > 0 ? barWidth + 4 : 0);
+ gl.translateY = gl.translateY + this.gridPad.top;
+ }
+ }, {
+ key: "setDimensionsForAxisCharts",
+ value: function setDimensionsForAxisCharts() {
+ var _this = this;
+
+ var w = this.w;
+ var gl = w.globals;
+ var yaxisLabelCoords = this.dimYAxis.getyAxisLabelsCoords();
+ var yTitleCoords = this.dimYAxis.getyAxisTitleCoords();
+ w.globals.yLabelsCoords = [];
+ w.globals.yTitleCoords = [];
+ w.config.yaxis.map(function (yaxe, index) {
+ // store the labels and titles coords in global vars
+ w.globals.yLabelsCoords.push({
+ width: yaxisLabelCoords[index].width,
+ index: index
+ });
+ w.globals.yTitleCoords.push({
+ width: yTitleCoords[index].width,
+ index: index
+ });
+ });
+ this.yAxisWidth = this.dimYAxis.getTotalYAxisWidth();
+ var xaxisLabelCoords = this.dimXAxis.getxAxisLabelsCoords();
+ var xtitleCoords = this.dimXAxis.getxAxisTitleCoords();
+ this.conditionalChecksForAxisCoords(xaxisLabelCoords, xtitleCoords);
+ gl.translateXAxisY = w.globals.rotateXLabels ? this.xAxisHeight / 8 : -4;
+ gl.translateXAxisX = w.globals.rotateXLabels && w.globals.isXNumeric && w.config.xaxis.labels.rotate <= -45 ? -this.xAxisWidth / 4 : 0;
+
+ if (w.globals.isBarHorizontal) {
+ gl.rotateXLabels = false;
+ gl.translateXAxisY = -1 * (parseInt(w.config.xaxis.labels.style.fontSize, 10) / 1.5);
+ }
+
+ gl.translateXAxisY = gl.translateXAxisY + w.config.xaxis.labels.offsetY;
+ gl.translateXAxisX = gl.translateXAxisX + w.config.xaxis.labels.offsetX;
+ var yAxisWidth = this.yAxisWidth;
+ var xAxisHeight = this.xAxisHeight;
+ gl.xAxisLabelsHeight = this.xAxisHeight - xtitleCoords.height;
+ gl.xAxisLabelsWidth = this.xAxisWidth;
+ gl.xAxisHeight = this.xAxisHeight;
+ var translateY = 10;
+
+ if (w.config.chart.type === 'radar' || this.isSparkline) {
+ yAxisWidth = 0;
+ xAxisHeight = gl.goldenPadding;
+ }
+
+ if (this.isSparkline) {
+ this.lgRect = {
+ height: 0,
+ width: 0
+ };
+ }
+
+ if (this.isSparkline || w.config.chart.type === 'treemap') {
+ yAxisWidth = 0;
+ xAxisHeight = 0;
+ translateY = 0;
+ }
+
+ if (!this.isSparkline) {
+ this.dimXAxis.additionalPaddingXLabels(xaxisLabelCoords);
+ }
+
+ var legendTopBottom = function legendTopBottom() {
+ gl.translateX = yAxisWidth;
+ gl.gridHeight = gl.svgHeight - _this.lgRect.height - xAxisHeight - (!_this.isSparkline && w.config.chart.type !== 'treemap' ? w.globals.rotateXLabels ? 10 : 15 : 0);
+ gl.gridWidth = gl.svgWidth - yAxisWidth;
+ };
+
+ if (w.config.xaxis.position === 'top') translateY = gl.xAxisHeight - w.config.xaxis.axisTicks.height - 5;
+
+ switch (w.config.legend.position) {
+ case 'bottom':
+ gl.translateY = translateY;
+ legendTopBottom();
+ break;
+
+ case 'top':
+ gl.translateY = this.lgRect.height + translateY;
+ legendTopBottom();
+ break;
+
+ case 'left':
+ gl.translateY = translateY;
+ gl.translateX = this.lgRect.width + yAxisWidth;
+ gl.gridHeight = gl.svgHeight - xAxisHeight - 12;
+ gl.gridWidth = gl.svgWidth - this.lgRect.width - yAxisWidth;
+ break;
+
+ case 'right':
+ gl.translateY = translateY;
+ gl.translateX = yAxisWidth;
+ gl.gridHeight = gl.svgHeight - xAxisHeight - 12;
+ gl.gridWidth = gl.svgWidth - this.lgRect.width - yAxisWidth - 5;
+ break;
+
+ default:
+ throw new Error('Legend position not supported');
+ }
+
+ this.dimGrid.setGridXPosForDualYAxis(yTitleCoords, yaxisLabelCoords); // after drawing everything, set the Y axis positions
+
+ var objyAxis = new YAxis(this.ctx);
+ objyAxis.setYAxisXPosition(yaxisLabelCoords, yTitleCoords);
+ }
+ }, {
+ key: "setDimensionsForNonAxisCharts",
+ value: function setDimensionsForNonAxisCharts() {
+ var w = this.w;
+ var gl = w.globals;
+ var cnf = w.config;
+ var xPad = 0;
+
+ if (w.config.legend.show && !w.config.legend.floating) {
+ xPad = 20;
+ }
+
+ var type = cnf.chart.type === 'pie' || cnf.chart.type === 'polarArea' || cnf.chart.type === 'donut' ? 'pie' : 'radialBar';
+ var offY = cnf.plotOptions[type].offsetY;
+ var offX = cnf.plotOptions[type].offsetX;
+
+ if (!cnf.legend.show || cnf.legend.floating) {
+ gl.gridHeight = gl.svgHeight - cnf.grid.padding.left + cnf.grid.padding.right;
+ gl.gridWidth = gl.gridHeight;
+ gl.translateY = offY;
+ gl.translateX = offX + (gl.svgWidth - gl.gridWidth) / 2;
+ return;
+ }
+
+ switch (cnf.legend.position) {
+ case 'bottom':
+ gl.gridHeight = gl.svgHeight - this.lgRect.height - gl.goldenPadding;
+ gl.gridWidth = gl.svgWidth;
+ gl.translateY = offY - 10;
+ gl.translateX = offX + (gl.svgWidth - gl.gridWidth) / 2;
+ break;
+
+ case 'top':
+ gl.gridHeight = gl.svgHeight - this.lgRect.height - gl.goldenPadding;
+ gl.gridWidth = gl.svgWidth;
+ gl.translateY = this.lgRect.height + offY + 10;
+ gl.translateX = offX + (gl.svgWidth - gl.gridWidth) / 2;
+ break;
+
+ case 'left':
+ gl.gridWidth = gl.svgWidth - this.lgRect.width - xPad;
+ gl.gridHeight = cnf.chart.height !== 'auto' ? gl.svgHeight : gl.gridWidth;
+ gl.translateY = offY;
+ gl.translateX = offX + this.lgRect.width + xPad;
+ break;
+
+ case 'right':
+ gl.gridWidth = gl.svgWidth - this.lgRect.width - xPad - 5;
+ gl.gridHeight = cnf.chart.height !== 'auto' ? gl.svgHeight : gl.gridWidth;
+ gl.translateY = offY;
+ gl.translateX = offX + 10;
+ break;
+
+ default:
+ throw new Error('Legend position not supported');
+ }
+ }
+ }, {
+ key: "conditionalChecksForAxisCoords",
+ value: function conditionalChecksForAxisCoords(xaxisLabelCoords, xtitleCoords) {
+ var w = this.w;
+ var baseXAxisHeight = xaxisLabelCoords.height + xtitleCoords.height;
+ var xAxisHeightMultiplicate = w.globals.isMultiLineX ? 1.2 : w.globals.LINE_HEIGHT_RATIO;
+ var rotatedXAxisOffset = w.globals.rotateXLabels ? 22 : 10;
+ var rotatedXAxisLegendOffset = w.globals.rotateXLabels && w.config.legend.position === 'bottom';
+ var additionalOffset = rotatedXAxisLegendOffset ? 10 : 0;
+ this.xAxisHeight = baseXAxisHeight * xAxisHeightMultiplicate + rotatedXAxisOffset + additionalOffset;
+ this.xAxisWidth = xaxisLabelCoords.width;
+
+ if (this.xAxisHeight - xtitleCoords.height > w.config.xaxis.labels.maxHeight) {
+ this.xAxisHeight = w.config.xaxis.labels.maxHeight;
+ }
+
+ if (w.config.xaxis.labels.minHeight && this.xAxisHeight < w.config.xaxis.labels.minHeight) {
+ this.xAxisHeight = w.config.xaxis.labels.minHeight;
+ }
+
+ if (w.config.xaxis.floating) {
+ this.xAxisHeight = 0;
+ }
+
+ var minYAxisWidth = 0;
+ var maxYAxisWidth = 0;
+ w.config.yaxis.forEach(function (y) {
+ minYAxisWidth += y.labels.minWidth;
+ maxYAxisWidth += y.labels.maxWidth;
+ });
+
+ if (this.yAxisWidth < minYAxisWidth) {
+ this.yAxisWidth = minYAxisWidth;
+ }
+
+ if (this.yAxisWidth > maxYAxisWidth) {
+ this.yAxisWidth = maxYAxisWidth;
+ }
+ }
+ }]);
+
+ return Dimensions;
+ }();
+
+ var Helpers$1 = /*#__PURE__*/function () {
+ function Helpers(lgCtx) {
+ _classCallCheck(this, Helpers);
+
+ this.w = lgCtx.w;
+ this.lgCtx = lgCtx;
+ }
+
+ _createClass(Helpers, [{
+ key: "getLegendStyles",
+ value: function getLegendStyles() {
+ var stylesheet = document.createElement('style');
+ stylesheet.setAttribute('type', 'text/css');
+ var text = "\t\n \t\n .apexcharts-legend {\t\n display: flex;\t\n overflow: auto;\t\n padding: 0 10px;\t\n }\t\n .apexcharts-legend.apx-legend-position-bottom, .apexcharts-legend.apx-legend-position-top {\t\n flex-wrap: wrap\t\n }\t\n .apexcharts-legend.apx-legend-position-right, .apexcharts-legend.apx-legend-position-left {\t\n flex-direction: column;\t\n bottom: 0;\t\n }\t\n .apexcharts-legend.apx-legend-position-bottom.apexcharts-align-left, .apexcharts-legend.apx-legend-position-top.apexcharts-align-left, .apexcharts-legend.apx-legend-position-right, .apexcharts-legend.apx-legend-position-left {\t\n justify-content: flex-start;\t\n }\t\n .apexcharts-legend.apx-legend-position-bottom.apexcharts-align-center, .apexcharts-legend.apx-legend-position-top.apexcharts-align-center {\t\n justify-content: center; \t\n }\t\n .apexcharts-legend.apx-legend-position-bottom.apexcharts-align-right, .apexcharts-legend.apx-legend-position-top.apexcharts-align-right {\t\n justify-content: flex-end;\t\n }\t\n .apexcharts-legend-series {\t\n cursor: pointer;\t\n line-height: normal;\t\n }\t\n .apexcharts-legend.apx-legend-position-bottom .apexcharts-legend-series, .apexcharts-legend.apx-legend-position-top .apexcharts-legend-series{\t\n display: flex;\t\n align-items: center;\t\n }\t\n .apexcharts-legend-text {\t\n position: relative;\t\n font-size: 14px;\t\n }\t\n .apexcharts-legend-text *, .apexcharts-legend-marker * {\t\n pointer-events: none;\t\n }\t\n .apexcharts-legend-marker {\t\n position: relative;\t\n display: inline-block;\t\n cursor: pointer;\t\n margin-right: 3px;\t\n border-style: solid;\n }\t\n \t\n .apexcharts-legend.apexcharts-align-right .apexcharts-legend-series, .apexcharts-legend.apexcharts-align-left .apexcharts-legend-series{\t\n display: inline-block;\t\n }\t\n .apexcharts-legend-series.apexcharts-no-click {\t\n cursor: auto;\t\n }\t\n .apexcharts-legend .apexcharts-hidden-zero-series, .apexcharts-legend .apexcharts-hidden-null-series {\t\n display: none !important;\t\n }\t\n .apexcharts-inactive-legend {\t\n opacity: 0.45;\t\n }";
+ var rules = document.createTextNode(text);
+ stylesheet.appendChild(rules);
+ return stylesheet;
+ }
+ }, {
+ key: "getLegendBBox",
+ value: function getLegendBBox() {
+ var w = this.w;
+ var currLegendsWrap = w.globals.dom.baseEl.querySelector('.apexcharts-legend');
+ var currLegendsWrapRect = currLegendsWrap.getBoundingClientRect();
+ var currLegendsWrapWidth = currLegendsWrapRect.width;
+ var currLegendsWrapHeight = currLegendsWrapRect.height;
+ return {
+ clwh: currLegendsWrapHeight,
+ clww: currLegendsWrapWidth
+ };
+ }
+ }, {
+ key: "appendToForeignObject",
+ value: function appendToForeignObject() {
+ var gl = this.w.globals;
+ gl.dom.elLegendForeign = document.createElementNS(gl.SVGNS, 'foreignObject');
+ var elForeign = gl.dom.elLegendForeign;
+ elForeign.setAttribute('x', 0);
+ elForeign.setAttribute('y', 0);
+ elForeign.setAttribute('width', gl.svgWidth);
+ elForeign.setAttribute('height', gl.svgHeight);
+ gl.dom.elLegendWrap.setAttribute('xmlns', 'http://www.w3.org/1999/xhtml');
+ elForeign.appendChild(gl.dom.elLegendWrap);
+ elForeign.appendChild(this.getLegendStyles()); //gl.dom.elGraphical.node.insertAdjacentElement('afterend', elForeign)
+ // the above line causes issue #1907
+
+ gl.dom.Paper.node.insertBefore(elForeign, gl.dom.elGraphical.node);
+ }
+ }, {
+ key: "toggleDataSeries",
+ value: function toggleDataSeries(seriesCnt, isHidden) {
+ var _this = this;
+
+ var w = this.w;
+
+ if (w.globals.axisCharts || w.config.chart.type === 'radialBar') {
+ w.globals.resized = true; // we don't want initial animations again
+
+ var seriesEl = null;
+ var realIndex = null; // yes, make it null. 1 series will rise at a time
+
+ w.globals.risingSeries = [];
+
+ if (w.globals.axisCharts) {
+ seriesEl = w.globals.dom.baseEl.querySelector(".apexcharts-series[data\\:realIndex='".concat(seriesCnt, "']"));
+ realIndex = parseInt(seriesEl.getAttribute('data:realIndex'), 10);
+ } else {
+ seriesEl = w.globals.dom.baseEl.querySelector(".apexcharts-series[rel='".concat(seriesCnt + 1, "']"));
+ realIndex = parseInt(seriesEl.getAttribute('rel'), 10) - 1;
+ }
+
+ if (isHidden) {
+ var seriesToMakeVisible = [{
+ cs: w.globals.collapsedSeries,
+ csi: w.globals.collapsedSeriesIndices
+ }, {
+ cs: w.globals.ancillaryCollapsedSeries,
+ csi: w.globals.ancillaryCollapsedSeriesIndices
+ }];
+ seriesToMakeVisible.forEach(function (r) {
+ _this.riseCollapsedSeries(r.cs, r.csi, realIndex);
+ });
+ } else {
+ this.hideSeries({
+ seriesEl: seriesEl,
+ realIndex: realIndex
+ });
+ }
+ } else {
+ // for non-axis charts i.e pie / donuts
+ var _seriesEl = w.globals.dom.Paper.select(" .apexcharts-series[rel='".concat(seriesCnt + 1, "'] path"));
+
+ var type = w.config.chart.type;
+
+ if (type === 'pie' || type === 'polarArea' || type === 'donut') {
+ var dataLabels = w.config.plotOptions.pie.donut.labels;
+ var graphics = new Graphics(this.lgCtx.ctx);
+ graphics.pathMouseDown(_seriesEl.members[0], null);
+ this.lgCtx.ctx.pie.printDataLabelsInner(_seriesEl.members[0].node, dataLabels);
+ }
+
+ _seriesEl.fire('click');
+ }
+ }
+ }, {
+ key: "hideSeries",
+ value: function hideSeries(_ref) {
+ var seriesEl = _ref.seriesEl,
+ realIndex = _ref.realIndex;
+ var w = this.w;
+ var series = Utils$1.clone(w.config.series);
+
+ if (w.globals.axisCharts) {
+ var shouldNotHideYAxis = false;
+
+ if (w.config.yaxis[realIndex] && w.config.yaxis[realIndex].show && w.config.yaxis[realIndex].showAlways) {
+ shouldNotHideYAxis = true;
+
+ if (w.globals.ancillaryCollapsedSeriesIndices.indexOf(realIndex) < 0) {
+ w.globals.ancillaryCollapsedSeries.push({
+ index: realIndex,
+ data: series[realIndex].data.slice(),
+ type: seriesEl.parentNode.className.baseVal.split('-')[1]
+ });
+ w.globals.ancillaryCollapsedSeriesIndices.push(realIndex);
+ }
+ }
+
+ if (!shouldNotHideYAxis) {
+ w.globals.collapsedSeries.push({
+ index: realIndex,
+ data: series[realIndex].data.slice(),
+ type: seriesEl.parentNode.className.baseVal.split('-')[1]
+ });
+ w.globals.collapsedSeriesIndices.push(realIndex);
+ var removeIndexOfRising = w.globals.risingSeries.indexOf(realIndex);
+ w.globals.risingSeries.splice(removeIndexOfRising, 1);
+ }
+ } else {
+ w.globals.collapsedSeries.push({
+ index: realIndex,
+ data: series[realIndex]
+ });
+ w.globals.collapsedSeriesIndices.push(realIndex);
+ }
+
+ var seriesChildren = seriesEl.childNodes;
+
+ for (var sc = 0; sc < seriesChildren.length; sc++) {
+ if (seriesChildren[sc].classList.contains('apexcharts-series-markers-wrap')) {
+ if (seriesChildren[sc].classList.contains('apexcharts-hide')) {
+ seriesChildren[sc].classList.remove('apexcharts-hide');
+ } else {
+ seriesChildren[sc].classList.add('apexcharts-hide');
+ }
+ }
+ }
+
+ w.globals.allSeriesCollapsed = w.globals.collapsedSeries.length === w.config.series.length;
+ series = this._getSeriesBasedOnCollapsedState(series);
+
+ this.lgCtx.ctx.updateHelpers._updateSeries(series, w.config.chart.animations.dynamicAnimation.enabled);
+ }
+ }, {
+ key: "riseCollapsedSeries",
+ value: function riseCollapsedSeries(collapsedSeries, seriesIndices, realIndex) {
+ var w = this.w;
+ var series = Utils$1.clone(w.config.series);
+
+ if (collapsedSeries.length > 0) {
+ for (var c = 0; c < collapsedSeries.length; c++) {
+ if (collapsedSeries[c].index === realIndex) {
+ if (w.globals.axisCharts) {
+ series[realIndex].data = collapsedSeries[c].data.slice();
+ collapsedSeries.splice(c, 1);
+ seriesIndices.splice(c, 1);
+ w.globals.risingSeries.push(realIndex);
+ } else {
+ series[realIndex] = collapsedSeries[c].data;
+ collapsedSeries.splice(c, 1);
+ seriesIndices.splice(c, 1);
+ w.globals.risingSeries.push(realIndex);
+ }
+ }
+ }
+
+ series = this._getSeriesBasedOnCollapsedState(series);
+
+ this.lgCtx.ctx.updateHelpers._updateSeries(series, w.config.chart.animations.dynamicAnimation.enabled);
+ }
+ }
+ }, {
+ key: "_getSeriesBasedOnCollapsedState",
+ value: function _getSeriesBasedOnCollapsedState(series) {
+ var w = this.w;
+
+ if (w.globals.axisCharts) {
+ series.forEach(function (s, sI) {
+ if (w.globals.collapsedSeriesIndices.indexOf(sI) > -1) {
+ series[sI].data = [];
+ }
+ });
+ } else {
+ series.forEach(function (s, sI) {
+ if (w.globals.collapsedSeriesIndices.indexOf(sI) > -1) {
+ series[sI] = 0;
+ }
+ });
+ }
+
+ return series;
+ }
+ }]);
+
+ return Helpers;
+ }();
+
+ /**
+ * ApexCharts Legend Class to draw legend.
+ *
+ * @module Legend
+ **/
+
+ var Legend = /*#__PURE__*/function () {
+ function Legend(ctx, opts) {
+ _classCallCheck(this, Legend);
+
+ this.ctx = ctx;
+ this.w = ctx.w;
+ this.onLegendClick = this.onLegendClick.bind(this);
+ this.onLegendHovered = this.onLegendHovered.bind(this);
+ this.isBarsDistributed = this.w.config.chart.type === 'bar' && this.w.config.plotOptions.bar.distributed && this.w.config.series.length === 1;
+ this.legendHelpers = new Helpers$1(this);
+ }
+
+ _createClass(Legend, [{
+ key: "init",
+ value: function init() {
+ var w = this.w;
+ var gl = w.globals;
+ var cnf = w.config;
+ var showLegendAlways = cnf.legend.showForSingleSeries && gl.series.length === 1 || this.isBarsDistributed || gl.series.length > 1;
+
+ if ((showLegendAlways || !gl.axisCharts) && cnf.legend.show) {
+ while (gl.dom.elLegendWrap.firstChild) {
+ gl.dom.elLegendWrap.removeChild(gl.dom.elLegendWrap.firstChild);
+ }
+
+ this.drawLegends();
+
+ if (!Utils$1.isIE11()) {
+ this.legendHelpers.appendToForeignObject();
+ } else {
+ // IE11 doesn't supports foreignObject, hence append it to
+ document.getElementsByTagName('head')[0].appendChild(this.legendHelpers.getLegendStyles());
+ }
+
+ if (cnf.legend.position === 'bottom' || cnf.legend.position === 'top') {
+ this.legendAlignHorizontal();
+ } else if (cnf.legend.position === 'right' || cnf.legend.position === 'left') {
+ this.legendAlignVertical();
+ }
+ }
+ }
+ }, {
+ key: "drawLegends",
+ value: function drawLegends() {
+ var me = this;
+ var w = this.w;
+ var fontFamily = w.config.legend.fontFamily;
+ var legendNames = w.globals.seriesNames;
+ var fillcolor = w.globals.colors.slice();
+
+ if (w.config.chart.type === 'heatmap') {
+ var ranges = w.config.plotOptions.heatmap.colorScale.ranges;
+ legendNames = ranges.map(function (colorScale) {
+ return colorScale.name ? colorScale.name : colorScale.from + ' - ' + colorScale.to;
+ });
+ fillcolor = ranges.map(function (color) {
+ return color.color;
+ });
+ } else if (this.isBarsDistributed) {
+ legendNames = w.globals.labels.slice();
+ }
+
+ if (w.config.legend.customLegendItems.length) {
+ legendNames = w.config.legend.customLegendItems;
+ }
+
+ var legendFormatter = w.globals.legendFormatter;
+ var isLegendInversed = w.config.legend.inverseOrder;
+
+ for (var i = isLegendInversed ? legendNames.length - 1 : 0; isLegendInversed ? i >= 0 : i <= legendNames.length - 1; isLegendInversed ? i-- : i++) {
+ var text = legendFormatter(legendNames[i], {
+ seriesIndex: i,
+ w: w
+ });
+ var collapsedSeries = false;
+ var ancillaryCollapsedSeries = false;
+
+ if (w.globals.collapsedSeries.length > 0) {
+ for (var c = 0; c < w.globals.collapsedSeries.length; c++) {
+ if (w.globals.collapsedSeries[c].index === i) {
+ collapsedSeries = true;
+ }
+ }
+ }
+
+ if (w.globals.ancillaryCollapsedSeriesIndices.length > 0) {
+ for (var _c = 0; _c < w.globals.ancillaryCollapsedSeriesIndices.length; _c++) {
+ if (w.globals.ancillaryCollapsedSeriesIndices[_c] === i) {
+ ancillaryCollapsedSeries = true;
+ }
+ }
+ }
+
+ var elMarker = document.createElement('span');
+ elMarker.classList.add('apexcharts-legend-marker');
+ var mOffsetX = w.config.legend.markers.offsetX;
+ var mOffsetY = w.config.legend.markers.offsetY;
+ var mHeight = w.config.legend.markers.height;
+ var mWidth = w.config.legend.markers.width;
+ var mBorderWidth = w.config.legend.markers.strokeWidth;
+ var mBorderColor = w.config.legend.markers.strokeColor;
+ var mBorderRadius = w.config.legend.markers.radius;
+ var mStyle = elMarker.style;
+ mStyle.background = fillcolor[i];
+ mStyle.color = fillcolor[i];
+ mStyle.setProperty('background', fillcolor[i], 'important'); // override fill color with custom legend.markers.fillColors
+
+ if (w.config.legend.markers.fillColors && w.config.legend.markers.fillColors[i]) {
+ mStyle.background = w.config.legend.markers.fillColors[i];
+ } // override with data color
+
+
+ if (w.globals.seriesColors[i] !== undefined) {
+ mStyle.background = w.globals.seriesColors[i];
+ mStyle.color = w.globals.seriesColors[i];
+ }
+
+ mStyle.height = Array.isArray(mHeight) ? parseFloat(mHeight[i]) + 'px' : parseFloat(mHeight) + 'px';
+ mStyle.width = Array.isArray(mWidth) ? parseFloat(mWidth[i]) + 'px' : parseFloat(mWidth) + 'px';
+ mStyle.left = (Array.isArray(mOffsetX) ? parseFloat(mOffsetX[i]) : parseFloat(mOffsetX)) + 'px';
+ mStyle.top = (Array.isArray(mOffsetY) ? parseFloat(mOffsetY[i]) : parseFloat(mOffsetY)) + 'px';
+ mStyle.borderWidth = Array.isArray(mBorderWidth) ? mBorderWidth[i] : mBorderWidth;
+ mStyle.borderColor = Array.isArray(mBorderColor) ? mBorderColor[i] : mBorderColor;
+ mStyle.borderRadius = Array.isArray(mBorderRadius) ? parseFloat(mBorderRadius[i]) + 'px' : parseFloat(mBorderRadius) + 'px';
+
+ if (w.config.legend.markers.customHTML) {
+ if (Array.isArray(w.config.legend.markers.customHTML)) {
+ if (w.config.legend.markers.customHTML[i]) {
+ elMarker.innerHTML = w.config.legend.markers.customHTML[i]();
+ }
+ } else {
+ elMarker.innerHTML = w.config.legend.markers.customHTML();
+ }
+ }
+
+ Graphics.setAttrs(elMarker, {
+ rel: i + 1,
+ 'data:collapsed': collapsedSeries || ancillaryCollapsedSeries
+ });
+
+ if (collapsedSeries || ancillaryCollapsedSeries) {
+ elMarker.classList.add('apexcharts-inactive-legend');
+ }
+
+ var elLegend = document.createElement('div');
+ var elLegendText = document.createElement('span');
+ elLegendText.classList.add('apexcharts-legend-text');
+ elLegendText.innerHTML = Array.isArray(text) ? text.join(' ') : text;
+ var textColor = w.config.legend.labels.useSeriesColors ? w.globals.colors[i] : w.config.legend.labels.colors;
+
+ if (!textColor) {
+ textColor = w.config.chart.foreColor;
+ }
+
+ elLegendText.style.color = textColor;
+ elLegendText.style.fontSize = parseFloat(w.config.legend.fontSize) + 'px';
+ elLegendText.style.fontWeight = w.config.legend.fontWeight;
+ elLegendText.style.fontFamily = fontFamily || w.config.chart.fontFamily;
+ Graphics.setAttrs(elLegendText, {
+ rel: i + 1,
+ i: i,
+ 'data:default-text': encodeURIComponent(text),
+ 'data:collapsed': collapsedSeries || ancillaryCollapsedSeries
+ });
+ elLegend.appendChild(elMarker);
+ elLegend.appendChild(elLegendText);
+ var coreUtils = new CoreUtils(this.ctx);
+
+ if (!w.config.legend.showForZeroSeries) {
+ var total = coreUtils.getSeriesTotalByIndex(i);
+
+ if (total === 0 && coreUtils.seriesHaveSameValues(i) && !coreUtils.isSeriesNull(i) && w.globals.collapsedSeriesIndices.indexOf(i) === -1 && w.globals.ancillaryCollapsedSeriesIndices.indexOf(i) === -1) {
+ elLegend.classList.add('apexcharts-hidden-zero-series');
+ }
+ }
+
+ if (!w.config.legend.showForNullSeries) {
+ if (coreUtils.isSeriesNull(i) && w.globals.collapsedSeriesIndices.indexOf(i) === -1 && w.globals.ancillaryCollapsedSeriesIndices.indexOf(i) === -1) {
+ elLegend.classList.add('apexcharts-hidden-null-series');
+ }
+ }
+
+ w.globals.dom.elLegendWrap.appendChild(elLegend);
+ w.globals.dom.elLegendWrap.classList.add("apexcharts-align-".concat(w.config.legend.horizontalAlign));
+ w.globals.dom.elLegendWrap.classList.add('apx-legend-position-' + w.config.legend.position);
+ elLegend.classList.add('apexcharts-legend-series');
+ elLegend.style.margin = "".concat(w.config.legend.itemMargin.vertical, "px ").concat(w.config.legend.itemMargin.horizontal, "px");
+ w.globals.dom.elLegendWrap.style.width = w.config.legend.width ? w.config.legend.width + 'px' : '';
+ w.globals.dom.elLegendWrap.style.height = w.config.legend.height ? w.config.legend.height + 'px' : '';
+ Graphics.setAttrs(elLegend, {
+ rel: i + 1,
+ seriesName: Utils$1.escapeString(legendNames[i]),
+ 'data:collapsed': collapsedSeries || ancillaryCollapsedSeries
+ });
+
+ if (collapsedSeries || ancillaryCollapsedSeries) {
+ elLegend.classList.add('apexcharts-inactive-legend');
+ }
+
+ if (!w.config.legend.onItemClick.toggleDataSeries) {
+ elLegend.classList.add('apexcharts-no-click');
+ }
+ }
+
+ w.globals.dom.elWrap.addEventListener('click', me.onLegendClick, true);
+
+ if (w.config.legend.onItemHover.highlightDataSeries && w.config.legend.customLegendItems.length === 0) {
+ w.globals.dom.elWrap.addEventListener('mousemove', me.onLegendHovered, true);
+ w.globals.dom.elWrap.addEventListener('mouseout', me.onLegendHovered, true);
+ }
+ }
+ }, {
+ key: "setLegendWrapXY",
+ value: function setLegendWrapXY(offsetX, offsetY) {
+ var w = this.w;
+ var elLegendWrap = w.globals.dom.baseEl.querySelector('.apexcharts-legend');
+ var legendRect = elLegendWrap.getBoundingClientRect();
+ var x = 0;
+ var y = 0;
+
+ if (w.config.legend.position === 'bottom') {
+ y = y + (w.globals.svgHeight - legendRect.height / 2);
+ } else if (w.config.legend.position === 'top') {
+ var dim = new Dimensions(this.ctx);
+ var titleH = dim.dimHelpers.getTitleSubtitleCoords('title').height;
+ var subtitleH = dim.dimHelpers.getTitleSubtitleCoords('subtitle').height;
+ y = y + (titleH > 0 ? titleH - 10 : 0) + (subtitleH > 0 ? subtitleH - 10 : 0);
+ }
+
+ elLegendWrap.style.position = 'absolute';
+ x = x + offsetX + w.config.legend.offsetX;
+ y = y + offsetY + w.config.legend.offsetY;
+ elLegendWrap.style.left = x + 'px';
+ elLegendWrap.style.top = y + 'px';
+
+ if (w.config.legend.position === 'bottom') {
+ elLegendWrap.style.top = 'auto';
+ elLegendWrap.style.bottom = 5 - w.config.legend.offsetY + 'px';
+ } else if (w.config.legend.position === 'right') {
+ elLegendWrap.style.left = 'auto';
+ elLegendWrap.style.right = 25 + w.config.legend.offsetX + 'px';
+ }
+
+ var fixedHeigthWidth = ['width', 'height'];
+ fixedHeigthWidth.forEach(function (hw) {
+ if (elLegendWrap.style[hw]) {
+ elLegendWrap.style[hw] = parseInt(w.config.legend[hw], 10) + 'px';
+ }
+ });
+ }
+ }, {
+ key: "legendAlignHorizontal",
+ value: function legendAlignHorizontal() {
+ var w = this.w;
+ var elLegendWrap = w.globals.dom.baseEl.querySelector('.apexcharts-legend');
+ elLegendWrap.style.right = 0;
+ var lRect = this.legendHelpers.getLegendBBox();
+ var dimensions = new Dimensions(this.ctx);
+ var titleRect = dimensions.dimHelpers.getTitleSubtitleCoords('title');
+ var subtitleRect = dimensions.dimHelpers.getTitleSubtitleCoords('subtitle');
+ var offsetX = 20;
+ var offsetY = 0; // the whole legend box is set to bottom
+
+ if (w.config.legend.position === 'bottom') {
+ offsetY = -lRect.clwh / 1.8;
+ } else if (w.config.legend.position === 'top') {
+ offsetY = titleRect.height + subtitleRect.height + w.config.title.margin + w.config.subtitle.margin - 10;
+ }
+
+ this.setLegendWrapXY(offsetX, offsetY);
+ }
+ }, {
+ key: "legendAlignVertical",
+ value: function legendAlignVertical() {
+ var w = this.w;
+ var lRect = this.legendHelpers.getLegendBBox();
+ var offsetY = 20;
+ var offsetX = 0;
+
+ if (w.config.legend.position === 'left') {
+ offsetX = 20;
+ }
+
+ if (w.config.legend.position === 'right') {
+ offsetX = w.globals.svgWidth - lRect.clww - 10;
+ }
+
+ this.setLegendWrapXY(offsetX, offsetY);
+ }
+ }, {
+ key: "onLegendHovered",
+ value: function onLegendHovered(e) {
+ var w = this.w;
+ var hoverOverLegend = e.target.classList.contains('apexcharts-legend-text') || e.target.classList.contains('apexcharts-legend-marker');
+
+ if (w.config.chart.type !== 'heatmap' && !this.isBarsDistributed) {
+ if (!e.target.classList.contains('apexcharts-inactive-legend') && hoverOverLegend) {
+ var series = new Series(this.ctx);
+ series.toggleSeriesOnHover(e, e.target);
+ }
+ } else {
+ // for heatmap handling
+ if (hoverOverLegend) {
+ var seriesCnt = parseInt(e.target.getAttribute('rel'), 10) - 1;
+ this.ctx.events.fireEvent('legendHover', [this.ctx, seriesCnt, this.w]);
+
+ var _series = new Series(this.ctx);
+
+ _series.highlightRangeInSeries(e, e.target);
+ }
+ }
+ }
+ }, {
+ key: "onLegendClick",
+ value: function onLegendClick(e) {
+ var w = this.w;
+ if (w.config.legend.customLegendItems.length) return;
+
+ if (e.target.classList.contains('apexcharts-legend-text') || e.target.classList.contains('apexcharts-legend-marker')) {
+ var seriesCnt = parseInt(e.target.getAttribute('rel'), 10) - 1;
+ var isHidden = e.target.getAttribute('data:collapsed') === 'true';
+ var legendClick = this.w.config.chart.events.legendClick;
+
+ if (typeof legendClick === 'function') {
+ legendClick(this.ctx, seriesCnt, this.w);
+ }
+
+ this.ctx.events.fireEvent('legendClick', [this.ctx, seriesCnt, this.w]);
+ var markerClick = this.w.config.legend.markers.onClick;
+
+ if (typeof markerClick === 'function' && e.target.classList.contains('apexcharts-legend-marker')) {
+ markerClick(this.ctx, seriesCnt, this.w);
+ this.ctx.events.fireEvent('legendMarkerClick', [this.ctx, seriesCnt, this.w]);
+ } // for now - just prevent click on heatmap legend - and allow hover only
+
+
+ var clickAllowed = w.config.chart.type !== 'treemap' && w.config.chart.type !== 'heatmap' && !this.isBarsDistributed;
+
+ if (clickAllowed && w.config.legend.onItemClick.toggleDataSeries) {
+ this.legendHelpers.toggleDataSeries(seriesCnt, isHidden);
+ }
+ }
+ }
+ }]);
+
+ return Legend;
+ }();
+
+ var icoPan = "\n \n \n \n \n \n \n \n ";
+
+ var icoZoom = "\n \n \n \n ";
+
+ var icoReset = "\n \n \n ";
+
+ var icoZoomIn = "\n \n \n \n";
+
+ var icoZoomOut = "\n \n \n \n";
+
+ var icoSelect = "\n \n \n ";
+
+ var icoMenu = " ";
+
+ /**
+ * ApexCharts Toolbar Class for creating toolbar in axis based charts.
+ *
+ * @module Toolbar
+ **/
+
+ var Toolbar = /*#__PURE__*/function () {
+ function Toolbar(ctx) {
+ _classCallCheck(this, Toolbar);
+
+ this.ctx = ctx;
+ this.w = ctx.w;
+ var w = this.w;
+ this.ev = this.w.config.chart.events;
+ this.selectedClass = 'apexcharts-selected';
+ this.localeValues = this.w.globals.locale.toolbar;
+ this.minX = w.globals.minX;
+ this.maxX = w.globals.maxX;
+ }
+
+ _createClass(Toolbar, [{
+ key: "createToolbar",
+ value: function createToolbar() {
+ var _this = this;
+
+ var w = this.w;
+
+ var createDiv = function createDiv() {
+ return document.createElement('div');
+ };
+
+ var elToolbarWrap = createDiv();
+ elToolbarWrap.setAttribute('class', 'apexcharts-toolbar');
+ elToolbarWrap.style.top = w.config.chart.toolbar.offsetY + 'px';
+ elToolbarWrap.style.right = -w.config.chart.toolbar.offsetX + 3 + 'px';
+ w.globals.dom.elWrap.appendChild(elToolbarWrap);
+ this.elZoom = createDiv();
+ this.elZoomIn = createDiv();
+ this.elZoomOut = createDiv();
+ this.elPan = createDiv();
+ this.elSelection = createDiv();
+ this.elZoomReset = createDiv();
+ this.elMenuIcon = createDiv();
+ this.elMenu = createDiv();
+ this.elCustomIcons = [];
+ this.t = w.config.chart.toolbar.tools;
+
+ if (Array.isArray(this.t.customIcons)) {
+ for (var i = 0; i < this.t.customIcons.length; i++) {
+ this.elCustomIcons.push(createDiv());
+ }
+ }
+
+ var toolbarControls = [];
+
+ var appendZoomControl = function appendZoomControl(type, el, ico) {
+ var tool = type.toLowerCase();
+
+ if (_this.t[tool] && w.config.chart.zoom.enabled) {
+ toolbarControls.push({
+ el: el,
+ icon: typeof _this.t[tool] === 'string' ? _this.t[tool] : ico,
+ title: _this.localeValues[type],
+ class: "apexcharts-".concat(tool, "-icon")
+ });
+ }
+ };
+
+ appendZoomControl('zoomIn', this.elZoomIn, icoZoomIn);
+ appendZoomControl('zoomOut', this.elZoomOut, icoZoomOut);
+
+ var zoomSelectionCtrls = function zoomSelectionCtrls(z) {
+ if (_this.t[z] && w.config.chart[z].enabled) {
+ toolbarControls.push({
+ el: z === 'zoom' ? _this.elZoom : _this.elSelection,
+ icon: typeof _this.t[z] === 'string' ? _this.t[z] : z === 'zoom' ? icoZoom : icoSelect,
+ title: _this.localeValues[z === 'zoom' ? 'selectionZoom' : 'selection'],
+ class: w.globals.isTouchDevice ? 'apexcharts-element-hidden' : "apexcharts-".concat(z, "-icon")
+ });
+ }
+ };
+
+ zoomSelectionCtrls('zoom');
+ zoomSelectionCtrls('selection');
+
+ if (this.t.pan && w.config.chart.zoom.enabled) {
+ toolbarControls.push({
+ el: this.elPan,
+ icon: typeof this.t.pan === 'string' ? this.t.pan : icoPan,
+ title: this.localeValues.pan,
+ class: w.globals.isTouchDevice ? 'apexcharts-element-hidden' : 'apexcharts-pan-icon'
+ });
+ }
+
+ appendZoomControl('reset', this.elZoomReset, icoReset);
+
+ if (this.t.download) {
+ toolbarControls.push({
+ el: this.elMenuIcon,
+ icon: typeof this.t.download === 'string' ? this.t.download : icoMenu,
+ title: this.localeValues.menu,
+ class: 'apexcharts-menu-icon'
+ });
+ }
+
+ for (var _i = 0; _i < this.elCustomIcons.length; _i++) {
+ toolbarControls.push({
+ el: this.elCustomIcons[_i],
+ icon: this.t.customIcons[_i].icon,
+ title: this.t.customIcons[_i].title,
+ index: this.t.customIcons[_i].index,
+ class: 'apexcharts-toolbar-custom-icon ' + this.t.customIcons[_i].class
+ });
+ }
+
+ toolbarControls.forEach(function (t, index) {
+ if (t.index) {
+ Utils$1.moveIndexInArray(toolbarControls, index, t.index);
+ }
+ });
+
+ for (var _i2 = 0; _i2 < toolbarControls.length; _i2++) {
+ Graphics.setAttrs(toolbarControls[_i2].el, {
+ class: toolbarControls[_i2].class,
+ title: toolbarControls[_i2].title
+ });
+ toolbarControls[_i2].el.innerHTML = toolbarControls[_i2].icon;
+ elToolbarWrap.appendChild(toolbarControls[_i2].el);
+ }
+
+ this._createHamburgerMenu(elToolbarWrap);
+
+ if (w.globals.zoomEnabled) {
+ this.elZoom.classList.add(this.selectedClass);
+ } else if (w.globals.panEnabled) {
+ this.elPan.classList.add(this.selectedClass);
+ } else if (w.globals.selectionEnabled) {
+ this.elSelection.classList.add(this.selectedClass);
+ }
+
+ this.addToolbarEventListeners();
+ }
+ }, {
+ key: "_createHamburgerMenu",
+ value: function _createHamburgerMenu(parent) {
+ this.elMenuItems = [];
+ parent.appendChild(this.elMenu);
+ Graphics.setAttrs(this.elMenu, {
+ class: 'apexcharts-menu'
+ });
+ var menuItems = [{
+ name: 'exportSVG',
+ title: this.localeValues.exportToSVG
+ }, {
+ name: 'exportPNG',
+ title: this.localeValues.exportToPNG
+ }, {
+ name: 'exportCSV',
+ title: this.localeValues.exportToCSV
+ }];
+
+ if (!this.w.globals.allSeriesHasEqualX) {
+ // if it is a multi series, and all series have variable x values, export CSV won't work
+ menuItems.splice(2, 1);
+ }
+
+ for (var i = 0; i < menuItems.length; i++) {
+ this.elMenuItems.push(document.createElement('div'));
+ this.elMenuItems[i].innerHTML = menuItems[i].title;
+ Graphics.setAttrs(this.elMenuItems[i], {
+ class: "apexcharts-menu-item ".concat(menuItems[i].name),
+ title: menuItems[i].title
+ });
+ this.elMenu.appendChild(this.elMenuItems[i]);
+ }
+ }
+ }, {
+ key: "addToolbarEventListeners",
+ value: function addToolbarEventListeners() {
+ var _this2 = this;
+
+ this.elZoomReset.addEventListener('click', this.handleZoomReset.bind(this));
+ this.elSelection.addEventListener('click', this.toggleZoomSelection.bind(this, 'selection'));
+ this.elZoom.addEventListener('click', this.toggleZoomSelection.bind(this, 'zoom'));
+ this.elZoomIn.addEventListener('click', this.handleZoomIn.bind(this));
+ this.elZoomOut.addEventListener('click', this.handleZoomOut.bind(this));
+ this.elPan.addEventListener('click', this.togglePanning.bind(this));
+ this.elMenuIcon.addEventListener('click', this.toggleMenu.bind(this));
+ this.elMenuItems.forEach(function (m) {
+ if (m.classList.contains('exportSVG')) {
+ m.addEventListener('click', _this2.handleDownload.bind(_this2, 'svg'));
+ } else if (m.classList.contains('exportPNG')) {
+ m.addEventListener('click', _this2.handleDownload.bind(_this2, 'png'));
+ } else if (m.classList.contains('exportCSV')) {
+ m.addEventListener('click', _this2.handleDownload.bind(_this2, 'csv'));
+ }
+ });
+
+ for (var i = 0; i < this.t.customIcons.length; i++) {
+ this.elCustomIcons[i].addEventListener('click', this.t.customIcons[i].click.bind(this, this.ctx, this.ctx.w));
+ }
+ }
+ }, {
+ key: "toggleZoomSelection",
+ value: function toggleZoomSelection(type) {
+ var charts = this.ctx.getSyncedCharts();
+ charts.forEach(function (ch) {
+ ch.ctx.toolbar.toggleOtherControls();
+ var el = type === 'selection' ? ch.ctx.toolbar.elSelection : ch.ctx.toolbar.elZoom;
+ var enabledType = type === 'selection' ? 'selectionEnabled' : 'zoomEnabled';
+ ch.w.globals[enabledType] = !ch.w.globals[enabledType];
+
+ if (!el.classList.contains(ch.ctx.toolbar.selectedClass)) {
+ el.classList.add(ch.ctx.toolbar.selectedClass);
+ } else {
+ el.classList.remove(ch.ctx.toolbar.selectedClass);
+ }
+ });
+ }
+ }, {
+ key: "getToolbarIconsReference",
+ value: function getToolbarIconsReference() {
+ var w = this.w;
+
+ if (!this.elZoom) {
+ this.elZoom = w.globals.dom.baseEl.querySelector('.apexcharts-zoom-icon');
+ }
+
+ if (!this.elPan) {
+ this.elPan = w.globals.dom.baseEl.querySelector('.apexcharts-pan-icon');
+ }
+
+ if (!this.elSelection) {
+ this.elSelection = w.globals.dom.baseEl.querySelector('.apexcharts-selection-icon');
+ }
+ }
+ }, {
+ key: "enableZoomPanFromToolbar",
+ value: function enableZoomPanFromToolbar(type) {
+ this.toggleOtherControls();
+ type === 'pan' ? this.w.globals.panEnabled = true : this.w.globals.zoomEnabled = true;
+ var el = type === 'pan' ? this.elPan : this.elZoom;
+ var el2 = type === 'pan' ? this.elZoom : this.elPan;
+
+ if (el) {
+ el.classList.add(this.selectedClass);
+ }
+
+ if (el2) {
+ el2.classList.remove(this.selectedClass);
+ }
+ }
+ }, {
+ key: "togglePanning",
+ value: function togglePanning() {
+ var charts = this.ctx.getSyncedCharts();
+ charts.forEach(function (ch) {
+ ch.ctx.toolbar.toggleOtherControls();
+ ch.w.globals.panEnabled = !ch.w.globals.panEnabled;
+
+ if (!ch.ctx.toolbar.elPan.classList.contains(ch.ctx.toolbar.selectedClass)) {
+ ch.ctx.toolbar.elPan.classList.add(ch.ctx.toolbar.selectedClass);
+ } else {
+ ch.ctx.toolbar.elPan.classList.remove(ch.ctx.toolbar.selectedClass);
+ }
+ });
+ }
+ }, {
+ key: "toggleOtherControls",
+ value: function toggleOtherControls() {
+ var _this3 = this;
+
+ var w = this.w;
+ w.globals.panEnabled = false;
+ w.globals.zoomEnabled = false;
+ w.globals.selectionEnabled = false;
+ this.getToolbarIconsReference();
+ var toggleEls = [this.elPan, this.elSelection, this.elZoom];
+ toggleEls.forEach(function (el) {
+ if (el) {
+ el.classList.remove(_this3.selectedClass);
+ }
+ });
+ }
+ }, {
+ key: "handleZoomIn",
+ value: function handleZoomIn() {
+ var w = this.w;
+
+ if (w.globals.isRangeBar) {
+ this.minX = w.globals.minY;
+ this.maxX = w.globals.maxY;
+ }
+
+ var centerX = (this.minX + this.maxX) / 2;
+ var newMinX = (this.minX + centerX) / 2;
+ var newMaxX = (this.maxX + centerX) / 2;
+
+ var newMinXMaxX = this._getNewMinXMaxX(newMinX, newMaxX);
+
+ if (!w.globals.disableZoomIn) {
+ this.zoomUpdateOptions(newMinXMaxX.minX, newMinXMaxX.maxX);
+ }
+ }
+ }, {
+ key: "handleZoomOut",
+ value: function handleZoomOut() {
+ var w = this.w;
+
+ if (w.globals.isRangeBar) {
+ this.minX = w.globals.minY;
+ this.maxX = w.globals.maxY;
+ } // avoid zooming out beyond 1000 which may result in NaN values being printed on x-axis
+
+
+ if (w.config.xaxis.type === 'datetime' && new Date(this.minX).getUTCFullYear() < 1000) {
+ return;
+ }
+
+ var centerX = (this.minX + this.maxX) / 2;
+ var newMinX = this.minX - (centerX - this.minX);
+ var newMaxX = this.maxX - (centerX - this.maxX);
+
+ var newMinXMaxX = this._getNewMinXMaxX(newMinX, newMaxX);
+
+ if (!w.globals.disableZoomOut) {
+ this.zoomUpdateOptions(newMinXMaxX.minX, newMinXMaxX.maxX);
+ }
+ }
+ }, {
+ key: "_getNewMinXMaxX",
+ value: function _getNewMinXMaxX(newMinX, newMaxX) {
+ var shouldFloor = this.w.config.xaxis.convertedCatToNumeric;
+ return {
+ minX: shouldFloor ? Math.floor(newMinX) : newMinX,
+ maxX: shouldFloor ? Math.floor(newMaxX) : newMaxX
+ };
+ }
+ }, {
+ key: "zoomUpdateOptions",
+ value: function zoomUpdateOptions(newMinX, newMaxX) {
+ var w = this.w;
+
+ if (newMinX === undefined && newMaxX === undefined) {
+ this.handleZoomReset();
+ return;
+ }
+
+ if (w.config.xaxis.convertedCatToNumeric) {
+ // in category charts, avoid zooming out beyond min and max
+ if (newMinX < 1) {
+ newMinX = 1;
+ newMaxX = w.globals.dataPoints;
+ }
+
+ if (newMaxX - newMinX < 2) {
+ return;
+ }
+ }
+
+ var xaxis = {
+ min: newMinX,
+ max: newMaxX
+ };
+ var beforeZoomRange = this.getBeforeZoomRange(xaxis);
+
+ if (beforeZoomRange) {
+ xaxis = beforeZoomRange.xaxis;
+ }
+
+ var options = {
+ xaxis: xaxis
+ };
+ var yaxis = Utils$1.clone(w.globals.initialConfig.yaxis);
+
+ if (w.config.chart.zoom.autoScaleYaxis) {
+ var scale = new Range$1(this.ctx);
+ yaxis = scale.autoScaleY(this.ctx, yaxis, {
+ xaxis: xaxis
+ });
+ }
+
+ if (!w.config.chart.group) {
+ // if chart in a group, prevent yaxis update here
+ // fix issue #650
+ options.yaxis = yaxis;
+ }
+
+ this.w.globals.zoomed = true;
+
+ this.ctx.updateHelpers._updateOptions(options, false, this.w.config.chart.animations.dynamicAnimation.enabled);
+
+ this.zoomCallback(xaxis, yaxis);
+ }
+ }, {
+ key: "zoomCallback",
+ value: function zoomCallback(xaxis, yaxis) {
+ if (typeof this.ev.zoomed === 'function') {
+ this.ev.zoomed(this.ctx, {
+ xaxis: xaxis,
+ yaxis: yaxis
+ });
+ }
+ }
+ }, {
+ key: "getBeforeZoomRange",
+ value: function getBeforeZoomRange(xaxis, yaxis) {
+ var newRange = null;
+
+ if (typeof this.ev.beforeZoom === 'function') {
+ newRange = this.ev.beforeZoom(this, {
+ xaxis: xaxis,
+ yaxis: yaxis
+ });
+ }
+
+ return newRange;
+ }
+ }, {
+ key: "toggleMenu",
+ value: function toggleMenu() {
+ var _this4 = this;
+
+ window.setTimeout(function () {
+ if (_this4.elMenu.classList.contains('apexcharts-menu-open')) {
+ _this4.elMenu.classList.remove('apexcharts-menu-open');
+ } else {
+ _this4.elMenu.classList.add('apexcharts-menu-open');
+ }
+ }, 0);
+ }
+ }, {
+ key: "handleDownload",
+ value: function handleDownload(type) {
+ var w = this.w;
+ var exprt = new Exports(this.ctx);
+
+ switch (type) {
+ case 'svg':
+ exprt.exportToSVG(this.ctx);
+ break;
+
+ case 'png':
+ exprt.exportToPng(this.ctx);
+ break;
+
+ case 'csv':
+ exprt.exportToCSV({
+ series: w.config.series,
+ columnDelimiter: w.config.chart.toolbar.export.csv.columnDelimiter
+ });
+ break;
+ }
+ }
+ }, {
+ key: "handleZoomReset",
+ value: function handleZoomReset(e) {
+ var charts = this.ctx.getSyncedCharts();
+ charts.forEach(function (ch) {
+ var w = ch.w; // forget lastXAxis min/max as reset button isn't resetting the x-axis completely if zoomX is called before
+
+ w.globals.lastXAxis.min = undefined;
+ w.globals.lastXAxis.max = undefined;
+ ch.updateHelpers.revertDefaultAxisMinMax();
+
+ if (typeof w.config.chart.events.beforeResetZoom === 'function') {
+ // here, user get an option to control xaxis and yaxis when resetZoom is called
+ // at this point, whatever is returned from w.config.chart.events.beforeResetZoom
+ // is set as the new xaxis/yaxis min/max
+ var resetZoomRange = w.config.chart.events.beforeResetZoom(ch, w);
+
+ if (resetZoomRange) {
+ ch.updateHelpers.revertDefaultAxisMinMax(resetZoomRange);
+ }
+ }
+
+ if (typeof w.config.chart.events.zoomed === 'function') {
+ ch.ctx.toolbar.zoomCallback({
+ min: w.config.xaxis.min,
+ max: w.config.xaxis.max
+ });
+ }
+
+ w.globals.zoomed = false; // if user has some series collapsed before hitting zoom reset button,
+ // those series should stay collapsed
+
+ var series = ch.ctx.series.emptyCollapsedSeries(Utils$1.clone(w.globals.initialSeries));
+
+ ch.updateHelpers._updateSeries(series, w.config.chart.animations.dynamicAnimation.enabled);
+ });
+ }
+ }, {
+ key: "destroy",
+ value: function destroy() {
+ this.elZoom = null;
+ this.elZoomIn = null;
+ this.elZoomOut = null;
+ this.elPan = null;
+ this.elSelection = null;
+ this.elZoomReset = null;
+ this.elMenuIcon = null;
+ }
+ }]);
+
+ return Toolbar;
+ }();
+
+ /**
+ * ApexCharts Zoom Class for handling zooming and panning on axes based charts.
+ *
+ * @module ZoomPanSelection
+ **/
+
+ var ZoomPanSelection = /*#__PURE__*/function (_Toolbar) {
+ _inherits(ZoomPanSelection, _Toolbar);
+
+ var _super = _createSuper(ZoomPanSelection);
+
+ function ZoomPanSelection(ctx) {
+ var _this;
+
+ _classCallCheck(this, ZoomPanSelection);
+
+ _this = _super.call(this, ctx);
+ _this.ctx = ctx;
+ _this.w = ctx.w;
+ _this.dragged = false;
+ _this.graphics = new Graphics(_this.ctx);
+ _this.eventList = ['mousedown', 'mouseleave', 'mousemove', 'touchstart', 'touchmove', 'mouseup', 'touchend'];
+ _this.clientX = 0;
+ _this.clientY = 0;
+ _this.startX = 0;
+ _this.endX = 0;
+ _this.dragX = 0;
+ _this.startY = 0;
+ _this.endY = 0;
+ _this.dragY = 0;
+ _this.moveDirection = 'none';
+ return _this;
+ }
+
+ _createClass(ZoomPanSelection, [{
+ key: "init",
+ value: function init(_ref) {
+ var _this2 = this;
+
+ var xyRatios = _ref.xyRatios;
+ var w = this.w;
+ var me = this;
+ this.xyRatios = xyRatios;
+ this.zoomRect = this.graphics.drawRect(0, 0, 0, 0);
+ this.selectionRect = this.graphics.drawRect(0, 0, 0, 0);
+ this.gridRect = w.globals.dom.baseEl.querySelector('.apexcharts-grid');
+ this.zoomRect.node.classList.add('apexcharts-zoom-rect');
+ this.selectionRect.node.classList.add('apexcharts-selection-rect');
+ w.globals.dom.elGraphical.add(this.zoomRect);
+ w.globals.dom.elGraphical.add(this.selectionRect);
+
+ if (w.config.chart.selection.type === 'x') {
+ this.slDraggableRect = this.selectionRect.draggable({
+ minX: 0,
+ minY: 0,
+ maxX: w.globals.gridWidth,
+ maxY: w.globals.gridHeight
+ }).on('dragmove', this.selectionDragging.bind(this, 'dragging'));
+ } else if (w.config.chart.selection.type === 'y') {
+ this.slDraggableRect = this.selectionRect.draggable({
+ minX: 0,
+ maxX: w.globals.gridWidth
+ }).on('dragmove', this.selectionDragging.bind(this, 'dragging'));
+ } else {
+ this.slDraggableRect = this.selectionRect.draggable().on('dragmove', this.selectionDragging.bind(this, 'dragging'));
+ }
+
+ this.preselectedSelection();
+ this.hoverArea = w.globals.dom.baseEl.querySelector("".concat(w.globals.chartClass, " .apexcharts-svg"));
+ this.hoverArea.classList.add('apexcharts-zoomable');
+ this.eventList.forEach(function (event) {
+ _this2.hoverArea.addEventListener(event, me.svgMouseEvents.bind(me, xyRatios), {
+ capture: false,
+ passive: true
+ });
+ });
+ } // remove the event listeners which were previously added on hover area
+
+ }, {
+ key: "destroy",
+ value: function destroy() {
+ if (this.slDraggableRect) {
+ this.slDraggableRect.draggable(false);
+ this.slDraggableRect.off();
+ this.selectionRect.off();
+ }
+
+ this.selectionRect = null;
+ this.zoomRect = null;
+ this.gridRect = null;
+ }
+ }, {
+ key: "svgMouseEvents",
+ value: function svgMouseEvents(xyRatios, e) {
+ var w = this.w;
+ var me = this;
+ var toolbar = this.ctx.toolbar;
+ var zoomtype = w.globals.zoomEnabled ? w.config.chart.zoom.type : w.config.chart.selection.type;
+ var autoSelected = w.config.chart.toolbar.autoSelected;
+
+ if (e.shiftKey) {
+ this.shiftWasPressed = true;
+ toolbar.enableZoomPanFromToolbar(autoSelected === 'pan' ? 'zoom' : 'pan');
+ } else {
+ if (this.shiftWasPressed) {
+ toolbar.enableZoomPanFromToolbar(autoSelected);
+ this.shiftWasPressed = false;
+ }
+ }
+
+ var tc = e.target.classList;
+ var falsePositives = tc.contains('apexcharts-selection-rect') || tc.contains('apexcharts-legend-marker') || tc.contains('apexcharts-legend-text') || e.target.parentNode.classList.contains('apexcharts-toolbar');
+ if (falsePositives) return;
+ me.clientX = e.type === 'touchmove' || e.type === 'touchstart' ? e.touches[0].clientX : e.type === 'touchend' ? e.changedTouches[0].clientX : e.clientX;
+ me.clientY = e.type === 'touchmove' || e.type === 'touchstart' ? e.touches[0].clientY : e.type === 'touchend' ? e.changedTouches[0].clientY : e.clientY;
+
+ if (e.type === 'mousedown' && e.which === 1) {
+ var gridRectDim = me.gridRect.getBoundingClientRect();
+ me.startX = me.clientX - gridRectDim.left;
+ me.startY = me.clientY - gridRectDim.top;
+ me.dragged = false;
+ me.w.globals.mousedown = true;
+ }
+
+ if (e.type === 'mousemove' && e.which === 1 || e.type === 'touchmove') {
+ me.dragged = true;
+
+ if (w.globals.panEnabled) {
+ w.globals.selection = null;
+
+ if (me.w.globals.mousedown) {
+ me.panDragging({
+ context: me,
+ zoomtype: zoomtype,
+ xyRatios: xyRatios
+ });
+ }
+ } else {
+ if (me.w.globals.mousedown && w.globals.zoomEnabled || me.w.globals.mousedown && w.globals.selectionEnabled) {
+ me.selection = me.selectionDrawing({
+ context: me,
+ zoomtype: zoomtype
+ });
+ }
+ }
+ }
+
+ if (e.type === 'mouseup' || e.type === 'touchend' || e.type === 'mouseleave') {
+ // we will be calling getBoundingClientRect on each mousedown/mousemove/mouseup
+ var _gridRectDim = me.gridRect.getBoundingClientRect();
+
+ if (me.w.globals.mousedown) {
+ // user released the drag, now do all the calculations
+ me.endX = me.clientX - _gridRectDim.left;
+ me.endY = me.clientY - _gridRectDim.top;
+ me.dragX = Math.abs(me.endX - me.startX);
+ me.dragY = Math.abs(me.endY - me.startY);
+
+ if (w.globals.zoomEnabled || w.globals.selectionEnabled) {
+ me.selectionDrawn({
+ context: me,
+ zoomtype: zoomtype
+ });
+ }
+
+ if (w.globals.panEnabled && w.config.xaxis.convertedCatToNumeric) {
+ me.delayedPanScrolled();
+ }
+ }
+
+ if (w.globals.zoomEnabled) {
+ me.hideSelectionRect(this.selectionRect);
+ }
+
+ me.dragged = false;
+ me.w.globals.mousedown = false;
+ }
+
+ this.makeSelectionRectDraggable();
+ }
+ }, {
+ key: "makeSelectionRectDraggable",
+ value: function makeSelectionRectDraggable() {
+ var w = this.w;
+ if (!this.selectionRect) return;
+ var rectDim = this.selectionRect.node.getBoundingClientRect();
+
+ if (rectDim.width > 0 && rectDim.height > 0) {
+ this.slDraggableRect.selectize({
+ points: 'l, r',
+ pointSize: 8,
+ pointType: 'rect'
+ }).resize({
+ constraint: {
+ minX: 0,
+ minY: 0,
+ maxX: w.globals.gridWidth,
+ maxY: w.globals.gridHeight
+ }
+ }).on('resizing', this.selectionDragging.bind(this, 'resizing'));
+ }
+ }
+ }, {
+ key: "preselectedSelection",
+ value: function preselectedSelection() {
+ var w = this.w;
+ var xyRatios = this.xyRatios;
+
+ if (!w.globals.zoomEnabled) {
+ if (typeof w.globals.selection !== 'undefined' && w.globals.selection !== null) {
+ this.drawSelectionRect(w.globals.selection);
+ } else {
+ if (w.config.chart.selection.xaxis.min !== undefined && w.config.chart.selection.xaxis.max !== undefined) {
+ var x = (w.config.chart.selection.xaxis.min - w.globals.minX) / xyRatios.xRatio;
+ var width = w.globals.gridWidth - (w.globals.maxX - w.config.chart.selection.xaxis.max) / xyRatios.xRatio - x;
+ var selectionRect = {
+ x: x,
+ y: 0,
+ width: width,
+ height: w.globals.gridHeight,
+ translateX: 0,
+ translateY: 0,
+ selectionEnabled: true
+ };
+ this.drawSelectionRect(selectionRect);
+ this.makeSelectionRectDraggable();
+
+ if (typeof w.config.chart.events.selection === 'function') {
+ w.config.chart.events.selection(this.ctx, {
+ xaxis: {
+ min: w.config.chart.selection.xaxis.min,
+ max: w.config.chart.selection.xaxis.max
+ },
+ yaxis: {}
+ });
+ }
+ }
+ }
+ }
+ }
+ }, {
+ key: "drawSelectionRect",
+ value: function drawSelectionRect(_ref2) {
+ var x = _ref2.x,
+ y = _ref2.y,
+ width = _ref2.width,
+ height = _ref2.height,
+ _ref2$translateX = _ref2.translateX,
+ translateX = _ref2$translateX === void 0 ? 0 : _ref2$translateX,
+ _ref2$translateY = _ref2.translateY,
+ translateY = _ref2$translateY === void 0 ? 0 : _ref2$translateY;
+ var w = this.w;
+ var zoomRect = this.zoomRect;
+ var selectionRect = this.selectionRect;
+
+ if (this.dragged || w.globals.selection !== null) {
+ var scalingAttrs = {
+ transform: 'translate(' + translateX + ', ' + translateY + ')'
+ }; // change styles based on zoom or selection
+ // zoom is Enabled and user has dragged, so draw blue rect
+
+ if (w.globals.zoomEnabled && this.dragged) {
+ if (width < 0) width = 1; // fixes apexcharts.js#1168
+
+ zoomRect.attr({
+ x: x,
+ y: y,
+ width: width,
+ height: height,
+ fill: w.config.chart.zoom.zoomedArea.fill.color,
+ 'fill-opacity': w.config.chart.zoom.zoomedArea.fill.opacity,
+ stroke: w.config.chart.zoom.zoomedArea.stroke.color,
+ 'stroke-width': w.config.chart.zoom.zoomedArea.stroke.width,
+ 'stroke-opacity': w.config.chart.zoom.zoomedArea.stroke.opacity
+ });
+ Graphics.setAttrs(zoomRect.node, scalingAttrs);
+ } // selection is enabled
+
+
+ if (w.globals.selectionEnabled) {
+ selectionRect.attr({
+ x: x,
+ y: y,
+ width: width > 0 ? width : 0,
+ height: height > 0 ? height : 0,
+ fill: w.config.chart.selection.fill.color,
+ 'fill-opacity': w.config.chart.selection.fill.opacity,
+ stroke: w.config.chart.selection.stroke.color,
+ 'stroke-width': w.config.chart.selection.stroke.width,
+ 'stroke-dasharray': w.config.chart.selection.stroke.dashArray,
+ 'stroke-opacity': w.config.chart.selection.stroke.opacity
+ });
+ Graphics.setAttrs(selectionRect.node, scalingAttrs);
+ }
+ }
+ }
+ }, {
+ key: "hideSelectionRect",
+ value: function hideSelectionRect(rect) {
+ if (rect) {
+ rect.attr({
+ x: 0,
+ y: 0,
+ width: 0,
+ height: 0
+ });
+ }
+ }
+ }, {
+ key: "selectionDrawing",
+ value: function selectionDrawing(_ref3) {
+ var context = _ref3.context,
+ zoomtype = _ref3.zoomtype;
+ var w = this.w;
+ var me = context;
+ var gridRectDim = this.gridRect.getBoundingClientRect();
+ var startX = me.startX - 1;
+ var startY = me.startY;
+ var inversedX = false;
+ var inversedY = false;
+ var selectionWidth = me.clientX - gridRectDim.left - startX;
+ var selectionHeight = me.clientY - gridRectDim.top - startY;
+ var selectionRect = {};
+
+ if (Math.abs(selectionWidth + startX) > w.globals.gridWidth) {
+ // user dragged the mouse outside drawing area to the right
+ selectionWidth = w.globals.gridWidth - startX;
+ } else if (me.clientX - gridRectDim.left < 0) {
+ // user dragged the mouse outside drawing area to the left
+ selectionWidth = startX;
+ } // inverse selection X
+
+
+ if (startX > me.clientX - gridRectDim.left) {
+ inversedX = true;
+ selectionWidth = Math.abs(selectionWidth);
+ } // inverse selection Y
+
+
+ if (startY > me.clientY - gridRectDim.top) {
+ inversedY = true;
+ selectionHeight = Math.abs(selectionHeight);
+ }
+
+ if (zoomtype === 'x') {
+ selectionRect = {
+ x: inversedX ? startX - selectionWidth : startX,
+ y: 0,
+ width: selectionWidth,
+ height: w.globals.gridHeight
+ };
+ } else if (zoomtype === 'y') {
+ selectionRect = {
+ x: 0,
+ y: inversedY ? startY - selectionHeight : startY,
+ width: w.globals.gridWidth,
+ height: selectionHeight
+ };
+ } else {
+ selectionRect = {
+ x: inversedX ? startX - selectionWidth : startX,
+ y: inversedY ? startY - selectionHeight : startY,
+ width: selectionWidth,
+ height: selectionHeight
+ };
+ }
+
+ me.drawSelectionRect(selectionRect);
+ me.selectionDragging('resizing');
+ return selectionRect;
+ }
+ }, {
+ key: "selectionDragging",
+ value: function selectionDragging(type, e) {
+ var _this3 = this;
+
+ var w = this.w;
+ var xyRatios = this.xyRatios;
+ var selRect = this.selectionRect;
+ var timerInterval = 0;
+
+ if (type === 'resizing') {
+ timerInterval = 30;
+ } // update selection when selection rect is dragged
+
+
+ var getSelAttr = function getSelAttr(attr) {
+ return parseFloat(selRect.node.getAttribute(attr));
+ };
+
+ var draggedProps = {
+ x: getSelAttr('x'),
+ y: getSelAttr('y'),
+ width: getSelAttr('width'),
+ height: getSelAttr('height')
+ };
+ w.globals.selection = draggedProps; // update selection ends
+
+ if (typeof w.config.chart.events.selection === 'function' && w.globals.selectionEnabled) {
+ // a small debouncer is required when resizing to avoid freezing the chart
+ clearTimeout(this.w.globals.selectionResizeTimer);
+ this.w.globals.selectionResizeTimer = window.setTimeout(function () {
+ var gridRectDim = _this3.gridRect.getBoundingClientRect();
+
+ var selectionRect = selRect.node.getBoundingClientRect();
+ var minX = w.globals.xAxisScale.niceMin + (selectionRect.left - gridRectDim.left) * xyRatios.xRatio;
+ var maxX = w.globals.xAxisScale.niceMin + (selectionRect.right - gridRectDim.left) * xyRatios.xRatio;
+ var minY = w.globals.yAxisScale[0].niceMin + (gridRectDim.bottom - selectionRect.bottom) * xyRatios.yRatio[0];
+ var maxY = w.globals.yAxisScale[0].niceMax - (selectionRect.top - gridRectDim.top) * xyRatios.yRatio[0];
+ var xyAxis = {
+ xaxis: {
+ min: minX,
+ max: maxX
+ },
+ yaxis: {
+ min: minY,
+ max: maxY
+ }
+ };
+ w.config.chart.events.selection(_this3.ctx, xyAxis);
+
+ if (w.config.chart.brush.enabled && w.config.chart.events.brushScrolled !== undefined) {
+ w.config.chart.events.brushScrolled(_this3.ctx, xyAxis);
+ }
+ }, timerInterval);
+ }
+ }
+ }, {
+ key: "selectionDrawn",
+ value: function selectionDrawn(_ref4) {
+ var context = _ref4.context,
+ zoomtype = _ref4.zoomtype;
+ var w = this.w;
+ var me = context;
+ var xyRatios = this.xyRatios;
+ var toolbar = this.ctx.toolbar;
+
+ if (me.startX > me.endX) {
+ var tempX = me.startX;
+ me.startX = me.endX;
+ me.endX = tempX;
+ }
+
+ if (me.startY > me.endY) {
+ var tempY = me.startY;
+ me.startY = me.endY;
+ me.endY = tempY;
+ }
+
+ var xLowestValue = undefined;
+ var xHighestValue = undefined;
+
+ if (!w.globals.isRangeBar) {
+ xLowestValue = w.globals.xAxisScale.niceMin + me.startX * xyRatios.xRatio;
+ xHighestValue = w.globals.xAxisScale.niceMin + me.endX * xyRatios.xRatio;
+ } else {
+ xLowestValue = w.globals.yAxisScale[0].niceMin + me.startX * xyRatios.invertedYRatio;
+ xHighestValue = w.globals.yAxisScale[0].niceMin + me.endX * xyRatios.invertedYRatio;
+ } // TODO: we will consider the 1st y axis values here for getting highest and lowest y
+
+
+ var yHighestValue = [];
+ var yLowestValue = [];
+ w.config.yaxis.forEach(function (yaxe, index) {
+ yHighestValue.push(w.globals.yAxisScale[index].niceMax - xyRatios.yRatio[index] * me.startY);
+ yLowestValue.push(w.globals.yAxisScale[index].niceMax - xyRatios.yRatio[index] * me.endY);
+ });
+
+ if (me.dragged && (me.dragX > 10 || me.dragY > 10) && xLowestValue !== xHighestValue) {
+ if (w.globals.zoomEnabled) {
+ var yaxis = Utils$1.clone(w.globals.initialConfig.yaxis);
+ var xaxis = Utils$1.clone(w.globals.initialConfig.xaxis);
+ w.globals.zoomed = true;
+
+ if (w.config.xaxis.convertedCatToNumeric) {
+ xLowestValue = Math.floor(xLowestValue);
+ xHighestValue = Math.floor(xHighestValue);
+
+ if (xLowestValue < 1) {
+ xLowestValue = 1;
+ xHighestValue = w.globals.dataPoints;
+ }
+
+ if (xHighestValue - xLowestValue < 2) {
+ xHighestValue = xLowestValue + 1;
+ }
+ }
+
+ if (zoomtype === 'xy' || zoomtype === 'x') {
+ xaxis = {
+ min: xLowestValue,
+ max: xHighestValue
+ };
+ }
+
+ if (zoomtype === 'xy' || zoomtype === 'y') {
+ yaxis.forEach(function (yaxe, index) {
+ yaxis[index].min = yLowestValue[index];
+ yaxis[index].max = yHighestValue[index];
+ });
+ }
+
+ if (w.config.chart.zoom.autoScaleYaxis) {
+ var scale = new Range$1(me.ctx);
+ yaxis = scale.autoScaleY(me.ctx, yaxis, {
+ xaxis: xaxis
+ });
+ }
+
+ if (toolbar) {
+ var beforeZoomRange = toolbar.getBeforeZoomRange(xaxis, yaxis);
+
+ if (beforeZoomRange) {
+ xaxis = beforeZoomRange.xaxis ? beforeZoomRange.xaxis : xaxis;
+ yaxis = beforeZoomRange.yaxis ? beforeZoomRange.yaxis : yaxis;
+ }
+ }
+
+ var options = {
+ xaxis: xaxis
+ };
+
+ if (!w.config.chart.group) {
+ // if chart in a group, prevent yaxis update here
+ // fix issue #650
+ options.yaxis = yaxis;
+ }
+
+ me.ctx.updateHelpers._updateOptions(options, false, me.w.config.chart.animations.dynamicAnimation.enabled);
+
+ if (typeof w.config.chart.events.zoomed === 'function') {
+ toolbar.zoomCallback(xaxis, yaxis);
+ }
+ } else if (w.globals.selectionEnabled) {
+ var _yaxis = null;
+ var _xaxis = null;
+ _xaxis = {
+ min: xLowestValue,
+ max: xHighestValue
+ };
+
+ if (zoomtype === 'xy' || zoomtype === 'y') {
+ _yaxis = Utils$1.clone(w.config.yaxis);
+
+ _yaxis.forEach(function (yaxe, index) {
+ _yaxis[index].min = yLowestValue[index];
+ _yaxis[index].max = yHighestValue[index];
+ });
+ }
+
+ w.globals.selection = me.selection;
+
+ if (typeof w.config.chart.events.selection === 'function') {
+ w.config.chart.events.selection(me.ctx, {
+ xaxis: _xaxis,
+ yaxis: _yaxis
+ });
+ }
+ }
+ }
+ }
+ }, {
+ key: "panDragging",
+ value: function panDragging(_ref5) {
+ var context = _ref5.context;
+ var w = this.w;
+ var me = context; // check to make sure there is data to compare against
+
+ if (typeof w.globals.lastClientPosition.x !== 'undefined') {
+ // get the change from last position to this position
+ var deltaX = w.globals.lastClientPosition.x - me.clientX;
+ var deltaY = w.globals.lastClientPosition.y - me.clientY; // check which direction had the highest amplitude and then figure out direction by checking if the value is greater or less than zero
+
+ if (Math.abs(deltaX) > Math.abs(deltaY) && deltaX > 0) {
+ this.moveDirection = 'left';
+ } else if (Math.abs(deltaX) > Math.abs(deltaY) && deltaX < 0) {
+ this.moveDirection = 'right';
+ } else if (Math.abs(deltaY) > Math.abs(deltaX) && deltaY > 0) {
+ this.moveDirection = 'up';
+ } else if (Math.abs(deltaY) > Math.abs(deltaX) && deltaY < 0) {
+ this.moveDirection = 'down';
+ }
+ } // set the new last position to the current for next time (to get the position of drag)
+
+
+ w.globals.lastClientPosition = {
+ x: me.clientX,
+ y: me.clientY
+ };
+ var xLowestValue = w.globals.isRangeBar ? w.globals.minY : w.globals.minX;
+ var xHighestValue = w.globals.isRangeBar ? w.globals.maxY : w.globals.maxX; // on a category, we don't pan continuosly as it causes bugs
+
+ if (!w.config.xaxis.convertedCatToNumeric) {
+ me.panScrolled(xLowestValue, xHighestValue);
+ }
+ }
+ }, {
+ key: "delayedPanScrolled",
+ value: function delayedPanScrolled() {
+ var w = this.w;
+ var newMinX = w.globals.minX;
+ var newMaxX = w.globals.maxX;
+ var centerX = (w.globals.maxX - w.globals.minX) / 2;
+
+ if (this.moveDirection === 'left') {
+ newMinX = w.globals.minX + centerX;
+ newMaxX = w.globals.maxX + centerX;
+ } else if (this.moveDirection === 'right') {
+ newMinX = w.globals.minX - centerX;
+ newMaxX = w.globals.maxX - centerX;
+ }
+
+ newMinX = Math.floor(newMinX);
+ newMaxX = Math.floor(newMaxX);
+ this.updateScrolledChart({
+ xaxis: {
+ min: newMinX,
+ max: newMaxX
+ }
+ }, newMinX, newMaxX);
+ }
+ }, {
+ key: "panScrolled",
+ value: function panScrolled(xLowestValue, xHighestValue) {
+ var w = this.w;
+ var xyRatios = this.xyRatios;
+ var yaxis = Utils$1.clone(w.globals.initialConfig.yaxis);
+ var xRatio = xyRatios.xRatio;
+ var minX = w.globals.minX;
+ var maxX = w.globals.maxX;
+
+ if (w.globals.isRangeBar) {
+ xRatio = xyRatios.invertedYRatio;
+ minX = w.globals.minY;
+ maxX = w.globals.maxY;
+ }
+
+ if (this.moveDirection === 'left') {
+ xLowestValue = minX + w.globals.gridWidth / 15 * xRatio;
+ xHighestValue = maxX + w.globals.gridWidth / 15 * xRatio;
+ } else if (this.moveDirection === 'right') {
+ xLowestValue = minX - w.globals.gridWidth / 15 * xRatio;
+ xHighestValue = maxX - w.globals.gridWidth / 15 * xRatio;
+ }
+
+ if (!w.globals.isRangeBar) {
+ if (xLowestValue < w.globals.initialMinX || xHighestValue > w.globals.initialMaxX) {
+ xLowestValue = minX;
+ xHighestValue = maxX;
+ }
+ }
+
+ var xaxis = {
+ min: xLowestValue,
+ max: xHighestValue
+ };
+
+ if (w.config.chart.zoom.autoScaleYaxis) {
+ var scale = new Range$1(this.ctx);
+ yaxis = scale.autoScaleY(this.ctx, yaxis, {
+ xaxis: xaxis
+ });
+ }
+
+ var options = {
+ xaxis: {
+ min: xLowestValue,
+ max: xHighestValue
+ }
+ };
+
+ if (!w.config.chart.group) {
+ // if chart in a group, prevent yaxis update here
+ // fix issue #650
+ options.yaxis = yaxis;
+ }
+
+ this.updateScrolledChart(options, xLowestValue, xHighestValue);
+ }
+ }, {
+ key: "updateScrolledChart",
+ value: function updateScrolledChart(options, xLowestValue, xHighestValue) {
+ var w = this.w;
+
+ this.ctx.updateHelpers._updateOptions(options, false, false);
+
+ if (typeof w.config.chart.events.scrolled === 'function') {
+ w.config.chart.events.scrolled(this.ctx, {
+ xaxis: {
+ min: xLowestValue,
+ max: xHighestValue
+ }
+ });
+ }
+ }
+ }]);
+
+ return ZoomPanSelection;
+ }(Toolbar);
+
+ /**
+ * ApexCharts Tooltip.Utils Class to support Tooltip functionality.
+ *
+ * @module Tooltip.Utils
+ **/
+
+ var Utils = /*#__PURE__*/function () {
+ function Utils(tooltipContext) {
+ _classCallCheck(this, Utils);
+
+ this.w = tooltipContext.w;
+ this.ttCtx = tooltipContext;
+ this.ctx = tooltipContext.ctx;
+ }
+ /**
+ ** When hovering over series, you need to capture which series is being hovered on.
+ ** This function will return both capturedseries index as well as inner index of that series
+ * @memberof Utils
+ * @param {object}
+ * - hoverArea = the rect on which user hovers
+ * - elGrid = dimensions of the hover rect (it can be different than hoverarea)
+ */
+
+
+ _createClass(Utils, [{
+ key: "getNearestValues",
+ value: function getNearestValues(_ref) {
+ var hoverArea = _ref.hoverArea,
+ elGrid = _ref.elGrid,
+ clientX = _ref.clientX,
+ clientY = _ref.clientY;
+ var w = this.w;
+ var seriesBound = elGrid.getBoundingClientRect();
+ var hoverWidth = seriesBound.width;
+ var hoverHeight = seriesBound.height;
+ var xDivisor = hoverWidth / (w.globals.dataPoints - 1);
+ var yDivisor = hoverHeight / w.globals.dataPoints;
+ var hasBars = this.hasBars();
+
+ if ((w.globals.comboCharts || hasBars) && !w.config.xaxis.convertedCatToNumeric) {
+ xDivisor = hoverWidth / w.globals.dataPoints;
+ }
+
+ var hoverX = clientX - seriesBound.left - w.globals.barPadForNumericAxis;
+ var hoverY = clientY - seriesBound.top;
+ var notInRect = hoverX < 0 || hoverY < 0 || hoverX > hoverWidth || hoverY > hoverHeight;
+
+ if (notInRect) {
+ hoverArea.classList.remove('hovering-zoom');
+ hoverArea.classList.remove('hovering-pan');
+ } else {
+ if (w.globals.zoomEnabled) {
+ hoverArea.classList.remove('hovering-pan');
+ hoverArea.classList.add('hovering-zoom');
+ } else if (w.globals.panEnabled) {
+ hoverArea.classList.remove('hovering-zoom');
+ hoverArea.classList.add('hovering-pan');
+ }
+ }
+
+ var j = Math.round(hoverX / xDivisor);
+ var jHorz = Math.floor(hoverY / yDivisor);
+
+ if (hasBars && !w.config.xaxis.convertedCatToNumeric) {
+ j = Math.ceil(hoverX / xDivisor);
+ j = j - 1;
+ }
+
+ var capturedSeries = null;
+ var closest = null;
+ var seriesXValArr = [];
+ var seriesYValArr = [];
+
+ for (var s = 0; s < w.globals.seriesXvalues.length; s++) {
+ seriesXValArr.push([w.globals.seriesXvalues[s][0] - 0.000001].concat(w.globals.seriesXvalues[s]));
+ }
+
+ seriesXValArr = seriesXValArr.map(function (seriesXVal) {
+ return seriesXVal.filter(function (s) {
+ return s;
+ });
+ });
+ seriesYValArr = w.globals.seriesYvalues.map(function (seriesYVal) {
+ return seriesYVal.filter(function (s) {
+ return Utils$1.isNumber(s);
+ });
+ }); // if X axis type is not category and tooltip is not shared, then we need to find the cursor position and get the nearest value
+
+ if (w.globals.isXNumeric) {
+ // Change origin of cursor position so that we can compute the relative nearest point to the cursor on our chart
+ // we only need to scale because all points are relative to the bounds.left and bounds.top => origin is virtually (0, 0)
+ var chartGridEl = this.ttCtx.getElGrid();
+ var chartGridElBoundingRect = chartGridEl.getBoundingClientRect();
+ var transformedHoverX = hoverX * (chartGridElBoundingRect.width / hoverWidth);
+ var transformedHoverY = hoverY * (chartGridElBoundingRect.height / hoverHeight);
+ closest = this.closestInMultiArray(transformedHoverX, transformedHoverY, seriesXValArr, seriesYValArr);
+ capturedSeries = closest.index;
+ j = closest.j;
+
+ if (capturedSeries !== null) {
+ // initial push, it should be a little smaller than the 1st val
+ seriesXValArr = w.globals.seriesXvalues[capturedSeries];
+ closest = this.closestInArray(transformedHoverX, seriesXValArr);
+ j = closest.index;
+ }
+ }
+
+ w.globals.capturedSeriesIndex = capturedSeries === null ? -1 : capturedSeries;
+ if (!j || j < 1) j = 0;
+
+ if (w.globals.isBarHorizontal) {
+ w.globals.capturedDataPointIndex = jHorz;
+ } else {
+ w.globals.capturedDataPointIndex = j;
+ }
+
+ return {
+ capturedSeries: capturedSeries,
+ j: w.globals.isBarHorizontal ? jHorz : j,
+ hoverX: hoverX,
+ hoverY: hoverY
+ };
+ }
+ }, {
+ key: "closestInMultiArray",
+ value: function closestInMultiArray(hoverX, hoverY, Xarrays, Yarrays) {
+ var w = this.w;
+ var activeIndex = 0;
+ var currIndex = null;
+ var j = -1;
+
+ if (w.globals.series.length > 1) {
+ activeIndex = this.getFirstActiveXArray(Xarrays);
+ } else {
+ currIndex = 0;
+ }
+
+ var currY = Yarrays[activeIndex][0];
+ var currX = Xarrays[activeIndex][0];
+ var diffX = Math.abs(hoverX - currX);
+ var diffY = Math.abs(hoverY - currY);
+ var diff = diffY + diffX;
+ Yarrays.map(function (arrY, arrIndex) {
+ arrY.map(function (y, innerKey) {
+ var newdiffY = Math.abs(hoverY - Yarrays[arrIndex][innerKey]);
+ var newdiffX = Math.abs(hoverX - Xarrays[arrIndex][innerKey]);
+ var newdiff = newdiffX + newdiffY;
+
+ if (newdiff < diff) {
+ diff = newdiff;
+ diffX = newdiffX;
+ diffY = newdiffY;
+ currIndex = arrIndex;
+ j = innerKey;
+ }
+ });
+ });
+ return {
+ index: currIndex,
+ j: j
+ };
+ }
+ }, {
+ key: "getFirstActiveXArray",
+ value: function getFirstActiveXArray(Xarrays) {
+ var activeIndex = 0;
+ var firstActiveSeriesIndex = Xarrays.map(function (xarr, index) {
+ return xarr.length > 0 ? index : -1;
+ });
+
+ for (var a = 0; a < firstActiveSeriesIndex.length; a++) {
+ if (firstActiveSeriesIndex[a] !== -1) {
+ activeIndex = firstActiveSeriesIndex[a];
+ break;
+ }
+ }
+
+ return activeIndex;
+ }
+ }, {
+ key: "closestInArray",
+ value: function closestInArray(val, arr) {
+ var curr = arr[0];
+ var currIndex = null;
+ var diff = Math.abs(val - curr);
+
+ for (var i = 0; i < arr.length; i++) {
+ var newdiff = Math.abs(val - arr[i]);
+
+ if (newdiff < diff) {
+ diff = newdiff;
+ currIndex = i;
+ }
+ }
+
+ return {
+ index: currIndex
+ };
+ }
+ /**
+ * When there are multiple series, it is possible to have different x values for each series.
+ * But it may be possible in those multiple series, that there is same x value for 2 or more
+ * series.
+ * @memberof Utils
+ * @param {int}
+ * - j = is the inner index of series -> (series[i][j])
+ * @return {bool}
+ */
+
+ }, {
+ key: "isXoverlap",
+ value: function isXoverlap(j) {
+ var w = this.w;
+ var xSameForAllSeriesJArr = [];
+ var seriesX = w.globals.seriesX.filter(function (s) {
+ return typeof s[0] !== 'undefined';
+ });
+
+ if (seriesX.length > 0) {
+ for (var i = 0; i < seriesX.length - 1; i++) {
+ if (typeof seriesX[i][j] !== 'undefined' && typeof seriesX[i + 1][j] !== 'undefined') {
+ if (seriesX[i][j] !== seriesX[i + 1][j]) {
+ xSameForAllSeriesJArr.push('unEqual');
+ }
+ }
+ }
+ }
+
+ if (xSameForAllSeriesJArr.length === 0) {
+ return true;
+ }
+
+ return false;
+ }
+ }, {
+ key: "isInitialSeriesSameLen",
+ value: function isInitialSeriesSameLen() {
+ var sameLen = true;
+ var initialSeries = this.w.globals.initialSeries;
+
+ for (var i = 0; i < initialSeries.length - 1; i++) {
+ if (initialSeries[i].data.length !== initialSeries[i + 1].data.length) {
+ sameLen = false;
+ break;
+ }
+ }
+
+ return sameLen;
+ }
+ }, {
+ key: "getBarsHeight",
+ value: function getBarsHeight(allbars) {
+ var bars = _toConsumableArray(allbars);
+
+ var totalHeight = bars.reduce(function (acc, bar) {
+ return acc + bar.getBBox().height;
+ }, 0);
+ return totalHeight;
+ }
+ }, {
+ key: "getElMarkers",
+ value: function getElMarkers() {
+ return this.w.globals.dom.baseEl.querySelectorAll(' .apexcharts-series-markers');
+ }
+ }, {
+ key: "getAllMarkers",
+ value: function getAllMarkers() {
+ // first get all marker parents. This parent class contains series-index
+ // which helps to sort the markers as they are dynamic
+ var markersWraps = this.w.globals.dom.baseEl.querySelectorAll('.apexcharts-series-markers-wrap');
+ markersWraps = _toConsumableArray(markersWraps);
+ markersWraps.sort(function (a, b) {
+ return Number(b.getAttribute('data:realIndex')) < Number(a.getAttribute('data:realIndex')) ? 0 : -1;
+ });
+ var markers = [];
+ markersWraps.forEach(function (m) {
+ markers.push(m.querySelector('.apexcharts-marker'));
+ });
+ return markers;
+ }
+ }, {
+ key: "hasMarkers",
+ value: function hasMarkers() {
+ var markers = this.getElMarkers();
+ return markers.length > 0;
+ }
+ }, {
+ key: "getElBars",
+ value: function getElBars() {
+ return this.w.globals.dom.baseEl.querySelectorAll('.apexcharts-bar-series, .apexcharts-candlestick-series, .apexcharts-boxPlot-series, .apexcharts-rangebar-series');
+ }
+ }, {
+ key: "hasBars",
+ value: function hasBars() {
+ var bars = this.getElBars();
+ return bars.length > 0;
+ }
+ }, {
+ key: "getHoverMarkerSize",
+ value: function getHoverMarkerSize(index) {
+ var w = this.w;
+ var hoverSize = w.config.markers.hover.size;
+
+ if (hoverSize === undefined) {
+ hoverSize = w.globals.markers.size[index] + w.config.markers.hover.sizeOffset;
+ }
+
+ return hoverSize;
+ }
+ }, {
+ key: "toggleAllTooltipSeriesGroups",
+ value: function toggleAllTooltipSeriesGroups(state) {
+ var w = this.w;
+ var ttCtx = this.ttCtx;
+
+ if (ttCtx.allTooltipSeriesGroups.length === 0) {
+ ttCtx.allTooltipSeriesGroups = w.globals.dom.baseEl.querySelectorAll('.apexcharts-tooltip-series-group');
+ }
+
+ var allTooltipSeriesGroups = ttCtx.allTooltipSeriesGroups;
+
+ for (var i = 0; i < allTooltipSeriesGroups.length; i++) {
+ if (state === 'enable') {
+ allTooltipSeriesGroups[i].classList.add('apexcharts-active');
+ allTooltipSeriesGroups[i].style.display = w.config.tooltip.items.display;
+ } else {
+ allTooltipSeriesGroups[i].classList.remove('apexcharts-active');
+ allTooltipSeriesGroups[i].style.display = 'none';
+ }
+ }
+ }
+ }]);
+
+ return Utils;
+ }();
+
+ /**
+ * ApexCharts Tooltip.Labels Class to draw texts on the tooltip.
+ *
+ * @module Tooltip.Labels
+ **/
+
+ var Labels = /*#__PURE__*/function () {
+ function Labels(tooltipContext) {
+ _classCallCheck(this, Labels);
+
+ this.w = tooltipContext.w;
+ this.ctx = tooltipContext.ctx;
+ this.ttCtx = tooltipContext;
+ this.tooltipUtil = new Utils(tooltipContext);
+ }
+
+ _createClass(Labels, [{
+ key: "drawSeriesTexts",
+ value: function drawSeriesTexts(_ref) {
+ var _ref$shared = _ref.shared,
+ shared = _ref$shared === void 0 ? true : _ref$shared,
+ ttItems = _ref.ttItems,
+ _ref$i = _ref.i,
+ i = _ref$i === void 0 ? 0 : _ref$i,
+ _ref$j = _ref.j,
+ j = _ref$j === void 0 ? null : _ref$j,
+ y1 = _ref.y1,
+ y2 = _ref.y2,
+ e = _ref.e;
+ var w = this.w;
+
+ if (w.config.tooltip.custom !== undefined) {
+ this.handleCustomTooltip({
+ i: i,
+ j: j,
+ y1: y1,
+ y2: y2,
+ w: w
+ });
+ } else {
+ this.toggleActiveInactiveSeries(shared);
+ }
+
+ var values = this.getValuesToPrint({
+ i: i,
+ j: j
+ });
+ this.printLabels({
+ i: i,
+ j: j,
+ values: values,
+ ttItems: ttItems,
+ shared: shared,
+ e: e
+ }); // Re-calculate tooltip dimensions now that we have drawn the text
+
+ var tooltipEl = this.ttCtx.getElTooltip();
+ this.ttCtx.tooltipRect.ttWidth = tooltipEl.getBoundingClientRect().width;
+ this.ttCtx.tooltipRect.ttHeight = tooltipEl.getBoundingClientRect().height;
+ }
+ }, {
+ key: "printLabels",
+ value: function printLabels(_ref2) {
+ var _this = this;
+
+ var i = _ref2.i,
+ j = _ref2.j,
+ values = _ref2.values,
+ ttItems = _ref2.ttItems,
+ shared = _ref2.shared,
+ e = _ref2.e;
+ var w = this.w;
+ var val;
+ var goalVals = [];
+
+ var hasGoalValues = function hasGoalValues(gi) {
+ return w.globals.seriesGoals[gi] && w.globals.seriesGoals[gi][j] && Array.isArray(w.globals.seriesGoals[gi][j]);
+ };
+
+ var xVal = values.xVal,
+ zVal = values.zVal,
+ xAxisTTVal = values.xAxisTTVal;
+ var seriesName = '';
+ var pColor = w.globals.colors[i];
+
+ if (j !== null && w.config.plotOptions.bar.distributed) {
+ pColor = w.globals.colors[j];
+ }
+
+ var _loop = function _loop(t, inverset) {
+ var f = _this.getFormatters(i);
+
+ seriesName = _this.getSeriesName({
+ fn: f.yLbTitleFormatter,
+ index: i,
+ seriesIndex: i,
+ j: j
+ });
+
+ if (w.config.chart.type === 'treemap') {
+ seriesName = f.yLbTitleFormatter(String(w.config.series[i].data[j].x), {
+ series: w.globals.series,
+ seriesIndex: i,
+ dataPointIndex: j,
+ w: w
+ });
+ }
+
+ var tIndex = w.config.tooltip.inverseOrder ? inverset : t;
+
+ if (w.globals.axisCharts) {
+ var getValBySeriesIndex = function getValBySeriesIndex(index) {
+ return f.yLbFormatter(w.globals.series[index][j], {
+ series: w.globals.series,
+ seriesIndex: index,
+ dataPointIndex: j,
+ w: w
+ });
+ };
+
+ if (shared) {
+ f = _this.getFormatters(tIndex);
+ seriesName = _this.getSeriesName({
+ fn: f.yLbTitleFormatter,
+ index: tIndex,
+ seriesIndex: i,
+ j: j
+ });
+ pColor = w.globals.colors[tIndex];
+ val = getValBySeriesIndex(tIndex);
+
+ if (hasGoalValues(tIndex)) {
+ goalVals = w.globals.seriesGoals[tIndex][j].map(function (goal) {
+ return {
+ attrs: goal,
+ val: f.yLbFormatter(goal.value, {
+ seriesIndex: tIndex,
+ dataPointIndex: j,
+ w: w
+ })
+ };
+ });
+ }
+ } else {
+ if (e && e.target && e.target.getAttribute('fill')) {
+ pColor = e.target.getAttribute('fill');
+ }
+
+ val = getValBySeriesIndex(i);
+
+ if (hasGoalValues(i) && Array.isArray(w.globals.seriesGoals[i][j])) {
+ goalVals = w.globals.seriesGoals[i][j].map(function (goal) {
+ return {
+ attrs: goal,
+ val: f.yLbFormatter(goal.value, {
+ seriesIndex: i,
+ dataPointIndex: j,
+ w: w
+ })
+ };
+ });
+ }
+ }
+ } // for pie / donuts
+
+
+ if (j === null) {
+ val = f.yLbFormatter(w.globals.series[i], _objectSpread2(_objectSpread2({}, w), {}, {
+ seriesIndex: i,
+ dataPointIndex: i
+ }));
+ }
+
+ _this.DOMHandling({
+ i: i,
+ t: tIndex,
+ j: j,
+ ttItems: ttItems,
+ values: {
+ val: val,
+ goalVals: goalVals,
+ xVal: xVal,
+ xAxisTTVal: xAxisTTVal,
+ zVal: zVal
+ },
+ seriesName: seriesName,
+ shared: shared,
+ pColor: pColor
+ });
+ };
+
+ for (var t = 0, inverset = w.globals.series.length - 1; t < w.globals.series.length; t++, inverset--) {
+ _loop(t, inverset);
+ }
+ }
+ }, {
+ key: "getFormatters",
+ value: function getFormatters(i) {
+ var w = this.w;
+ var yLbFormatter = w.globals.yLabelFormatters[i];
+ var yLbTitleFormatter;
+
+ if (w.globals.ttVal !== undefined) {
+ if (Array.isArray(w.globals.ttVal)) {
+ yLbFormatter = w.globals.ttVal[i] && w.globals.ttVal[i].formatter;
+ yLbTitleFormatter = w.globals.ttVal[i] && w.globals.ttVal[i].title && w.globals.ttVal[i].title.formatter;
+ } else {
+ yLbFormatter = w.globals.ttVal.formatter;
+
+ if (typeof w.globals.ttVal.title.formatter === 'function') {
+ yLbTitleFormatter = w.globals.ttVal.title.formatter;
+ }
+ }
+ } else {
+ yLbTitleFormatter = w.config.tooltip.y.title.formatter;
+ }
+
+ if (typeof yLbFormatter !== 'function') {
+ if (w.globals.yLabelFormatters[0]) {
+ yLbFormatter = w.globals.yLabelFormatters[0];
+ } else {
+ yLbFormatter = function yLbFormatter(label) {
+ return label;
+ };
+ }
+ }
+
+ if (typeof yLbTitleFormatter !== 'function') {
+ yLbTitleFormatter = function yLbTitleFormatter(label) {
+ return label;
+ };
+ }
+
+ return {
+ yLbFormatter: yLbFormatter,
+ yLbTitleFormatter: yLbTitleFormatter
+ };
+ }
+ }, {
+ key: "getSeriesName",
+ value: function getSeriesName(_ref3) {
+ var fn = _ref3.fn,
+ index = _ref3.index,
+ seriesIndex = _ref3.seriesIndex,
+ j = _ref3.j;
+ var w = this.w;
+ return fn(String(w.globals.seriesNames[index]), {
+ series: w.globals.series,
+ seriesIndex: seriesIndex,
+ dataPointIndex: j,
+ w: w
+ });
+ }
+ }, {
+ key: "DOMHandling",
+ value: function DOMHandling(_ref4) {
+ _ref4.i;
+ var t = _ref4.t,
+ j = _ref4.j,
+ ttItems = _ref4.ttItems,
+ values = _ref4.values,
+ seriesName = _ref4.seriesName,
+ shared = _ref4.shared,
+ pColor = _ref4.pColor;
+ var w = this.w;
+ var ttCtx = this.ttCtx;
+ var val = values.val,
+ goalVals = values.goalVals,
+ xVal = values.xVal,
+ xAxisTTVal = values.xAxisTTVal,
+ zVal = values.zVal;
+ var ttItemsChildren = null;
+ ttItemsChildren = ttItems[t].children;
+
+ if (w.config.tooltip.fillSeriesColor) {
+ // elTooltip.style.backgroundColor = pColor
+ ttItems[t].style.backgroundColor = pColor;
+ ttItemsChildren[0].style.display = 'none';
+ }
+
+ if (ttCtx.showTooltipTitle) {
+ if (ttCtx.tooltipTitle === null) {
+ // get it once if null, and store it in class property
+ ttCtx.tooltipTitle = w.globals.dom.baseEl.querySelector('.apexcharts-tooltip-title');
+ }
+
+ ttCtx.tooltipTitle.innerHTML = xVal;
+ } // if xaxis tooltip is constructed, we need to replace the innerHTML
+
+
+ if (ttCtx.blxaxisTooltip) {
+ ttCtx.xaxisTooltipText.innerHTML = xAxisTTVal !== '' ? xAxisTTVal : xVal;
+ }
+
+ var ttYLabel = ttItems[t].querySelector('.apexcharts-tooltip-text-y-label');
+
+ if (ttYLabel) {
+ ttYLabel.innerHTML = seriesName ? seriesName : '';
+ }
+
+ var ttYVal = ttItems[t].querySelector('.apexcharts-tooltip-text-y-value');
+
+ if (ttYVal) {
+ ttYVal.innerHTML = typeof val !== 'undefined' ? val : '';
+ }
+
+ if (ttItemsChildren[0] && ttItemsChildren[0].classList.contains('apexcharts-tooltip-marker')) {
+ if (w.config.tooltip.marker.fillColors && Array.isArray(w.config.tooltip.marker.fillColors)) {
+ pColor = w.config.tooltip.marker.fillColors[t];
+ }
+
+ ttItemsChildren[0].style.backgroundColor = pColor;
+ }
+
+ if (!w.config.tooltip.marker.show) {
+ ttItemsChildren[0].style.display = 'none';
+ }
+
+ var ttGLabel = ttItems[t].querySelector('.apexcharts-tooltip-text-goals-label');
+ var ttGVal = ttItems[t].querySelector('.apexcharts-tooltip-text-goals-value');
+
+ if (goalVals.length && w.globals.seriesGoals[t]) {
+ var createGoalsHtml = function createGoalsHtml() {
+ var gLabels = '';
+ var gVals = '
';
+ goalVals.forEach(function (goal, gi) {
+ gLabels += "
").concat(goal.attrs.name, "
");
+ gVals += "
".concat(goal.val, "
");
+ });
+ ttGLabel.innerHTML = gLabels + "
";
+ ttGVal.innerHTML = gVals + "
";
+ };
+
+ if (shared) {
+ if (w.globals.seriesGoals[t][j] && Array.isArray(w.globals.seriesGoals[t][j])) {
+ createGoalsHtml();
+ } else {
+ ttGLabel.innerHTML = '';
+ ttGVal.innerHTML = '';
+ }
+ } else {
+ createGoalsHtml();
+ }
+ } else {
+ ttGLabel.innerHTML = '';
+ ttGVal.innerHTML = '';
+ }
+
+ if (zVal !== null) {
+ var ttZLabel = ttItems[t].querySelector('.apexcharts-tooltip-text-z-label');
+ ttZLabel.innerHTML = w.config.tooltip.z.title;
+ var ttZVal = ttItems[t].querySelector('.apexcharts-tooltip-text-z-value');
+ ttZVal.innerHTML = typeof zVal !== 'undefined' ? zVal : '';
+ }
+
+ if (shared && ttItemsChildren[0]) {
+ // hide when no Val or series collapsed
+ if (typeof val === 'undefined' || val === null || w.globals.collapsedSeriesIndices.indexOf(t) > -1) {
+ ttItemsChildren[0].parentNode.style.display = 'none';
+ } else {
+ ttItemsChildren[0].parentNode.style.display = w.config.tooltip.items.display;
+ } // TODO: issue #1240 needs to be looked at again. commenting it because this also hides single series values with 0 in it (shared tooltip)
+ // if (w.globals.stackedSeriesTotals[j] === 0) {
+ // // shared tooltip and all values are null, so we need to hide the x value too
+ // let allYZeroForJ = false
+ // for (let si = 1; si < w.globals.seriesYvalues.length; si++) {
+ // if (
+ // w.globals.seriesYvalues[si][j] ===
+ // w.globals.seriesYvalues[si - 1][j]
+ // ) {
+ // allYZeroForJ = true
+ // }
+ // }
+ // if (allYZeroForJ) {
+ // ttCtx.tooltipTitle.style.display = 'none'
+ // } else {
+ // ttCtx.tooltipTitle.style.display = w.config.tooltip.items.display
+ // }
+ // } else {
+ // ttCtx.tooltipTitle.style.display = w.config.tooltip.items.display
+ // }
+
+ }
+ }
+ }, {
+ key: "toggleActiveInactiveSeries",
+ value: function toggleActiveInactiveSeries(shared) {
+ var w = this.w;
+
+ if (shared) {
+ // make all tooltips active
+ this.tooltipUtil.toggleAllTooltipSeriesGroups('enable');
+ } else {
+ // disable all tooltip text groups
+ this.tooltipUtil.toggleAllTooltipSeriesGroups('disable'); // enable the first tooltip text group
+
+ var firstTooltipSeriesGroup = w.globals.dom.baseEl.querySelector('.apexcharts-tooltip-series-group');
+
+ if (firstTooltipSeriesGroup) {
+ firstTooltipSeriesGroup.classList.add('apexcharts-active');
+ firstTooltipSeriesGroup.style.display = w.config.tooltip.items.display;
+ }
+ }
+ }
+ }, {
+ key: "getValuesToPrint",
+ value: function getValuesToPrint(_ref5) {
+ var i = _ref5.i,
+ j = _ref5.j;
+ var w = this.w;
+ var filteredSeriesX = this.ctx.series.filteredSeriesX();
+ var xVal = '';
+ var xAxisTTVal = '';
+ var zVal = null;
+ var val = null;
+ var customFormatterOpts = {
+ series: w.globals.series,
+ seriesIndex: i,
+ dataPointIndex: j,
+ w: w
+ };
+ var zFormatter = w.globals.ttZFormatter;
+
+ if (j === null) {
+ val = w.globals.series[i];
+ } else {
+ if (w.globals.isXNumeric && w.config.chart.type !== 'treemap') {
+ xVal = filteredSeriesX[i][j];
+
+ if (filteredSeriesX[i].length === 0) {
+ // a series (possibly the first one) might be collapsed, so get the next active index
+ var firstActiveSeriesIndex = this.tooltipUtil.getFirstActiveXArray(filteredSeriesX);
+ xVal = filteredSeriesX[firstActiveSeriesIndex][j];
+ }
+ } else {
+ xVal = typeof w.globals.labels[j] !== 'undefined' ? w.globals.labels[j] : '';
+ }
+ }
+
+ var bufferXVal = xVal;
+
+ if (w.globals.isXNumeric && w.config.xaxis.type === 'datetime') {
+ var xFormat = new Formatters(this.ctx);
+ xVal = xFormat.xLabelFormat(w.globals.ttKeyFormatter, bufferXVal, bufferXVal, {
+ i: undefined,
+ dateFormatter: new DateTime(this.ctx).formatDate,
+ w: this.w
+ });
+ } else {
+ if (w.globals.isBarHorizontal) {
+ xVal = w.globals.yLabelFormatters[0](bufferXVal, customFormatterOpts);
+ } else {
+ xVal = w.globals.xLabelFormatter(bufferXVal, customFormatterOpts);
+ }
+ } // override default x-axis formatter with tooltip formatter
+
+
+ if (w.config.tooltip.x.formatter !== undefined) {
+ xVal = w.globals.ttKeyFormatter(bufferXVal, customFormatterOpts);
+ }
+
+ if (w.globals.seriesZ.length > 0 && w.globals.seriesZ[i].length > 0) {
+ zVal = zFormatter(w.globals.seriesZ[i][j], w);
+ }
+
+ if (typeof w.config.xaxis.tooltip.formatter === 'function') {
+ xAxisTTVal = w.globals.xaxisTooltipFormatter(bufferXVal, customFormatterOpts);
+ } else {
+ xAxisTTVal = xVal;
+ }
+
+ return {
+ val: Array.isArray(val) ? val.join(' ') : val,
+ xVal: Array.isArray(xVal) ? xVal.join(' ') : xVal,
+ xAxisTTVal: Array.isArray(xAxisTTVal) ? xAxisTTVal.join(' ') : xAxisTTVal,
+ zVal: zVal
+ };
+ }
+ }, {
+ key: "handleCustomTooltip",
+ value: function handleCustomTooltip(_ref6) {
+ var i = _ref6.i,
+ j = _ref6.j,
+ y1 = _ref6.y1,
+ y2 = _ref6.y2,
+ w = _ref6.w;
+ var tooltipEl = this.ttCtx.getElTooltip();
+ var fn = w.config.tooltip.custom;
+
+ if (Array.isArray(fn) && fn[i]) {
+ fn = fn[i];
+ } // override everything with a custom html tooltip and replace it
+
+
+ tooltipEl.innerHTML = fn({
+ ctx: this.ctx,
+ series: w.globals.series,
+ seriesIndex: i,
+ dataPointIndex: j,
+ y1: y1,
+ y2: y2,
+ w: w
+ });
+ }
+ }]);
+
+ return Labels;
+ }();
+
+ /**
+ * ApexCharts Tooltip.Position Class to move the tooltip based on x and y position.
+ *
+ * @module Tooltip.Position
+ **/
+
+ var Position = /*#__PURE__*/function () {
+ function Position(tooltipContext) {
+ _classCallCheck(this, Position);
+
+ this.ttCtx = tooltipContext;
+ this.ctx = tooltipContext.ctx;
+ this.w = tooltipContext.w;
+ }
+ /**
+ * This will move the crosshair (the vertical/horz line that moves along with mouse)
+ * Along with this, this function also calls the xaxisMove function
+ * @memberof Position
+ * @param {int} - cx = point's x position, wherever point's x is, you need to move crosshair
+ */
+
+
+ _createClass(Position, [{
+ key: "moveXCrosshairs",
+ value: function moveXCrosshairs(cx) {
+ var j = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : null;
+ var ttCtx = this.ttCtx;
+ var w = this.w;
+ var xcrosshairs = ttCtx.getElXCrosshairs();
+ var x = cx - ttCtx.xcrosshairsWidth / 2;
+ var tickAmount = w.globals.labels.slice().length;
+
+ if (j !== null) {
+ x = w.globals.gridWidth / tickAmount * j;
+ }
+
+ if (xcrosshairs !== null) {
+ xcrosshairs.setAttribute('x', x);
+ xcrosshairs.setAttribute('x1', x);
+ xcrosshairs.setAttribute('x2', x);
+ xcrosshairs.setAttribute('y2', w.globals.gridHeight);
+ xcrosshairs.classList.add('apexcharts-active');
+ }
+
+ if (x < 0) {
+ x = 0;
+ }
+
+ if (x > w.globals.gridWidth) {
+ x = w.globals.gridWidth;
+ }
+
+ if (ttCtx.blxaxisTooltip) {
+ var tx = x;
+
+ if (w.config.xaxis.crosshairs.width === 'tickWidth' || w.config.xaxis.crosshairs.width === 'barWidth') {
+ tx = x + ttCtx.xcrosshairsWidth / 2;
+ }
+
+ this.moveXAxisTooltip(tx);
+ }
+ }
+ /**
+ * This will move the crosshair (the vertical/horz line that moves along with mouse)
+ * Along with this, this function also calls the xaxisMove function
+ * @memberof Position
+ * @param {int} - cx = point's x position, wherever point's x is, you need to move crosshair
+ */
+
+ }, {
+ key: "moveYCrosshairs",
+ value: function moveYCrosshairs(cy) {
+ var ttCtx = this.ttCtx;
+
+ if (ttCtx.ycrosshairs !== null) {
+ Graphics.setAttrs(ttCtx.ycrosshairs, {
+ y1: cy,
+ y2: cy
+ });
+ }
+
+ if (ttCtx.ycrosshairsHidden !== null) {
+ Graphics.setAttrs(ttCtx.ycrosshairsHidden, {
+ y1: cy,
+ y2: cy
+ });
+ }
+ }
+ /**
+ ** AxisTooltip is the small rectangle which appears on x axis with x value, when user moves
+ * @memberof Position
+ * @param {int} - cx = point's x position, wherever point's x is, you need to move
+ */
+
+ }, {
+ key: "moveXAxisTooltip",
+ value: function moveXAxisTooltip(cx) {
+ var w = this.w;
+ var ttCtx = this.ttCtx;
+
+ if (ttCtx.xaxisTooltip !== null) {
+ ttCtx.xaxisTooltip.classList.add('apexcharts-active');
+ var cy = ttCtx.xaxisOffY + w.config.xaxis.tooltip.offsetY + w.globals.translateY + 1 + w.config.xaxis.offsetY;
+ var xaxisTTText = ttCtx.xaxisTooltip.getBoundingClientRect();
+ var xaxisTTTextWidth = xaxisTTText.width;
+ cx = cx - xaxisTTTextWidth / 2;
+
+ if (!isNaN(cx)) {
+ cx = cx + w.globals.translateX;
+ var textRect = 0;
+ var graphics = new Graphics(this.ctx);
+ textRect = graphics.getTextRects(ttCtx.xaxisTooltipText.innerHTML);
+ ttCtx.xaxisTooltipText.style.minWidth = textRect.width + 'px';
+ ttCtx.xaxisTooltip.style.left = cx + 'px';
+ ttCtx.xaxisTooltip.style.top = cy + 'px';
+ }
+ }
+ }
+ }, {
+ key: "moveYAxisTooltip",
+ value: function moveYAxisTooltip(index) {
+ var w = this.w;
+ var ttCtx = this.ttCtx;
+
+ if (ttCtx.yaxisTTEls === null) {
+ ttCtx.yaxisTTEls = w.globals.dom.baseEl.querySelectorAll('.apexcharts-yaxistooltip');
+ }
+
+ var ycrosshairsHiddenRectY1 = parseInt(ttCtx.ycrosshairsHidden.getAttribute('y1'), 10);
+ var cy = w.globals.translateY + ycrosshairsHiddenRectY1;
+ var yAxisTTRect = ttCtx.yaxisTTEls[index].getBoundingClientRect();
+ var yAxisTTHeight = yAxisTTRect.height;
+ var cx = w.globals.translateYAxisX[index] - 2;
+
+ if (w.config.yaxis[index].opposite) {
+ cx = cx - 26;
+ }
+
+ cy = cy - yAxisTTHeight / 2;
+
+ if (w.globals.ignoreYAxisIndexes.indexOf(index) === -1) {
+ ttCtx.yaxisTTEls[index].classList.add('apexcharts-active');
+ ttCtx.yaxisTTEls[index].style.top = cy + 'px';
+ ttCtx.yaxisTTEls[index].style.left = cx + w.config.yaxis[index].tooltip.offsetX + 'px';
+ } else {
+ ttCtx.yaxisTTEls[index].classList.remove('apexcharts-active');
+ }
+ }
+ /**
+ ** moves the whole tooltip by changing x, y attrs
+ * @memberof Position
+ * @param {int} - cx = point's x position, wherever point's x is, you need to move tooltip
+ * @param {int} - cy = point's y position, wherever point's y is, you need to move tooltip
+ * @param {int} - r = point's radius
+ */
+
+ }, {
+ key: "moveTooltip",
+ value: function moveTooltip(cx, cy) {
+ var r = arguments.length > 2 && arguments[2] !== undefined ? arguments[2] : null;
+ var w = this.w;
+ var ttCtx = this.ttCtx;
+ var tooltipEl = ttCtx.getElTooltip();
+ var tooltipRect = ttCtx.tooltipRect;
+ var pointR = r !== null ? parseFloat(r) : 1;
+ var x = parseFloat(cx) + pointR + 5;
+ var y = parseFloat(cy) + pointR / 2; // - tooltipRect.ttHeight / 2
+
+ if (x > w.globals.gridWidth / 2) {
+ x = x - tooltipRect.ttWidth - pointR - 15;
+ }
+
+ if (x > w.globals.gridWidth - tooltipRect.ttWidth - 10) {
+ x = w.globals.gridWidth - tooltipRect.ttWidth;
+ }
+
+ if (x < -20) {
+ x = -20;
+ }
+
+ if (w.config.tooltip.followCursor) {
+ var elGrid = ttCtx.getElGrid();
+ var seriesBound = elGrid.getBoundingClientRect();
+ y = ttCtx.e.clientY + w.globals.translateY - seriesBound.top - tooltipRect.ttHeight / 2;
+ } else {
+ if (w.globals.isBarHorizontal) {
+ // non follow shared tooltip in a horizontal bar chart
+ y = y - tooltipRect.ttHeight;
+ } else {
+ if (tooltipRect.ttHeight / 2 + y > w.globals.gridHeight) {
+ y = w.globals.gridHeight - tooltipRect.ttHeight + w.globals.translateY;
+ }
+
+ if (y < 0) {
+ y = 0;
+ }
+ }
+ }
+
+ if (!isNaN(x)) {
+ x = x + w.globals.translateX;
+ tooltipEl.style.left = x + 'px';
+ tooltipEl.style.top = y + 'px';
+ }
+ }
+ }, {
+ key: "moveMarkers",
+ value: function moveMarkers(i, j) {
+ var w = this.w;
+ var ttCtx = this.ttCtx;
+
+ if (w.globals.markers.size[i] > 0) {
+ var allPoints = w.globals.dom.baseEl.querySelectorAll(" .apexcharts-series[data\\:realIndex='".concat(i, "'] .apexcharts-marker"));
+
+ for (var p = 0; p < allPoints.length; p++) {
+ if (parseInt(allPoints[p].getAttribute('rel'), 10) === j) {
+ ttCtx.marker.resetPointsSize();
+ ttCtx.marker.enlargeCurrentPoint(j, allPoints[p]);
+ }
+ }
+ } else {
+ ttCtx.marker.resetPointsSize();
+ this.moveDynamicPointOnHover(j, i);
+ }
+ } // This function is used when you need to show markers/points only on hover -
+ // DIFFERENT X VALUES in multiple series
+
+ }, {
+ key: "moveDynamicPointOnHover",
+ value: function moveDynamicPointOnHover(j, capturedSeries) {
+ var w = this.w;
+ var ttCtx = this.ttCtx;
+ var cx = 0;
+ var cy = 0;
+ var pointsArr = w.globals.pointsArray;
+ var hoverSize = ttCtx.tooltipUtil.getHoverMarkerSize(capturedSeries);
+ var serType = w.config.series[capturedSeries].type;
+
+ if (serType && (serType === 'column' || serType === 'candlestick' || serType === 'boxPlot')) {
+ // fix error mentioned in #811
+ return;
+ }
+
+ cx = pointsArr[capturedSeries][j][0];
+ cy = pointsArr[capturedSeries][j][1] ? pointsArr[capturedSeries][j][1] : 0;
+ var point = w.globals.dom.baseEl.querySelector(".apexcharts-series[data\\:realIndex='".concat(capturedSeries, "'] .apexcharts-series-markers circle"));
+
+ if (point && cy < w.globals.gridHeight && cy > 0) {
+ point.setAttribute('r', hoverSize);
+ point.setAttribute('cx', cx);
+ point.setAttribute('cy', cy);
+ } // point.style.opacity = w.config.markers.hover.opacity
+
+
+ this.moveXCrosshairs(cx);
+
+ if (!ttCtx.fixedTooltip) {
+ this.moveTooltip(cx, cy, hoverSize);
+ }
+ } // This function is used when you need to show markers/points only on hover -
+ // SAME X VALUES in multiple series
+
+ }, {
+ key: "moveDynamicPointsOnHover",
+ value: function moveDynamicPointsOnHover(j) {
+ var ttCtx = this.ttCtx;
+ var w = ttCtx.w;
+ var cx = 0;
+ var cy = 0;
+ var activeSeries = 0;
+ var pointsArr = w.globals.pointsArray;
+ var series = new Series(this.ctx);
+ activeSeries = series.getActiveConfigSeriesIndex(true);
+ var hoverSize = ttCtx.tooltipUtil.getHoverMarkerSize(activeSeries);
+
+ if (pointsArr[activeSeries]) {
+ cx = pointsArr[activeSeries][j][0];
+ cy = pointsArr[activeSeries][j][1];
+ }
+
+ var points = ttCtx.tooltipUtil.getAllMarkers();
+
+ if (points !== null) {
+ for (var p = 0; p < w.globals.series.length; p++) {
+ var pointArr = pointsArr[p];
+
+ if (w.globals.comboCharts) {
+ // in a combo chart, if column charts are present, markers will not match with the number of series, hence this patch to push a null value in points array
+ if (typeof pointArr === 'undefined') {
+ // nodelist to array
+ points.splice(p, 0, null);
+ }
+ }
+
+ if (pointArr && pointArr.length) {
+ var pcy = pointsArr[p][j][1];
+ points[p].setAttribute('cx', cx);
+
+ if (pcy !== null && !isNaN(pcy) && pcy < w.globals.gridHeight && pcy > 0) {
+ points[p] && points[p].setAttribute('r', hoverSize);
+ points[p] && points[p].setAttribute('cy', pcy);
+ } else {
+ points[p] && points[p].setAttribute('r', 0);
+ }
+ }
+ }
+ }
+
+ this.moveXCrosshairs(cx);
+
+ if (!ttCtx.fixedTooltip) {
+ var tcy = cy || w.globals.gridHeight;
+ this.moveTooltip(cx, tcy, hoverSize);
+ }
+ }
+ }, {
+ key: "moveStickyTooltipOverBars",
+ value: function moveStickyTooltipOverBars(j) {
+ var w = this.w;
+ var ttCtx = this.ttCtx;
+ var barLen = w.globals.columnSeries ? w.globals.columnSeries.length : w.globals.series.length;
+ var i = barLen >= 2 && barLen % 2 === 0 ? Math.floor(barLen / 2) : Math.floor(barLen / 2) + 1;
+
+ if (w.globals.isBarHorizontal) {
+ var series = new Series(this.ctx);
+ i = series.getActiveConfigSeriesIndex(false, 'desc') + 1;
+ }
+
+ var jBar = w.globals.dom.baseEl.querySelector(".apexcharts-bar-series .apexcharts-series[rel='".concat(i, "'] path[j='").concat(j, "'], .apexcharts-candlestick-series .apexcharts-series[rel='").concat(i, "'] path[j='").concat(j, "'], .apexcharts-boxPlot-series .apexcharts-series[rel='").concat(i, "'] path[j='").concat(j, "'], .apexcharts-rangebar-series .apexcharts-series[rel='").concat(i, "'] path[j='").concat(j, "']"));
+ var bcx = jBar ? parseFloat(jBar.getAttribute('cx')) : 0;
+ var bcy = jBar ? parseFloat(jBar.getAttribute('cy')) : 0;
+ var bw = jBar ? parseFloat(jBar.getAttribute('barWidth')) : 0;
+ var bh = jBar ? parseFloat(jBar.getAttribute('barHeight')) : 0;
+ var elGrid = ttCtx.getElGrid();
+ var seriesBound = elGrid.getBoundingClientRect();
+
+ if (w.globals.isXNumeric) {
+ bcx = bcx - (barLen % 2 !== 0 ? bw / 2 : 0);
+
+ if (jBar && ( // fixes apexcharts.js#2354
+ jBar.classList.contains('apexcharts-candlestick-area') || jBar.classList.contains('apexcharts-boxPlot-area')) && w.globals.comboCharts) {
+ bcx = bcx - bw / 2;
+ }
+ } else {
+ if (!w.globals.isBarHorizontal) {
+ bcx = ttCtx.xAxisTicksPositions[j - 1] + ttCtx.dataPointsDividedWidth / 2;
+
+ if (isNaN(bcx)) {
+ bcx = ttCtx.xAxisTicksPositions[j] - ttCtx.dataPointsDividedWidth / 2;
+ }
+ }
+ }
+
+ if (!w.globals.isBarHorizontal) {
+ bcy = ttCtx.e.clientY - seriesBound.top - ttCtx.tooltipRect.ttHeight / 2;
+ } else {
+ bcy = bcy + bh / 3;
+ }
+
+ if (!w.globals.isBarHorizontal) {
+ this.moveXCrosshairs(bcx);
+ }
+
+ if (!ttCtx.fixedTooltip) {
+ var tcy = bcy || w.globals.gridHeight;
+ this.moveTooltip(bcx, tcy);
+ }
+ }
+ }]);
+
+ return Position;
+ }();
+
+ /**
+ * ApexCharts Tooltip.Marker Class to draw texts on the tooltip.
+ *
+ * @module Tooltip.Marker
+ **/
+
+ var Marker = /*#__PURE__*/function () {
+ function Marker(tooltipContext) {
+ _classCallCheck(this, Marker);
+
+ this.w = tooltipContext.w;
+ this.ttCtx = tooltipContext;
+ this.ctx = tooltipContext.ctx;
+ this.tooltipPosition = new Position(tooltipContext);
+ }
+
+ _createClass(Marker, [{
+ key: "drawDynamicPoints",
+ value: function drawDynamicPoints() {
+ var w = this.w;
+ var graphics = new Graphics(this.ctx);
+ var marker = new Markers(this.ctx);
+ var elsSeries = w.globals.dom.baseEl.querySelectorAll('.apexcharts-series');
+ elsSeries = _toConsumableArray(elsSeries);
+
+ if (w.config.chart.stacked) {
+ elsSeries.sort(function (a, b) {
+ return parseFloat(a.getAttribute('data:realIndex')) - parseFloat(b.getAttribute('data:realIndex'));
+ });
+ }
+
+ for (var i = 0; i < elsSeries.length; i++) {
+ var pointsMain = elsSeries[i].querySelector(".apexcharts-series-markers-wrap");
+
+ if (pointsMain !== null) {
+ // it can be null as we have tooltips in donut/bar charts
+ var point = void 0;
+ var PointClasses = "apexcharts-marker w".concat((Math.random() + 1).toString(36).substring(4));
+
+ if ((w.config.chart.type === 'line' || w.config.chart.type === 'area') && !w.globals.comboCharts && !w.config.tooltip.intersect) {
+ PointClasses += ' no-pointer-events';
+ }
+
+ var elPointOptions = marker.getMarkerConfig({
+ cssClass: PointClasses,
+ seriesIndex: i
+ });
+ point = graphics.drawMarker(0, 0, elPointOptions);
+ point.node.setAttribute('default-marker-size', 0);
+ var elPointsG = document.createElementNS(w.globals.SVGNS, 'g');
+ elPointsG.classList.add('apexcharts-series-markers');
+ elPointsG.appendChild(point.node);
+ pointsMain.appendChild(elPointsG);
+ }
+ }
+ }
+ }, {
+ key: "enlargeCurrentPoint",
+ value: function enlargeCurrentPoint(rel, point) {
+ var x = arguments.length > 2 && arguments[2] !== undefined ? arguments[2] : null;
+ var y = arguments.length > 3 && arguments[3] !== undefined ? arguments[3] : null;
+ var w = this.w;
+
+ if (w.config.chart.type !== 'bubble') {
+ this.newPointSize(rel, point);
+ }
+
+ var cx = point.getAttribute('cx');
+ var cy = point.getAttribute('cy');
+
+ if (x !== null && y !== null) {
+ cx = x;
+ cy = y;
+ }
+
+ this.tooltipPosition.moveXCrosshairs(cx);
+
+ if (!this.fixedTooltip) {
+ if (w.config.chart.type === 'radar') {
+ var elGrid = this.ttCtx.getElGrid();
+ var seriesBound = elGrid.getBoundingClientRect();
+ cx = this.ttCtx.e.clientX - seriesBound.left;
+ }
+
+ this.tooltipPosition.moveTooltip(cx, cy, w.config.markers.hover.size);
+ }
+ }
+ }, {
+ key: "enlargePoints",
+ value: function enlargePoints(j) {
+ var w = this.w;
+ var me = this;
+ var ttCtx = this.ttCtx;
+ var col = j;
+ var points = w.globals.dom.baseEl.querySelectorAll('.apexcharts-series:not(.apexcharts-series-collapsed) .apexcharts-marker');
+ var newSize = w.config.markers.hover.size;
+
+ for (var p = 0; p < points.length; p++) {
+ var rel = points[p].getAttribute('rel');
+ var index = points[p].getAttribute('index');
+
+ if (newSize === undefined) {
+ newSize = w.globals.markers.size[index] + w.config.markers.hover.sizeOffset;
+ }
+
+ if (col === parseInt(rel, 10)) {
+ me.newPointSize(col, points[p]);
+ var cx = points[p].getAttribute('cx');
+ var cy = points[p].getAttribute('cy');
+ me.tooltipPosition.moveXCrosshairs(cx);
+
+ if (!ttCtx.fixedTooltip) {
+ me.tooltipPosition.moveTooltip(cx, cy, newSize);
+ }
+ } else {
+ me.oldPointSize(points[p]);
+ }
+ }
+ }
+ }, {
+ key: "newPointSize",
+ value: function newPointSize(rel, point) {
+ var w = this.w;
+ var newSize = w.config.markers.hover.size;
+ var elPoint = rel === 0 ? point.parentNode.firstChild : point.parentNode.lastChild;
+
+ if (elPoint.getAttribute('default-marker-size') !== '0') {
+ var index = parseInt(elPoint.getAttribute('index'), 10);
+
+ if (newSize === undefined) {
+ newSize = w.globals.markers.size[index] + w.config.markers.hover.sizeOffset;
+ }
+
+ if (newSize < 0) newSize = 0;
+ elPoint.setAttribute('r', newSize);
+ }
+ }
+ }, {
+ key: "oldPointSize",
+ value: function oldPointSize(point) {
+ var size = parseFloat(point.getAttribute('default-marker-size'));
+ point.setAttribute('r', size);
+ }
+ }, {
+ key: "resetPointsSize",
+ value: function resetPointsSize() {
+ var w = this.w;
+ var points = w.globals.dom.baseEl.querySelectorAll('.apexcharts-series:not(.apexcharts-series-collapsed) .apexcharts-marker');
+
+ for (var p = 0; p < points.length; p++) {
+ var size = parseFloat(points[p].getAttribute('default-marker-size'));
+
+ if (Utils$1.isNumber(size) && size >= 0) {
+ points[p].setAttribute('r', size);
+ } else {
+ points[p].setAttribute('r', 0);
+ }
+ }
+ }
+ }]);
+
+ return Marker;
+ }();
+
+ /**
+ * ApexCharts Tooltip.Intersect Class.
+ *
+ * @module Tooltip.Intersect
+ **/
+
+ var Intersect = /*#__PURE__*/function () {
+ function Intersect(tooltipContext) {
+ _classCallCheck(this, Intersect);
+
+ this.w = tooltipContext.w;
+ this.ttCtx = tooltipContext;
+ }
+
+ _createClass(Intersect, [{
+ key: "getAttr",
+ value: function getAttr(e, attr) {
+ return parseFloat(e.target.getAttribute(attr));
+ }
+ }, {
+ key: "handleHeatTreeTooltip",
+ value: function handleHeatTreeTooltip(_ref) {
+ var e = _ref.e,
+ opt = _ref.opt,
+ x = _ref.x,
+ y = _ref.y,
+ type = _ref.type;
+ var ttCtx = this.ttCtx;
+ var w = this.w;
+
+ if (e.target.classList.contains("apexcharts-".concat(type, "-rect"))) {
+ var i = this.getAttr(e, 'i');
+ var j = this.getAttr(e, 'j');
+ var cx = this.getAttr(e, 'cx');
+ var cy = this.getAttr(e, 'cy');
+ var width = this.getAttr(e, 'width');
+ var height = this.getAttr(e, 'height');
+ ttCtx.tooltipLabels.drawSeriesTexts({
+ ttItems: opt.ttItems,
+ i: i,
+ j: j,
+ shared: false,
+ e: e
+ });
+ w.globals.capturedSeriesIndex = i;
+ w.globals.capturedDataPointIndex = j;
+ x = cx + ttCtx.tooltipRect.ttWidth / 2 + width;
+ y = cy + ttCtx.tooltipRect.ttHeight / 2 - height / 2;
+ ttCtx.tooltipPosition.moveXCrosshairs(cx + width / 2);
+
+ if (x > w.globals.gridWidth / 2) {
+ x = cx - ttCtx.tooltipRect.ttWidth / 2 + width;
+ }
+
+ if (ttCtx.w.config.tooltip.followCursor) {
+ var seriesBound = w.globals.dom.elWrap.getBoundingClientRect();
+ x = w.globals.clientX - seriesBound.left - ttCtx.tooltipRect.ttWidth / 2;
+ y = w.globals.clientY - seriesBound.top - ttCtx.tooltipRect.ttHeight - 5;
+ }
+ }
+
+ return {
+ x: x,
+ y: y
+ };
+ }
+ }, {
+ key: "handleMarkerTooltip",
+ value: function handleMarkerTooltip(_ref2) {
+ var e = _ref2.e,
+ opt = _ref2.opt,
+ x = _ref2.x,
+ y = _ref2.y;
+ var w = this.w;
+ var ttCtx = this.ttCtx;
+ var i;
+ var j;
+
+ if (e.target.classList.contains('apexcharts-marker')) {
+ var cx = parseInt(opt.paths.getAttribute('cx'), 10);
+ var cy = parseInt(opt.paths.getAttribute('cy'), 10);
+ var val = parseFloat(opt.paths.getAttribute('val'));
+ j = parseInt(opt.paths.getAttribute('rel'), 10);
+ i = parseInt(opt.paths.parentNode.parentNode.parentNode.getAttribute('rel'), 10) - 1;
+
+ if (ttCtx.intersect) {
+ var el = Utils$1.findAncestor(opt.paths, 'apexcharts-series');
+
+ if (el) {
+ i = parseInt(el.getAttribute('data:realIndex'), 10);
+ }
+ }
+
+ ttCtx.tooltipLabels.drawSeriesTexts({
+ ttItems: opt.ttItems,
+ i: i,
+ j: j,
+ shared: ttCtx.showOnIntersect ? false : w.config.tooltip.shared,
+ e: e
+ });
+
+ if (e.type === 'mouseup') {
+ ttCtx.markerClick(e, i, j);
+ }
+
+ w.globals.capturedSeriesIndex = i;
+ w.globals.capturedDataPointIndex = j;
+ x = cx;
+ y = cy + w.globals.translateY - ttCtx.tooltipRect.ttHeight * 1.4;
+
+ if (ttCtx.w.config.tooltip.followCursor) {
+ var elGrid = ttCtx.getElGrid();
+ var seriesBound = elGrid.getBoundingClientRect();
+ y = ttCtx.e.clientY + w.globals.translateY - seriesBound.top;
+ }
+
+ if (val < 0) {
+ y = cy;
+ }
+
+ ttCtx.marker.enlargeCurrentPoint(j, opt.paths, x, y);
+ }
+
+ return {
+ x: x,
+ y: y
+ };
+ }
+ }, {
+ key: "handleBarTooltip",
+ value: function handleBarTooltip(_ref3) {
+ var e = _ref3.e,
+ opt = _ref3.opt;
+ var w = this.w;
+ var ttCtx = this.ttCtx;
+ var tooltipEl = ttCtx.getElTooltip();
+ var bx = 0;
+ var x = 0;
+ var y = 0;
+ var i = 0;
+ var strokeWidth;
+ var barXY = this.getBarTooltipXY({
+ e: e,
+ opt: opt
+ });
+ i = barXY.i;
+ var barHeight = barXY.barHeight;
+ var j = barXY.j;
+ w.globals.capturedSeriesIndex = i;
+ w.globals.capturedDataPointIndex = j;
+
+ if (w.globals.isBarHorizontal && ttCtx.tooltipUtil.hasBars() || !w.config.tooltip.shared) {
+ x = barXY.x;
+ y = barXY.y;
+ strokeWidth = Array.isArray(w.config.stroke.width) ? w.config.stroke.width[i] : w.config.stroke.width;
+ bx = x;
+ } else {
+ if (!w.globals.comboCharts && !w.config.tooltip.shared) {
+ bx = bx / 2;
+ }
+ } // y is NaN, make it touch the bottom of grid area
+
+
+ if (isNaN(y)) {
+ y = w.globals.svgHeight - ttCtx.tooltipRect.ttHeight;
+ } else if (y < 0) {
+ y = 0;
+ }
+
+ var seriesIndex = parseInt(opt.paths.parentNode.getAttribute('data:realIndex'), 10);
+ var isReversed = w.globals.isMultipleYAxis ? w.config.yaxis[seriesIndex] && w.config.yaxis[seriesIndex].reversed : w.config.yaxis[0].reversed;
+
+ if (x + ttCtx.tooltipRect.ttWidth > w.globals.gridWidth && !isReversed) {
+ x = x - ttCtx.tooltipRect.ttWidth;
+ } else if (x < 0) {
+ x = 0;
+ }
+
+ if (ttCtx.w.config.tooltip.followCursor) {
+ var elGrid = ttCtx.getElGrid();
+ var seriesBound = elGrid.getBoundingClientRect();
+ y = ttCtx.e.clientY - seriesBound.top;
+ } // if tooltip is still null, querySelector
+
+
+ if (ttCtx.tooltip === null) {
+ ttCtx.tooltip = w.globals.dom.baseEl.querySelector('.apexcharts-tooltip');
+ }
+
+ if (!w.config.tooltip.shared) {
+ if (w.globals.comboBarCount > 0) {
+ ttCtx.tooltipPosition.moveXCrosshairs(bx + strokeWidth / 2);
+ } else {
+ ttCtx.tooltipPosition.moveXCrosshairs(bx);
+ }
+ } // move tooltip here
+
+
+ if (!ttCtx.fixedTooltip && (!w.config.tooltip.shared || w.globals.isBarHorizontal && ttCtx.tooltipUtil.hasBars())) {
+ if (isReversed) {
+ x = x - ttCtx.tooltipRect.ttWidth;
+
+ if (x < 0) {
+ x = 0;
+ }
+ }
+
+ tooltipEl.style.left = x + w.globals.translateX + 'px';
+
+ if (isReversed && !(w.globals.isBarHorizontal && ttCtx.tooltipUtil.hasBars())) {
+ y = y + barHeight - (w.globals.series[i][j] < 0 ? barHeight : 0) * 2;
+ }
+
+ if (ttCtx.tooltipRect.ttHeight + y > w.globals.gridHeight) {
+ y = w.globals.gridHeight - ttCtx.tooltipRect.ttHeight + w.globals.translateY;
+ tooltipEl.style.top = y + 'px';
+ } else {
+ tooltipEl.style.top = y + w.globals.translateY - ttCtx.tooltipRect.ttHeight / 2 + 'px';
+ }
+ }
+ }
+ }, {
+ key: "getBarTooltipXY",
+ value: function getBarTooltipXY(_ref4) {
+ var e = _ref4.e,
+ opt = _ref4.opt;
+ var w = this.w;
+ var j = null;
+ var ttCtx = this.ttCtx;
+ var i = 0;
+ var x = 0;
+ var y = 0;
+ var barWidth = 0;
+ var barHeight = 0;
+ var cl = e.target.classList;
+
+ if (cl.contains('apexcharts-bar-area') || cl.contains('apexcharts-candlestick-area') || cl.contains('apexcharts-boxPlot-area') || cl.contains('apexcharts-rangebar-area')) {
+ var bar = e.target;
+ var barRect = bar.getBoundingClientRect();
+ var seriesBound = opt.elGrid.getBoundingClientRect();
+ var bh = barRect.height;
+ barHeight = barRect.height;
+ var bw = barRect.width;
+ var cx = parseInt(bar.getAttribute('cx'), 10);
+ var cy = parseInt(bar.getAttribute('cy'), 10);
+ barWidth = parseFloat(bar.getAttribute('barWidth'));
+ var clientX = e.type === 'touchmove' ? e.touches[0].clientX : e.clientX;
+ j = parseInt(bar.getAttribute('j'), 10);
+ i = parseInt(bar.parentNode.getAttribute('rel'), 10) - 1;
+ var y1 = bar.getAttribute('data-range-y1');
+ var y2 = bar.getAttribute('data-range-y2');
+
+ if (w.globals.comboCharts) {
+ i = parseInt(bar.parentNode.getAttribute('data:realIndex'), 10);
+ } // if (w.config.tooltip.shared) {
+ // this check not needed at the moment
+ // const yDivisor = w.globals.gridHeight / (w.globals.series.length)
+ // const hoverY = ttCtx.clientY - ttCtx.seriesBound.top
+ // j = Math.ceil(hoverY / yDivisor)
+ // }
+
+
+ ttCtx.tooltipLabels.drawSeriesTexts({
+ ttItems: opt.ttItems,
+ i: i,
+ j: j,
+ y1: y1 ? parseInt(y1, 10) : null,
+ y2: y2 ? parseInt(y2, 10) : null,
+ shared: ttCtx.showOnIntersect ? false : w.config.tooltip.shared,
+ e: e
+ });
+
+ if (w.config.tooltip.followCursor) {
+ if (w.globals.isBarHorizontal) {
+ x = clientX - seriesBound.left + 15;
+ y = cy - ttCtx.dataPointsDividedHeight + bh / 2 - ttCtx.tooltipRect.ttHeight / 2;
+ } else {
+ if (w.globals.isXNumeric) {
+ x = cx - bw / 2;
+ } else {
+ x = cx - ttCtx.dataPointsDividedWidth + bw / 2;
+ }
+
+ y = e.clientY - seriesBound.top - ttCtx.tooltipRect.ttHeight / 2 - 15;
+ }
+ } else {
+ if (w.globals.isBarHorizontal) {
+ x = cx;
+
+ if (x < ttCtx.xyRatios.baseLineInvertedY) {
+ x = cx - ttCtx.tooltipRect.ttWidth;
+ }
+
+ y = cy - ttCtx.dataPointsDividedHeight + bh / 2 - ttCtx.tooltipRect.ttHeight / 2;
+ } else {
+ // if columns
+ if (w.globals.isXNumeric) {
+ x = cx - bw / 2;
+ } else {
+ x = cx - ttCtx.dataPointsDividedWidth + bw / 2;
+ }
+
+ y = cy; // - ttCtx.tooltipRect.ttHeight / 2 + 10
+ }
+ }
+ }
+
+ return {
+ x: x,
+ y: y,
+ barHeight: barHeight,
+ barWidth: barWidth,
+ i: i,
+ j: j
+ };
+ }
+ }]);
+
+ return Intersect;
+ }();
+
+ /**
+ * ApexCharts Tooltip.AxesTooltip Class.
+ *
+ * @module Tooltip.AxesTooltip
+ **/
+ var AxesTooltip = /*#__PURE__*/function () {
+ function AxesTooltip(tooltipContext) {
+ _classCallCheck(this, AxesTooltip);
+
+ this.w = tooltipContext.w;
+ this.ttCtx = tooltipContext;
+ }
+ /**
+ * This method adds the secondary tooltip which appears below x axis
+ * @memberof Tooltip
+ **/
+
+
+ _createClass(AxesTooltip, [{
+ key: "drawXaxisTooltip",
+ value: function drawXaxisTooltip() {
+ var w = this.w;
+ var ttCtx = this.ttCtx;
+ var isBottom = w.config.xaxis.position === 'bottom';
+ ttCtx.xaxisOffY = isBottom ? w.globals.gridHeight + 1 : -w.globals.xAxisHeight - w.config.xaxis.axisTicks.height + 3;
+ var tooltipCssClass = isBottom ? 'apexcharts-xaxistooltip apexcharts-xaxistooltip-bottom' : 'apexcharts-xaxistooltip apexcharts-xaxistooltip-top';
+ var renderTo = w.globals.dom.elWrap;
+
+ if (ttCtx.blxaxisTooltip) {
+ var xaxisTooltip = w.globals.dom.baseEl.querySelector('.apexcharts-xaxistooltip');
+
+ if (xaxisTooltip === null) {
+ ttCtx.xaxisTooltip = document.createElement('div');
+ ttCtx.xaxisTooltip.setAttribute('class', tooltipCssClass + ' apexcharts-theme-' + w.config.tooltip.theme);
+ renderTo.appendChild(ttCtx.xaxisTooltip);
+ ttCtx.xaxisTooltipText = document.createElement('div');
+ ttCtx.xaxisTooltipText.classList.add('apexcharts-xaxistooltip-text');
+ ttCtx.xaxisTooltipText.style.fontFamily = w.config.xaxis.tooltip.style.fontFamily || w.config.chart.fontFamily;
+ ttCtx.xaxisTooltipText.style.fontSize = w.config.xaxis.tooltip.style.fontSize;
+ ttCtx.xaxisTooltip.appendChild(ttCtx.xaxisTooltipText);
+ }
+ }
+ }
+ /**
+ * This method adds the secondary tooltip which appears below x axis
+ * @memberof Tooltip
+ **/
+
+ }, {
+ key: "drawYaxisTooltip",
+ value: function drawYaxisTooltip() {
+ var w = this.w;
+ var ttCtx = this.ttCtx;
+
+ var _loop = function _loop(i) {
+ var isRight = w.config.yaxis[i].opposite || w.config.yaxis[i].crosshairs.opposite;
+ ttCtx.yaxisOffX = isRight ? w.globals.gridWidth + 1 : 1;
+ var tooltipCssClass = isRight ? "apexcharts-yaxistooltip apexcharts-yaxistooltip-".concat(i, " apexcharts-yaxistooltip-right") : "apexcharts-yaxistooltip apexcharts-yaxistooltip-".concat(i, " apexcharts-yaxistooltip-left");
+ w.globals.yAxisSameScaleIndices.map(function (samescales, ssi) {
+ samescales.map(function (s, si) {
+ if (si === i) {
+ tooltipCssClass += w.config.yaxis[si].show ? " " : " apexcharts-yaxistooltip-hidden";
+ }
+ });
+ });
+ var renderTo = w.globals.dom.elWrap;
+ var yaxisTooltip = w.globals.dom.baseEl.querySelector(".apexcharts-yaxistooltip apexcharts-yaxistooltip-".concat(i));
+
+ if (yaxisTooltip === null) {
+ ttCtx.yaxisTooltip = document.createElement('div');
+ ttCtx.yaxisTooltip.setAttribute('class', tooltipCssClass + ' apexcharts-theme-' + w.config.tooltip.theme);
+ renderTo.appendChild(ttCtx.yaxisTooltip);
+ if (i === 0) ttCtx.yaxisTooltipText = [];
+ ttCtx.yaxisTooltipText[i] = document.createElement('div');
+ ttCtx.yaxisTooltipText[i].classList.add('apexcharts-yaxistooltip-text');
+ ttCtx.yaxisTooltip.appendChild(ttCtx.yaxisTooltipText[i]);
+ }
+ };
+
+ for (var i = 0; i < w.config.yaxis.length; i++) {
+ _loop(i);
+ }
+ }
+ /**
+ * @memberof Tooltip
+ **/
+
+ }, {
+ key: "setXCrosshairWidth",
+ value: function setXCrosshairWidth() {
+ var w = this.w;
+ var ttCtx = this.ttCtx; // set xcrosshairs width
+
+ var xcrosshairs = ttCtx.getElXCrosshairs();
+ ttCtx.xcrosshairsWidth = parseInt(w.config.xaxis.crosshairs.width, 10);
+
+ if (!w.globals.comboCharts) {
+ if (w.config.xaxis.crosshairs.width === 'tickWidth') {
+ var count = w.globals.labels.length;
+ ttCtx.xcrosshairsWidth = w.globals.gridWidth / count;
+ } else if (w.config.xaxis.crosshairs.width === 'barWidth') {
+ var bar = w.globals.dom.baseEl.querySelector('.apexcharts-bar-area');
+
+ if (bar !== null) {
+ var barWidth = parseFloat(bar.getAttribute('barWidth'));
+ ttCtx.xcrosshairsWidth = barWidth;
+ } else {
+ ttCtx.xcrosshairsWidth = 1;
+ }
+ }
+ } else {
+ var _bar = w.globals.dom.baseEl.querySelector('.apexcharts-bar-area');
+
+ if (_bar !== null && w.config.xaxis.crosshairs.width === 'barWidth') {
+ var _barWidth = parseFloat(_bar.getAttribute('barWidth'));
+
+ ttCtx.xcrosshairsWidth = _barWidth;
+ } else {
+ if (w.config.xaxis.crosshairs.width === 'tickWidth') {
+ var _count = w.globals.labels.length;
+ ttCtx.xcrosshairsWidth = w.globals.gridWidth / _count;
+ }
+ }
+ }
+
+ if (w.globals.isBarHorizontal) {
+ ttCtx.xcrosshairsWidth = 0;
+ }
+
+ if (xcrosshairs !== null && ttCtx.xcrosshairsWidth > 0) {
+ xcrosshairs.setAttribute('width', ttCtx.xcrosshairsWidth);
+ }
+ }
+ }, {
+ key: "handleYCrosshair",
+ value: function handleYCrosshair() {
+ var w = this.w;
+ var ttCtx = this.ttCtx; // set ycrosshairs height
+
+ ttCtx.ycrosshairs = w.globals.dom.baseEl.querySelector('.apexcharts-ycrosshairs');
+ ttCtx.ycrosshairsHidden = w.globals.dom.baseEl.querySelector('.apexcharts-ycrosshairs-hidden');
+ }
+ }, {
+ key: "drawYaxisTooltipText",
+ value: function drawYaxisTooltipText(index, clientY, xyRatios) {
+ var ttCtx = this.ttCtx;
+ var w = this.w;
+ var lbFormatter = w.globals.yLabelFormatters[index];
+
+ if (ttCtx.yaxisTooltips[index]) {
+ var elGrid = ttCtx.getElGrid();
+ var seriesBound = elGrid.getBoundingClientRect();
+ var hoverY = (clientY - seriesBound.top) * xyRatios.yRatio[index];
+ var height = w.globals.maxYArr[index] - w.globals.minYArr[index];
+ var val = w.globals.minYArr[index] + (height - hoverY);
+ ttCtx.tooltipPosition.moveYCrosshairs(clientY - seriesBound.top);
+ ttCtx.yaxisTooltipText[index].innerHTML = lbFormatter(val);
+ ttCtx.tooltipPosition.moveYAxisTooltip(index);
+ }
+ }
+ }]);
+
+ return AxesTooltip;
+ }();
+
+ /**
+ * ApexCharts Core Tooltip Class to handle the tooltip generation.
+ *
+ * @module Tooltip
+ **/
+
+ var Tooltip = /*#__PURE__*/function () {
+ function Tooltip(ctx) {
+ _classCallCheck(this, Tooltip);
+
+ this.ctx = ctx;
+ this.w = ctx.w;
+ var w = this.w;
+ this.tConfig = w.config.tooltip;
+ this.tooltipUtil = new Utils(this);
+ this.tooltipLabels = new Labels(this);
+ this.tooltipPosition = new Position(this);
+ this.marker = new Marker(this);
+ this.intersect = new Intersect(this);
+ this.axesTooltip = new AxesTooltip(this);
+ this.showOnIntersect = this.tConfig.intersect;
+ this.showTooltipTitle = this.tConfig.x.show;
+ this.fixedTooltip = this.tConfig.fixed.enabled;
+ this.xaxisTooltip = null;
+ this.yaxisTTEls = null;
+ this.isBarShared = !w.globals.isBarHorizontal && this.tConfig.shared;
+ }
+
+ _createClass(Tooltip, [{
+ key: "getElTooltip",
+ value: function getElTooltip(ctx) {
+ if (!ctx) ctx = this;
+ return ctx.w.globals.dom.baseEl.querySelector('.apexcharts-tooltip');
+ }
+ }, {
+ key: "getElXCrosshairs",
+ value: function getElXCrosshairs() {
+ return this.w.globals.dom.baseEl.querySelector('.apexcharts-xcrosshairs');
+ }
+ }, {
+ key: "getElGrid",
+ value: function getElGrid() {
+ return this.w.globals.dom.baseEl.querySelector('.apexcharts-grid');
+ }
+ }, {
+ key: "drawTooltip",
+ value: function drawTooltip(xyRatios) {
+ var w = this.w;
+ this.xyRatios = xyRatios;
+ this.blxaxisTooltip = w.config.xaxis.tooltip.enabled && w.globals.axisCharts;
+ this.yaxisTooltips = w.config.yaxis.map(function (y, i) {
+ return y.show && y.tooltip.enabled && w.globals.axisCharts ? true : false;
+ });
+ this.allTooltipSeriesGroups = [];
+
+ if (!w.globals.axisCharts) {
+ this.showTooltipTitle = false;
+ }
+
+ var tooltipEl = document.createElement('div');
+ tooltipEl.classList.add('apexcharts-tooltip');
+ tooltipEl.classList.add("apexcharts-theme-".concat(this.tConfig.theme));
+ w.globals.dom.elWrap.appendChild(tooltipEl);
+
+ if (w.globals.axisCharts) {
+ this.axesTooltip.drawXaxisTooltip();
+ this.axesTooltip.drawYaxisTooltip();
+ this.axesTooltip.setXCrosshairWidth();
+ this.axesTooltip.handleYCrosshair();
+ var xAxis = new XAxis(this.ctx);
+ this.xAxisTicksPositions = xAxis.getXAxisTicksPositions();
+ } // we forcefully set intersect true for these conditions
+
+
+ if ((w.globals.comboCharts || this.tConfig.intersect || w.config.chart.type === 'rangeBar') && !this.tConfig.shared) {
+ this.showOnIntersect = true;
+ }
+
+ if (w.config.markers.size === 0 || w.globals.markers.largestSize === 0) {
+ // when user don't want to show points all the time, but only on when hovering on series
+ this.marker.drawDynamicPoints(this);
+ } // no visible series, exit
+
+
+ if (w.globals.collapsedSeries.length === w.globals.series.length) return;
+ this.dataPointsDividedHeight = w.globals.gridHeight / w.globals.dataPoints;
+ this.dataPointsDividedWidth = w.globals.gridWidth / w.globals.dataPoints;
+
+ if (this.showTooltipTitle) {
+ this.tooltipTitle = document.createElement('div');
+ this.tooltipTitle.classList.add('apexcharts-tooltip-title');
+ this.tooltipTitle.style.fontFamily = this.tConfig.style.fontFamily || w.config.chart.fontFamily;
+ this.tooltipTitle.style.fontSize = this.tConfig.style.fontSize;
+ tooltipEl.appendChild(this.tooltipTitle);
+ }
+
+ var ttItemsCnt = w.globals.series.length; // whether shared or not, default is shared
+
+ if ((w.globals.xyCharts || w.globals.comboCharts) && this.tConfig.shared) {
+ if (!this.showOnIntersect) {
+ ttItemsCnt = w.globals.series.length;
+ } else {
+ ttItemsCnt = 1;
+ }
+ }
+
+ this.legendLabels = w.globals.dom.baseEl.querySelectorAll('.apexcharts-legend-text');
+ this.ttItems = this.createTTElements(ttItemsCnt);
+ this.addSVGEvents();
+ }
+ }, {
+ key: "createTTElements",
+ value: function createTTElements(ttItemsCnt) {
+ var _this = this;
+
+ var w = this.w;
+ var ttItems = [];
+ var tooltipEl = this.getElTooltip();
+
+ var _loop = function _loop(i) {
+ var gTxt = document.createElement('div');
+ gTxt.classList.add('apexcharts-tooltip-series-group');
+ gTxt.style.order = w.config.tooltip.inverseOrder ? ttItemsCnt - i : i + 1;
+
+ if (_this.tConfig.shared && _this.tConfig.enabledOnSeries && Array.isArray(_this.tConfig.enabledOnSeries)) {
+ if (_this.tConfig.enabledOnSeries.indexOf(i) < 0) {
+ gTxt.classList.add('apexcharts-tooltip-series-group-hidden');
+ }
+ }
+
+ var point = document.createElement('span');
+ point.classList.add('apexcharts-tooltip-marker');
+ point.style.backgroundColor = w.globals.colors[i];
+ gTxt.appendChild(point);
+ var gYZ = document.createElement('div');
+ gYZ.classList.add('apexcharts-tooltip-text');
+ gYZ.style.fontFamily = _this.tConfig.style.fontFamily || w.config.chart.fontFamily;
+ gYZ.style.fontSize = _this.tConfig.style.fontSize;
+ ['y', 'goals', 'z'].forEach(function (g) {
+ var gValText = document.createElement('div');
+ gValText.classList.add("apexcharts-tooltip-".concat(g, "-group"));
+ var txtLabel = document.createElement('span');
+ txtLabel.classList.add("apexcharts-tooltip-text-".concat(g, "-label"));
+ gValText.appendChild(txtLabel);
+ var txtValue = document.createElement('span');
+ txtValue.classList.add("apexcharts-tooltip-text-".concat(g, "-value"));
+ gValText.appendChild(txtValue);
+ gYZ.appendChild(gValText);
+ });
+ gTxt.appendChild(gYZ);
+ tooltipEl.appendChild(gTxt);
+ ttItems.push(gTxt);
+ };
+
+ for (var i = 0; i < ttItemsCnt; i++) {
+ _loop(i);
+ }
+
+ return ttItems;
+ }
+ }, {
+ key: "addSVGEvents",
+ value: function addSVGEvents() {
+ var w = this.w;
+ var type = w.config.chart.type;
+ var tooltipEl = this.getElTooltip();
+ var commonBar = !!(type === 'bar' || type === 'candlestick' || type === 'boxPlot' || type === 'rangeBar');
+ var chartWithmarkers = type === 'area' || type === 'line' || type === 'scatter' || type === 'bubble' || type === 'radar';
+ var hoverArea = w.globals.dom.Paper.node;
+ var elGrid = this.getElGrid();
+
+ if (elGrid) {
+ this.seriesBound = elGrid.getBoundingClientRect();
+ }
+
+ var tooltipY = [];
+ var tooltipX = [];
+ var seriesHoverParams = {
+ hoverArea: hoverArea,
+ elGrid: elGrid,
+ tooltipEl: tooltipEl,
+ tooltipY: tooltipY,
+ tooltipX: tooltipX,
+ ttItems: this.ttItems
+ };
+ var points;
+
+ if (w.globals.axisCharts) {
+ if (chartWithmarkers) {
+ points = w.globals.dom.baseEl.querySelectorAll(".apexcharts-series[data\\:longestSeries='true'] .apexcharts-marker");
+ } else if (commonBar) {
+ points = w.globals.dom.baseEl.querySelectorAll('.apexcharts-series .apexcharts-bar-area, .apexcharts-series .apexcharts-candlestick-area, .apexcharts-series .apexcharts-boxPlot-area, .apexcharts-series .apexcharts-rangebar-area');
+ } else if (type === 'heatmap' || type === 'treemap') {
+ points = w.globals.dom.baseEl.querySelectorAll('.apexcharts-series .apexcharts-heatmap, .apexcharts-series .apexcharts-treemap');
+ }
+
+ if (points && points.length) {
+ for (var p = 0; p < points.length; p++) {
+ tooltipY.push(points[p].getAttribute('cy'));
+ tooltipX.push(points[p].getAttribute('cx'));
+ }
+ }
+ }
+
+ var validSharedChartTypes = w.globals.xyCharts && !this.showOnIntersect || w.globals.comboCharts && !this.showOnIntersect || commonBar && this.tooltipUtil.hasBars() && this.tConfig.shared;
+
+ if (validSharedChartTypes) {
+ this.addPathsEventListeners([hoverArea], seriesHoverParams);
+ } else if (commonBar && !w.globals.comboCharts || chartWithmarkers && this.showOnIntersect) {
+ this.addDatapointEventsListeners(seriesHoverParams);
+ } else if (!w.globals.axisCharts || type === 'heatmap' || type === 'treemap') {
+ var seriesAll = w.globals.dom.baseEl.querySelectorAll('.apexcharts-series');
+ this.addPathsEventListeners(seriesAll, seriesHoverParams);
+ }
+
+ if (this.showOnIntersect) {
+ var lineAreaPoints = w.globals.dom.baseEl.querySelectorAll('.apexcharts-line-series .apexcharts-marker, .apexcharts-area-series .apexcharts-marker');
+
+ if (lineAreaPoints.length > 0) {
+ // if we find any lineSeries, addEventListeners for them
+ this.addPathsEventListeners(lineAreaPoints, seriesHoverParams);
+ } // combo charts may have bars, so add event listeners here too
+
+
+ if (this.tooltipUtil.hasBars() && !this.tConfig.shared) {
+ this.addDatapointEventsListeners(seriesHoverParams);
+ }
+ }
+ }
+ }, {
+ key: "drawFixedTooltipRect",
+ value: function drawFixedTooltipRect() {
+ var w = this.w;
+ var tooltipEl = this.getElTooltip();
+ var tooltipRect = tooltipEl.getBoundingClientRect();
+ var ttWidth = tooltipRect.width + 10;
+ var ttHeight = tooltipRect.height + 10;
+ var x = this.tConfig.fixed.offsetX;
+ var y = this.tConfig.fixed.offsetY;
+ var fixed = this.tConfig.fixed.position.toLowerCase();
+
+ if (fixed.indexOf('right') > -1) {
+ x = x + w.globals.svgWidth - ttWidth + 10;
+ }
+
+ if (fixed.indexOf('bottom') > -1) {
+ y = y + w.globals.svgHeight - ttHeight - 10;
+ }
+
+ tooltipEl.style.left = x + 'px';
+ tooltipEl.style.top = y + 'px';
+ return {
+ x: x,
+ y: y,
+ ttWidth: ttWidth,
+ ttHeight: ttHeight
+ };
+ }
+ }, {
+ key: "addDatapointEventsListeners",
+ value: function addDatapointEventsListeners(seriesHoverParams) {
+ var w = this.w;
+ var points = w.globals.dom.baseEl.querySelectorAll('.apexcharts-series-markers .apexcharts-marker, .apexcharts-bar-area, .apexcharts-candlestick-area, .apexcharts-boxPlot-area, .apexcharts-rangebar-area');
+ this.addPathsEventListeners(points, seriesHoverParams);
+ }
+ }, {
+ key: "addPathsEventListeners",
+ value: function addPathsEventListeners(paths, opts) {
+ var self = this;
+
+ var _loop2 = function _loop2(p) {
+ var extendedOpts = {
+ paths: paths[p],
+ tooltipEl: opts.tooltipEl,
+ tooltipY: opts.tooltipY,
+ tooltipX: opts.tooltipX,
+ elGrid: opts.elGrid,
+ hoverArea: opts.hoverArea,
+ ttItems: opts.ttItems
+ };
+ var events = ['mousemove', 'mouseup', 'touchmove', 'mouseout', 'touchend'];
+ events.map(function (ev) {
+ return paths[p].addEventListener(ev, self.seriesHover.bind(self, extendedOpts), {
+ capture: false,
+ passive: true
+ });
+ });
+ };
+
+ for (var p = 0; p < paths.length; p++) {
+ _loop2(p);
+ }
+ }
+ /*
+ ** The actual series hover function
+ */
+
+ }, {
+ key: "seriesHover",
+ value: function seriesHover(opt, e) {
+ var _this2 = this;
+
+ var chartGroups = [];
+ var w = this.w; // if user has more than one charts in group, we need to sync
+
+ if (w.config.chart.group) {
+ chartGroups = this.ctx.getGroupedCharts();
+ }
+
+ if (w.globals.axisCharts && (w.globals.minX === -Infinity && w.globals.maxX === Infinity || w.globals.dataPoints === 0)) {
+ return;
+ }
+
+ if (chartGroups.length) {
+ chartGroups.forEach(function (ch) {
+ var tooltipEl = _this2.getElTooltip(ch);
+
+ var newOpts = {
+ paths: opt.paths,
+ tooltipEl: tooltipEl,
+ tooltipY: opt.tooltipY,
+ tooltipX: opt.tooltipX,
+ elGrid: opt.elGrid,
+ hoverArea: opt.hoverArea,
+ ttItems: ch.w.globals.tooltip.ttItems
+ }; // all the charts should have the same minX and maxX (same xaxis) for multiple tooltips to work correctly
+
+ if (ch.w.globals.minX === _this2.w.globals.minX && ch.w.globals.maxX === _this2.w.globals.maxX) {
+ ch.w.globals.tooltip.seriesHoverByContext({
+ chartCtx: ch,
+ ttCtx: ch.w.globals.tooltip,
+ opt: newOpts,
+ e: e
+ });
+ }
+ });
+ } else {
+ this.seriesHoverByContext({
+ chartCtx: this.ctx,
+ ttCtx: this.w.globals.tooltip,
+ opt: opt,
+ e: e
+ });
+ }
+ }
+ }, {
+ key: "seriesHoverByContext",
+ value: function seriesHoverByContext(_ref) {
+ var chartCtx = _ref.chartCtx,
+ ttCtx = _ref.ttCtx,
+ opt = _ref.opt,
+ e = _ref.e;
+ var w = chartCtx.w;
+ var tooltipEl = this.getElTooltip(); // tooltipRect is calculated on every mousemove, because the text is dynamic
+
+ ttCtx.tooltipRect = {
+ x: 0,
+ y: 0,
+ ttWidth: tooltipEl.getBoundingClientRect().width,
+ ttHeight: tooltipEl.getBoundingClientRect().height
+ };
+ ttCtx.e = e; // highlight the current hovered bars
+
+ if (ttCtx.tooltipUtil.hasBars() && !w.globals.comboCharts && !ttCtx.isBarShared) {
+ if (this.tConfig.onDatasetHover.highlightDataSeries) {
+ var series = new Series(chartCtx);
+ series.toggleSeriesOnHover(e, e.target.parentNode);
+ }
+ }
+
+ if (ttCtx.fixedTooltip) {
+ ttCtx.drawFixedTooltipRect();
+ }
+
+ if (w.globals.axisCharts) {
+ ttCtx.axisChartsTooltips({
+ e: e,
+ opt: opt,
+ tooltipRect: ttCtx.tooltipRect
+ });
+ } else {
+ // non-plot charts i.e pie/donut/circle
+ ttCtx.nonAxisChartsTooltips({
+ e: e,
+ opt: opt,
+ tooltipRect: ttCtx.tooltipRect
+ });
+ }
+ } // tooltip handling for line/area/bar/columns/scatter
+
+ }, {
+ key: "axisChartsTooltips",
+ value: function axisChartsTooltips(_ref2) {
+ var e = _ref2.e,
+ opt = _ref2.opt;
+ var w = this.w;
+ var x, y;
+ var seriesBound = opt.elGrid.getBoundingClientRect();
+ var clientX = e.type === 'touchmove' ? e.touches[0].clientX : e.clientX;
+ var clientY = e.type === 'touchmove' ? e.touches[0].clientY : e.clientY;
+ this.clientY = clientY;
+ this.clientX = clientX;
+ w.globals.capturedSeriesIndex = -1;
+ w.globals.capturedDataPointIndex = -1;
+
+ if (clientY < seriesBound.top || clientY > seriesBound.top + seriesBound.height) {
+ this.handleMouseOut(opt);
+ return;
+ }
+
+ if (Array.isArray(this.tConfig.enabledOnSeries) && !w.config.tooltip.shared) {
+ var index = parseInt(opt.paths.getAttribute('index'), 10);
+
+ if (this.tConfig.enabledOnSeries.indexOf(index) < 0) {
+ this.handleMouseOut(opt);
+ return;
+ }
+ }
+
+ var tooltipEl = this.getElTooltip();
+ var xcrosshairs = this.getElXCrosshairs();
+ var isStickyTooltip = w.globals.xyCharts || w.config.chart.type === 'bar' && !w.globals.isBarHorizontal && this.tooltipUtil.hasBars() && this.tConfig.shared || w.globals.comboCharts && this.tooltipUtil.hasBars();
+
+ if (e.type === 'mousemove' || e.type === 'touchmove' || e.type === 'mouseup') {
+ if (xcrosshairs !== null) {
+ xcrosshairs.classList.add('apexcharts-active');
+ }
+
+ var hasYAxisTooltip = this.yaxisTooltips.filter(function (b) {
+ return b === true;
+ });
+
+ if (this.ycrosshairs !== null && hasYAxisTooltip.length) {
+ this.ycrosshairs.classList.add('apexcharts-active');
+ }
+
+ if (isStickyTooltip && !this.showOnIntersect) {
+ this.handleStickyTooltip(e, clientX, clientY, opt);
+ } else {
+ if (w.config.chart.type === 'heatmap' || w.config.chart.type === 'treemap') {
+ var markerXY = this.intersect.handleHeatTreeTooltip({
+ e: e,
+ opt: opt,
+ x: x,
+ y: y,
+ type: w.config.chart.type
+ });
+ x = markerXY.x;
+ y = markerXY.y;
+ tooltipEl.style.left = x + 'px';
+ tooltipEl.style.top = y + 'px';
+ } else {
+ if (this.tooltipUtil.hasBars()) {
+ this.intersect.handleBarTooltip({
+ e: e,
+ opt: opt
+ });
+ }
+
+ if (this.tooltipUtil.hasMarkers()) {
+ // intersect - line/area/scatter/bubble
+ this.intersect.handleMarkerTooltip({
+ e: e,
+ opt: opt,
+ x: x,
+ y: y
+ });
+ }
+ }
+ }
+
+ if (this.yaxisTooltips.length) {
+ for (var yt = 0; yt < w.config.yaxis.length; yt++) {
+ this.axesTooltip.drawYaxisTooltipText(yt, clientY, this.xyRatios);
+ }
+ }
+
+ opt.tooltipEl.classList.add('apexcharts-active');
+ } else if (e.type === 'mouseout' || e.type === 'touchend') {
+ this.handleMouseOut(opt);
+ }
+ } // tooltip handling for pie/donuts
+
+ }, {
+ key: "nonAxisChartsTooltips",
+ value: function nonAxisChartsTooltips(_ref3) {
+ var e = _ref3.e,
+ opt = _ref3.opt,
+ tooltipRect = _ref3.tooltipRect;
+ var w = this.w;
+ var rel = opt.paths.getAttribute('rel');
+ var tooltipEl = this.getElTooltip();
+ var seriesBound = w.globals.dom.elWrap.getBoundingClientRect();
+
+ if (e.type === 'mousemove' || e.type === 'touchmove') {
+ tooltipEl.classList.add('apexcharts-active');
+ this.tooltipLabels.drawSeriesTexts({
+ ttItems: opt.ttItems,
+ i: parseInt(rel, 10) - 1,
+ shared: false
+ });
+ var x = w.globals.clientX - seriesBound.left - tooltipRect.ttWidth / 2;
+ var y = w.globals.clientY - seriesBound.top - tooltipRect.ttHeight - 10;
+ tooltipEl.style.left = x + 'px';
+ tooltipEl.style.top = y + 'px';
+
+ if (w.config.legend.tooltipHoverFormatter) {
+ var legendFormatter = w.config.legend.tooltipHoverFormatter;
+ var i = rel - 1;
+ var legendName = this.legendLabels[i].getAttribute('data:default-text');
+ var text = legendFormatter(legendName, {
+ seriesIndex: i,
+ dataPointIndex: i,
+ w: w
+ });
+ this.legendLabels[i].innerHTML = text;
+ }
+ } else if (e.type === 'mouseout' || e.type === 'touchend') {
+ tooltipEl.classList.remove('apexcharts-active');
+
+ if (w.config.legend.tooltipHoverFormatter) {
+ this.legendLabels.forEach(function (l) {
+ var defaultText = l.getAttribute('data:default-text');
+ l.innerHTML = decodeURIComponent(defaultText);
+ });
+ }
+ }
+ }
+ }, {
+ key: "handleStickyTooltip",
+ value: function handleStickyTooltip(e, clientX, clientY, opt) {
+ var w = this.w;
+ var capj = this.tooltipUtil.getNearestValues({
+ context: this,
+ hoverArea: opt.hoverArea,
+ elGrid: opt.elGrid,
+ clientX: clientX,
+ clientY: clientY
+ });
+ var j = capj.j;
+ var capturedSeries = capj.capturedSeries;
+ var bounds = opt.elGrid.getBoundingClientRect();
+
+ if (capj.hoverX < 0 || capj.hoverX > bounds.width) {
+ this.handleMouseOut(opt);
+ return;
+ }
+
+ if (capturedSeries !== null) {
+ this.handleStickyCapturedSeries(e, capturedSeries, opt, j);
+ } else {
+ // couldn't capture any series. check if shared X is same,
+ // if yes, draw a grouped tooltip
+ if (this.tooltipUtil.isXoverlap(j) || w.globals.isBarHorizontal) {
+ this.create(e, this, 0, j, opt.ttItems);
+ }
+ }
+ }
+ }, {
+ key: "handleStickyCapturedSeries",
+ value: function handleStickyCapturedSeries(e, capturedSeries, opt, j) {
+ var w = this.w;
+
+ if (!this.tConfig.shared) {
+ var ignoreNull = w.globals.series[capturedSeries][j] === null;
+
+ if (ignoreNull) {
+ this.handleMouseOut(opt);
+ return;
+ }
+ }
+
+ if (typeof w.globals.series[capturedSeries][j] !== 'undefined') {
+ if (this.tConfig.shared && this.tooltipUtil.isXoverlap(j) && this.tooltipUtil.isInitialSeriesSameLen()) {
+ this.create(e, this, capturedSeries, j, opt.ttItems);
+ } else {
+ this.create(e, this, capturedSeries, j, opt.ttItems, false);
+ }
+ } else {
+ if (this.tooltipUtil.isXoverlap(j)) {
+ this.create(e, this, 0, j, opt.ttItems);
+ }
+ }
+ }
+ }, {
+ key: "deactivateHoverFilter",
+ value: function deactivateHoverFilter() {
+ var w = this.w;
+ var graphics = new Graphics(this.ctx);
+ var allPaths = w.globals.dom.Paper.select(".apexcharts-bar-area");
+
+ for (var b = 0; b < allPaths.length; b++) {
+ graphics.pathMouseLeave(allPaths[b]);
+ }
+ }
+ }, {
+ key: "handleMouseOut",
+ value: function handleMouseOut(opt) {
+ var w = this.w;
+ var xcrosshairs = this.getElXCrosshairs();
+ opt.tooltipEl.classList.remove('apexcharts-active');
+ this.deactivateHoverFilter();
+
+ if (w.config.chart.type !== 'bubble') {
+ this.marker.resetPointsSize();
+ }
+
+ if (xcrosshairs !== null) {
+ xcrosshairs.classList.remove('apexcharts-active');
+ }
+
+ if (this.ycrosshairs !== null) {
+ this.ycrosshairs.classList.remove('apexcharts-active');
+ }
+
+ if (this.blxaxisTooltip) {
+ this.xaxisTooltip.classList.remove('apexcharts-active');
+ }
+
+ if (this.yaxisTooltips.length) {
+ if (this.yaxisTTEls === null) {
+ this.yaxisTTEls = w.globals.dom.baseEl.querySelectorAll('.apexcharts-yaxistooltip');
+ }
+
+ for (var i = 0; i < this.yaxisTTEls.length; i++) {
+ this.yaxisTTEls[i].classList.remove('apexcharts-active');
+ }
+ }
+
+ if (w.config.legend.tooltipHoverFormatter) {
+ this.legendLabels.forEach(function (l) {
+ var defaultText = l.getAttribute('data:default-text');
+ l.innerHTML = decodeURIComponent(defaultText);
+ });
+ }
+ }
+ }, {
+ key: "markerClick",
+ value: function markerClick(e, seriesIndex, dataPointIndex) {
+ var w = this.w;
+
+ if (typeof w.config.chart.events.markerClick === 'function') {
+ w.config.chart.events.markerClick(e, this.ctx, {
+ seriesIndex: seriesIndex,
+ dataPointIndex: dataPointIndex,
+ w: w
+ });
+ }
+
+ this.ctx.events.fireEvent('markerClick', [e, this.ctx, {
+ seriesIndex: seriesIndex,
+ dataPointIndex: dataPointIndex,
+ w: w
+ }]);
+ }
+ }, {
+ key: "create",
+ value: function create(e, context, capturedSeries, j, ttItems) {
+ var shared = arguments.length > 5 && arguments[5] !== undefined ? arguments[5] : null;
+ var w = this.w;
+ var ttCtx = context;
+
+ if (e.type === 'mouseup') {
+ this.markerClick(e, capturedSeries, j);
+ }
+
+ if (shared === null) shared = this.tConfig.shared;
+ var hasMarkers = this.tooltipUtil.hasMarkers();
+ var bars = this.tooltipUtil.getElBars();
+
+ if (w.config.legend.tooltipHoverFormatter) {
+ var legendFormatter = w.config.legend.tooltipHoverFormatter;
+ var els = Array.from(this.legendLabels); // reset all legend values first
+
+ els.forEach(function (l) {
+ var legendName = l.getAttribute('data:default-text');
+ l.innerHTML = decodeURIComponent(legendName);
+ }); // for irregular time series
+
+ for (var i = 0; i < els.length; i++) {
+ var l = els[i];
+ var lsIndex = parseInt(l.getAttribute('i'), 10);
+ var legendName = decodeURIComponent(l.getAttribute('data:default-text'));
+ var text = legendFormatter(legendName, {
+ seriesIndex: shared ? lsIndex : capturedSeries,
+ dataPointIndex: j,
+ w: w
+ });
+
+ if (!shared) {
+ l.innerHTML = lsIndex === capturedSeries ? text : legendName;
+
+ if (capturedSeries === lsIndex) {
+ break;
+ }
+ } else {
+ l.innerHTML = w.globals.collapsedSeriesIndices.indexOf(lsIndex) < 0 ? text : legendName;
+ }
+ }
+ }
+
+ if (shared) {
+ ttCtx.tooltipLabels.drawSeriesTexts({
+ ttItems: ttItems,
+ i: capturedSeries,
+ j: j,
+ shared: this.showOnIntersect ? false : this.tConfig.shared
+ });
+
+ if (hasMarkers) {
+ if (w.globals.markers.largestSize > 0) {
+ ttCtx.marker.enlargePoints(j);
+ } else {
+ ttCtx.tooltipPosition.moveDynamicPointsOnHover(j);
+ }
+ }
+
+ if (this.tooltipUtil.hasBars()) {
+ this.barSeriesHeight = this.tooltipUtil.getBarsHeight(bars);
+
+ if (this.barSeriesHeight > 0) {
+ // hover state, activate snap filter
+ var graphics = new Graphics(this.ctx);
+ var paths = w.globals.dom.Paper.select(".apexcharts-bar-area[j='".concat(j, "']")); // de-activate first
+
+ this.deactivateHoverFilter();
+ this.tooltipPosition.moveStickyTooltipOverBars(j);
+
+ for (var b = 0; b < paths.length; b++) {
+ graphics.pathMouseEnter(paths[b]);
+ }
+ }
+ }
+ } else {
+ ttCtx.tooltipLabels.drawSeriesTexts({
+ shared: false,
+ ttItems: ttItems,
+ i: capturedSeries,
+ j: j
+ });
+
+ if (this.tooltipUtil.hasBars()) {
+ ttCtx.tooltipPosition.moveStickyTooltipOverBars(j);
+ }
+
+ if (hasMarkers) {
+ ttCtx.tooltipPosition.moveMarkers(capturedSeries, j);
+ }
+ }
+ }
+ }]);
+
+ return Tooltip;
+ }();
+
+ /**
+ * ApexCharts BarStacked Class responsible for drawing both Stacked Columns and Bars.
+ *
+ * @module BarStacked
+ * The whole calculation for stacked bar/column is different from normal bar/column,
+ * hence it makes sense to derive a new class for it extending most of the props of Parent Bar
+ **/
+
+ var BarStacked = /*#__PURE__*/function (_Bar) {
+ _inherits(BarStacked, _Bar);
+
+ var _super = _createSuper(BarStacked);
+
+ function BarStacked() {
+ _classCallCheck(this, BarStacked);
+
+ return _super.apply(this, arguments);
+ }
+
+ _createClass(BarStacked, [{
+ key: "draw",
+ value: function draw(series, seriesIndex) {
+ var _this = this;
+
+ var w = this.w;
+ this.graphics = new Graphics(this.ctx);
+ this.bar = new Bar(this.ctx, this.xyRatios);
+ var coreUtils = new CoreUtils(this.ctx, w);
+ series = coreUtils.getLogSeries(series);
+ this.yRatio = coreUtils.getLogYRatios(this.yRatio);
+ this.barHelpers.initVariables(series);
+
+ if (w.config.chart.stackType === '100%') {
+ series = w.globals.seriesPercent.slice();
+ }
+
+ this.series = series;
+ this.totalItems = 0;
+ this.prevY = []; // y position on chart
+
+ this.prevX = []; // x position on chart
+
+ this.prevYF = []; // y position including shapes on chart
+
+ this.prevXF = []; // x position including shapes on chart
+
+ this.prevYVal = []; // y values (series[i][j]) in columns
+
+ this.prevXVal = []; // x values (series[i][j]) in bars
+
+ this.xArrj = []; // xj indicates x position on graph in bars
+
+ this.xArrjF = []; // xjF indicates bar's x position + roundedShape's positions in bars
+
+ this.xArrjVal = []; // x val means the actual series's y values in horizontal/bars
+
+ this.yArrj = []; // yj indicates y position on graph in columns
+
+ this.yArrjF = []; // yjF indicates bar's y position + roundedShape's positions in columns
+
+ this.yArrjVal = []; // y val means the actual series's y values in columns
+
+ for (var sl = 0; sl < series.length; sl++) {
+ if (series[sl].length > 0) {
+ this.totalItems += series[sl].length;
+ }
+ }
+
+ var ret = this.graphics.group({
+ class: 'apexcharts-bar-series apexcharts-plot-series'
+ });
+ var x = 0;
+ var y = 0;
+
+ var _loop = function _loop(i, bc) {
+ var xDivision = void 0; // xDivision is the GRIDWIDTH divided by number of datapoints (columns)
+
+ var yDivision = void 0; // yDivision is the GRIDHEIGHT divided by number of datapoints (bars)
+
+ var zeroH = void 0; // zeroH is the baseline where 0 meets y axis
+
+ var zeroW = void 0; // zeroW is the baseline where 0 meets x axis
+
+ var xArrValues = [];
+ var yArrValues = [];
+ var realIndex = w.globals.comboCharts ? seriesIndex[i] : i;
+
+ if (_this.yRatio.length > 1) {
+ _this.yaxisIndex = realIndex;
+ }
+
+ _this.isReversed = w.config.yaxis[_this.yaxisIndex] && w.config.yaxis[_this.yaxisIndex].reversed; // el to which series will be drawn
+
+ var elSeries = _this.graphics.group({
+ class: "apexcharts-series",
+ seriesName: Utils$1.escapeString(w.globals.seriesNames[realIndex]),
+ rel: i + 1,
+ 'data:realIndex': realIndex
+ });
+
+ _this.ctx.series.addCollapsedClassToSeries(elSeries, realIndex); // eldatalabels
+
+
+ var elDataLabelsWrap = _this.graphics.group({
+ class: 'apexcharts-datalabels',
+ 'data:realIndex': realIndex
+ });
+
+ var barHeight = 0;
+ var barWidth = 0;
+
+ var initPositions = _this.initialPositions(x, y, xDivision, yDivision, zeroH, zeroW);
+
+ y = initPositions.y;
+ barHeight = initPositions.barHeight;
+ yDivision = initPositions.yDivision;
+ zeroW = initPositions.zeroW;
+ x = initPositions.x;
+ barWidth = initPositions.barWidth;
+ xDivision = initPositions.xDivision;
+ zeroH = initPositions.zeroH;
+ _this.yArrj = [];
+ _this.yArrjF = [];
+ _this.yArrjVal = [];
+ _this.xArrj = [];
+ _this.xArrjF = [];
+ _this.xArrjVal = []; // if (!this.horizontal) {
+ // this.xArrj.push(x + barWidth / 2)
+ // }
+ // fix issue #1215;
+ // where all stack bar disappear after collapsing the first series
+ // sol: if only 1 arr in this.prevY(this.prevY.length === 1) and all are NaN
+
+ if (_this.prevY.length === 1 && _this.prevY[0].every(function (val) {
+ return isNaN(val);
+ })) {
+ // make this.prevY[0] all zeroH
+ _this.prevY[0] = _this.prevY[0].map(function (val) {
+ return zeroH;
+ }); // make this.prevYF[0] all 0
+
+ _this.prevYF[0] = _this.prevYF[0].map(function (val) {
+ return 0;
+ });
+ }
+
+ for (var j = 0; j < w.globals.dataPoints; j++) {
+ var strokeWidth = _this.barHelpers.getStrokeWidth(i, j, realIndex);
+
+ var commonPathOpts = {
+ indexes: {
+ i: i,
+ j: j,
+ realIndex: realIndex,
+ bc: bc
+ },
+ strokeWidth: strokeWidth,
+ x: x,
+ y: y,
+ elSeries: elSeries
+ };
+ var paths = null;
+
+ if (_this.isHorizontal) {
+ paths = _this.drawStackedBarPaths(_objectSpread2(_objectSpread2({}, commonPathOpts), {}, {
+ zeroW: zeroW,
+ barHeight: barHeight,
+ yDivision: yDivision
+ }));
+ barWidth = _this.series[i][j] / _this.invertedYRatio;
+ } else {
+ paths = _this.drawStackedColumnPaths(_objectSpread2(_objectSpread2({}, commonPathOpts), {}, {
+ xDivision: xDivision,
+ barWidth: barWidth,
+ zeroH: zeroH
+ }));
+ barHeight = _this.series[i][j] / _this.yRatio[_this.yaxisIndex];
+ }
+
+ y = paths.y;
+ x = paths.x;
+ xArrValues.push(x);
+ yArrValues.push(y);
+
+ var pathFill = _this.barHelpers.getPathFillColor(series, i, j, realIndex);
+
+ elSeries = _this.renderSeries({
+ realIndex: realIndex,
+ pathFill: pathFill,
+ j: j,
+ i: i,
+ pathFrom: paths.pathFrom,
+ pathTo: paths.pathTo,
+ strokeWidth: strokeWidth,
+ elSeries: elSeries,
+ x: x,
+ y: y,
+ series: series,
+ barHeight: barHeight,
+ barWidth: barWidth,
+ elDataLabelsWrap: elDataLabelsWrap,
+ type: 'bar',
+ visibleSeries: 0
+ });
+ } // push all x val arrays into main xArr
+
+
+ w.globals.seriesXvalues[realIndex] = xArrValues;
+ w.globals.seriesYvalues[realIndex] = yArrValues; // push all current y values array to main PrevY Array
+
+ _this.prevY.push(_this.yArrj);
+
+ _this.prevYF.push(_this.yArrjF);
+
+ _this.prevYVal.push(_this.yArrjVal);
+
+ _this.prevX.push(_this.xArrj);
+
+ _this.prevXF.push(_this.xArrjF);
+
+ _this.prevXVal.push(_this.xArrjVal);
+
+ ret.add(elSeries);
+ };
+
+ for (var i = 0, bc = 0; i < series.length; i++, bc++) {
+ _loop(i, bc);
+ }
+
+ return ret;
+ }
+ }, {
+ key: "initialPositions",
+ value: function initialPositions(x, y, xDivision, yDivision, zeroH, zeroW) {
+ var w = this.w;
+ var barHeight, barWidth;
+
+ if (this.isHorizontal) {
+ // height divided into equal parts
+ yDivision = w.globals.gridHeight / w.globals.dataPoints;
+ barHeight = yDivision;
+ barHeight = barHeight * parseInt(w.config.plotOptions.bar.barHeight, 10) / 100;
+ zeroW = this.baseLineInvertedY + w.globals.padHorizontal + (this.isReversed ? w.globals.gridWidth : 0) - (this.isReversed ? this.baseLineInvertedY * 2 : 0); // initial y position is half of barHeight * half of number of Bars
+
+ y = (yDivision - barHeight) / 2;
+ } else {
+ // width divided into equal parts
+ xDivision = w.globals.gridWidth / w.globals.dataPoints;
+ barWidth = xDivision;
+
+ if (w.globals.isXNumeric && w.globals.dataPoints > 1) {
+ // the check (w.globals.dataPoints > 1) fixes apexcharts.js #1617
+ xDivision = w.globals.minXDiff / this.xRatio;
+ barWidth = xDivision * parseInt(this.barOptions.columnWidth, 10) / 100;
+ } else {
+ barWidth = barWidth * parseInt(w.config.plotOptions.bar.columnWidth, 10) / 100;
+ }
+
+ zeroH = this.baseLineY[this.yaxisIndex] + (this.isReversed ? w.globals.gridHeight : 0) - (this.isReversed ? this.baseLineY[this.yaxisIndex] * 2 : 0); // initial x position is one third of barWidth
+
+ x = w.globals.padHorizontal + (xDivision - barWidth) / 2;
+ }
+
+ return {
+ x: x,
+ y: y,
+ yDivision: yDivision,
+ xDivision: xDivision,
+ barHeight: barHeight,
+ barWidth: barWidth,
+ zeroH: zeroH,
+ zeroW: zeroW
+ };
+ }
+ }, {
+ key: "drawStackedBarPaths",
+ value: function drawStackedBarPaths(_ref) {
+ var indexes = _ref.indexes,
+ barHeight = _ref.barHeight,
+ strokeWidth = _ref.strokeWidth,
+ zeroW = _ref.zeroW,
+ x = _ref.x,
+ y = _ref.y,
+ yDivision = _ref.yDivision,
+ elSeries = _ref.elSeries;
+ var w = this.w;
+ var barYPosition = y;
+ var barXPosition;
+ var i = indexes.i;
+ var j = indexes.j;
+ var prevBarW = 0;
+
+ for (var k = 0; k < this.prevXF.length; k++) {
+ prevBarW = prevBarW + this.prevXF[k][j];
+ }
+
+ if (i > 0) {
+ var bXP = zeroW;
+
+ if (this.prevXVal[i - 1][j] < 0) {
+ bXP = this.series[i][j] >= 0 ? this.prevX[i - 1][j] + prevBarW - (this.isReversed ? prevBarW : 0) * 2 : this.prevX[i - 1][j];
+ } else if (this.prevXVal[i - 1][j] >= 0) {
+ bXP = this.series[i][j] >= 0 ? this.prevX[i - 1][j] : this.prevX[i - 1][j] - prevBarW + (this.isReversed ? prevBarW : 0) * 2;
+ }
+
+ barXPosition = bXP;
+ } else {
+ // the first series will not have prevX values
+ barXPosition = zeroW;
+ }
+
+ if (this.series[i][j] === null) {
+ x = barXPosition;
+ } else {
+ x = barXPosition + this.series[i][j] / this.invertedYRatio - (this.isReversed ? this.series[i][j] / this.invertedYRatio : 0) * 2;
+ }
+
+ var paths = this.barHelpers.getBarpaths({
+ barYPosition: barYPosition,
+ barHeight: barHeight,
+ x1: barXPosition,
+ x2: x,
+ strokeWidth: strokeWidth,
+ series: this.series,
+ realIndex: indexes.realIndex,
+ i: i,
+ j: j,
+ w: w
+ });
+ this.barHelpers.barBackground({
+ j: j,
+ i: i,
+ y1: barYPosition,
+ y2: barHeight,
+ elSeries: elSeries
+ });
+ y = y + yDivision;
+ return {
+ pathTo: paths.pathTo,
+ pathFrom: paths.pathFrom,
+ x: x,
+ y: y
+ };
+ }
+ }, {
+ key: "drawStackedColumnPaths",
+ value: function drawStackedColumnPaths(_ref2) {
+ var indexes = _ref2.indexes,
+ x = _ref2.x,
+ y = _ref2.y,
+ xDivision = _ref2.xDivision,
+ barWidth = _ref2.barWidth,
+ zeroH = _ref2.zeroH;
+ _ref2.strokeWidth;
+ var elSeries = _ref2.elSeries;
+ var w = this.w;
+ var i = indexes.i;
+ var j = indexes.j;
+ var bc = indexes.bc;
+
+ if (w.globals.isXNumeric) {
+ var seriesVal = w.globals.seriesX[i][j];
+ if (!seriesVal) seriesVal = 0;
+ x = (seriesVal - w.globals.minX) / this.xRatio - barWidth / 2;
+ }
+
+ var barXPosition = x;
+ var barYPosition;
+ var prevBarH = 0;
+
+ for (var k = 0; k < this.prevYF.length; k++) {
+ // fix issue #1215
+ // in case where this.prevYF[k][j] is NaN, use 0 instead
+ prevBarH = prevBarH + (!isNaN(this.prevYF[k][j]) ? this.prevYF[k][j] : 0);
+ }
+
+ if (i > 0 && !w.globals.isXNumeric || i > 0 && w.globals.isXNumeric && w.globals.seriesX[i - 1][j] === w.globals.seriesX[i][j]) {
+ var bYP;
+ var prevYValue;
+ var p = Math.min(this.yRatio.length + 1, i + 1);
+
+ if (this.prevY[i - 1] !== undefined) {
+ for (var ii = 1; ii < p; ii++) {
+ if (!isNaN(this.prevY[i - ii][j])) {
+ // find the previous available value to give prevYValue
+ prevYValue = this.prevY[i - ii][j]; // if found it, break the loop
+
+ break;
+ }
+ }
+ }
+
+ for (var _ii = 1; _ii < p; _ii++) {
+ // find the previous available value(non-NaN) to give bYP
+ if (this.prevYVal[i - _ii][j] < 0) {
+ bYP = this.series[i][j] >= 0 ? prevYValue - prevBarH + (this.isReversed ? prevBarH : 0) * 2 : prevYValue; // found it? break the loop
+
+ break;
+ } else if (this.prevYVal[i - _ii][j] >= 0) {
+ bYP = this.series[i][j] >= 0 ? prevYValue : prevYValue + prevBarH - (this.isReversed ? prevBarH : 0) * 2; // found it? break the loop
+
+ break;
+ }
+ }
+
+ if (typeof bYP === 'undefined') bYP = w.globals.gridHeight; // if this.prevYF[0] is all 0 resulted from line #486
+ // AND every arr starting from the second only contains NaN
+
+ if (this.prevYF[0].every(function (val) {
+ return val === 0;
+ }) && this.prevYF.slice(1, i).every(function (arr) {
+ return arr.every(function (val) {
+ return isNaN(val);
+ });
+ })) {
+ // Use the same calc way as line #485
+ barYPosition = w.globals.gridHeight - zeroH;
+ } else {
+ // Nothing special
+ barYPosition = bYP;
+ }
+ } else {
+ // the first series will not have prevY values, also if the prev index's series X doesn't matches the current index's series X, then start from zero
+ barYPosition = w.globals.gridHeight - zeroH;
+ }
+
+ y = barYPosition - this.series[i][j] / this.yRatio[this.yaxisIndex] + (this.isReversed ? this.series[i][j] / this.yRatio[this.yaxisIndex] : 0) * 2;
+ var paths = this.barHelpers.getColumnPaths({
+ barXPosition: barXPosition,
+ barWidth: barWidth,
+ y1: barYPosition,
+ y2: y,
+ yRatio: this.yRatio[this.yaxisIndex],
+ strokeWidth: this.strokeWidth,
+ series: this.series,
+ realIndex: indexes.realIndex,
+ i: i,
+ j: j,
+ w: w
+ });
+ this.barHelpers.barBackground({
+ bc: bc,
+ j: j,
+ i: i,
+ x1: barXPosition,
+ x2: barWidth,
+ elSeries: elSeries
+ });
+ x = x + xDivision;
+ return {
+ pathTo: paths.pathTo,
+ pathFrom: paths.pathFrom,
+ x: w.globals.isXNumeric ? x - xDivision : x,
+ y: y
+ };
+ }
+ }]);
+
+ return BarStacked;
+ }(Bar);
+
+ /**
+ * ApexCharts BoxCandleStick Class responsible for drawing both Stacked Columns and Bars.
+ *
+ * @module BoxCandleStick
+ **/
+
+ var BoxCandleStick = /*#__PURE__*/function (_Bar) {
+ _inherits(BoxCandleStick, _Bar);
+
+ var _super = _createSuper(BoxCandleStick);
+
+ function BoxCandleStick() {
+ _classCallCheck(this, BoxCandleStick);
+
+ return _super.apply(this, arguments);
+ }
+
+ _createClass(BoxCandleStick, [{
+ key: "draw",
+ value: function draw(series, seriesIndex) {
+ var _this = this;
+
+ var w = this.w;
+ var graphics = new Graphics(this.ctx);
+ var fill = new Fill(this.ctx);
+ this.candlestickOptions = this.w.config.plotOptions.candlestick;
+ this.boxOptions = this.w.config.plotOptions.boxPlot;
+ var coreUtils = new CoreUtils(this.ctx, w);
+ series = coreUtils.getLogSeries(series);
+ this.series = series;
+ this.yRatio = coreUtils.getLogYRatios(this.yRatio);
+ this.barHelpers.initVariables(series);
+ var ret = graphics.group({
+ class: "apexcharts-".concat(w.config.chart.type, "-series apexcharts-plot-series")
+ });
+
+ var _loop = function _loop(i) {
+ _this.isBoxPlot = w.config.chart.type === 'boxPlot' || w.config.series[i].type === 'boxPlot';
+ var x = void 0,
+ y = void 0,
+ xDivision = void 0,
+ // xDivision is the GRIDWIDTH divided by number of datapoints (columns)
+ zeroH = void 0; // zeroH is the baseline where 0 meets y axis
+
+ var yArrj = []; // hold y values of current iterating series
+
+ var xArrj = []; // hold x values of current iterating series
+
+ var realIndex = w.globals.comboCharts ? seriesIndex[i] : i; // el to which series will be drawn
+
+ var elSeries = graphics.group({
+ class: "apexcharts-series",
+ seriesName: Utils$1.escapeString(w.globals.seriesNames[realIndex]),
+ rel: i + 1,
+ 'data:realIndex': realIndex
+ });
+
+ if (series[i].length > 0) {
+ _this.visibleI = _this.visibleI + 1;
+ }
+
+ var barHeight = 0;
+ var barWidth = 0;
+
+ if (_this.yRatio.length > 1) {
+ _this.yaxisIndex = realIndex;
+ }
+
+ var initPositions = _this.barHelpers.initialPositions();
+
+ y = initPositions.y;
+ barHeight = initPositions.barHeight;
+ x = initPositions.x;
+ barWidth = initPositions.barWidth;
+ xDivision = initPositions.xDivision;
+ zeroH = initPositions.zeroH;
+ xArrj.push(x + barWidth / 2); // eldatalabels
+
+ var elDataLabelsWrap = graphics.group({
+ class: 'apexcharts-datalabels',
+ 'data:realIndex': realIndex
+ });
+
+ var _loop2 = function _loop2(j) {
+ var strokeWidth = _this.barHelpers.getStrokeWidth(i, j, realIndex);
+
+ var paths = _this.drawBoxPaths({
+ indexes: {
+ i: i,
+ j: j,
+ realIndex: realIndex
+ },
+ x: x,
+ y: y,
+ xDivision: xDivision,
+ barWidth: barWidth,
+ zeroH: zeroH,
+ strokeWidth: strokeWidth,
+ elSeries: elSeries
+ });
+
+ y = paths.y;
+ x = paths.x; // push current X
+
+ if (j > 0) {
+ xArrj.push(x + barWidth / 2);
+ }
+
+ yArrj.push(y);
+ paths.pathTo.forEach(function (pathTo, pi) {
+ var lineFill = !_this.isBoxPlot && _this.candlestickOptions.wick.useFillColor ? paths.color[pi] : w.globals.stroke.colors[i];
+ var pathFill = fill.fillPath({
+ seriesNumber: realIndex,
+ dataPointIndex: j,
+ color: paths.color[pi],
+ value: series[i][j]
+ });
+
+ _this.renderSeries({
+ realIndex: realIndex,
+ pathFill: pathFill,
+ lineFill: lineFill,
+ j: j,
+ i: i,
+ pathFrom: paths.pathFrom,
+ pathTo: pathTo,
+ strokeWidth: strokeWidth,
+ elSeries: elSeries,
+ x: x,
+ y: y,
+ series: series,
+ barHeight: barHeight,
+ barWidth: barWidth,
+ elDataLabelsWrap: elDataLabelsWrap,
+ visibleSeries: _this.visibleI,
+ type: w.config.chart.type
+ });
+ });
+ };
+
+ for (var j = 0; j < w.globals.dataPoints; j++) {
+ _loop2(j);
+ } // push all x val arrays into main xArr
+
+
+ w.globals.seriesXvalues[realIndex] = xArrj;
+ w.globals.seriesYvalues[realIndex] = yArrj;
+ ret.add(elSeries);
+ };
+
+ for (var i = 0; i < series.length; i++) {
+ _loop(i);
+ }
+
+ return ret;
+ }
+ }, {
+ key: "drawBoxPaths",
+ value: function drawBoxPaths(_ref) {
+ var indexes = _ref.indexes,
+ x = _ref.x;
+ _ref.y;
+ var xDivision = _ref.xDivision,
+ barWidth = _ref.barWidth,
+ zeroH = _ref.zeroH,
+ strokeWidth = _ref.strokeWidth;
+ var w = this.w;
+ var graphics = new Graphics(this.ctx);
+ var i = indexes.i;
+ var j = indexes.j;
+ var isPositive = true;
+ var colorPos = w.config.plotOptions.candlestick.colors.upward;
+ var colorNeg = w.config.plotOptions.candlestick.colors.downward;
+ var color = '';
+
+ if (this.isBoxPlot) {
+ color = [this.boxOptions.colors.lower, this.boxOptions.colors.upper];
+ }
+
+ var yRatio = this.yRatio[this.yaxisIndex];
+ var realIndex = indexes.realIndex;
+ var ohlc = this.getOHLCValue(realIndex, j);
+ var l1 = zeroH;
+ var l2 = zeroH;
+
+ if (ohlc.o > ohlc.c) {
+ isPositive = false;
+ }
+
+ var y1 = Math.min(ohlc.o, ohlc.c);
+ var y2 = Math.max(ohlc.o, ohlc.c);
+ var m = ohlc.m;
+
+ if (w.globals.isXNumeric) {
+ x = (w.globals.seriesX[realIndex][j] - w.globals.minX) / this.xRatio - barWidth / 2;
+ }
+
+ var barXPosition = x + barWidth * this.visibleI;
+
+ if (typeof this.series[i][j] === 'undefined' || this.series[i][j] === null) {
+ y1 = zeroH;
+ y2 = zeroH;
+ } else {
+ y1 = zeroH - y1 / yRatio;
+ y2 = zeroH - y2 / yRatio;
+ l1 = zeroH - ohlc.h / yRatio;
+ l2 = zeroH - ohlc.l / yRatio;
+ m = zeroH - ohlc.m / yRatio;
+ }
+
+ var pathTo = graphics.move(barXPosition, zeroH);
+ var pathFrom = graphics.move(barXPosition + barWidth / 2, y1);
+
+ if (w.globals.previousPaths.length > 0) {
+ pathFrom = this.getPreviousPath(realIndex, j, true);
+ }
+
+ if (this.isBoxPlot) {
+ pathTo = [graphics.move(barXPosition, y1) + graphics.line(barXPosition + barWidth / 2, y1) + graphics.line(barXPosition + barWidth / 2, l1) + graphics.line(barXPosition + barWidth / 4, l1) + graphics.line(barXPosition + barWidth - barWidth / 4, l1) + graphics.line(barXPosition + barWidth / 2, l1) + graphics.line(barXPosition + barWidth / 2, y1) + graphics.line(barXPosition + barWidth, y1) + graphics.line(barXPosition + barWidth, m) + graphics.line(barXPosition, m) + graphics.line(barXPosition, y1 + strokeWidth / 2), graphics.move(barXPosition, m) + graphics.line(barXPosition + barWidth, m) + graphics.line(barXPosition + barWidth, y2) + graphics.line(barXPosition + barWidth / 2, y2) + graphics.line(barXPosition + barWidth / 2, l2) + graphics.line(barXPosition + barWidth - barWidth / 4, l2) + graphics.line(barXPosition + barWidth / 4, l2) + graphics.line(barXPosition + barWidth / 2, l2) + graphics.line(barXPosition + barWidth / 2, y2) + graphics.line(barXPosition, y2) + graphics.line(barXPosition, m) + 'z'];
+ } else {
+ // candlestick
+ pathTo = [graphics.move(barXPosition, y2) + graphics.line(barXPosition + barWidth / 2, y2) + graphics.line(barXPosition + barWidth / 2, l1) + graphics.line(barXPosition + barWidth / 2, y2) + graphics.line(barXPosition + barWidth, y2) + graphics.line(barXPosition + barWidth, y1) + graphics.line(barXPosition + barWidth / 2, y1) + graphics.line(barXPosition + barWidth / 2, l2) + graphics.line(barXPosition + barWidth / 2, y1) + graphics.line(barXPosition, y1) + graphics.line(barXPosition, y2 - strokeWidth / 2)];
+ }
+
+ pathFrom = pathFrom + graphics.move(barXPosition, y1);
+
+ if (!w.globals.isXNumeric) {
+ x = x + xDivision;
+ }
+
+ return {
+ pathTo: pathTo,
+ pathFrom: pathFrom,
+ x: x,
+ y: y2,
+ barXPosition: barXPosition,
+ color: this.isBoxPlot ? color : isPositive ? [colorPos] : [colorNeg]
+ };
+ }
+ }, {
+ key: "getOHLCValue",
+ value: function getOHLCValue(i, j) {
+ var w = this.w;
+ return {
+ o: this.isBoxPlot ? w.globals.seriesCandleH[i][j] : w.globals.seriesCandleO[i][j],
+ h: this.isBoxPlot ? w.globals.seriesCandleO[i][j] : w.globals.seriesCandleH[i][j],
+ m: w.globals.seriesCandleM[i][j],
+ l: this.isBoxPlot ? w.globals.seriesCandleC[i][j] : w.globals.seriesCandleL[i][j],
+ c: this.isBoxPlot ? w.globals.seriesCandleL[i][j] : w.globals.seriesCandleC[i][j]
+ };
+ }
+ }]);
+
+ return BoxCandleStick;
+ }(Bar);
+
+ var TreemapHelpers = /*#__PURE__*/function () {
+ function TreemapHelpers(ctx) {
+ _classCallCheck(this, TreemapHelpers);
+
+ this.ctx = ctx;
+ this.w = ctx.w;
+ }
+
+ _createClass(TreemapHelpers, [{
+ key: "checkColorRange",
+ value: function checkColorRange() {
+ var w = this.w;
+ var negRange = false;
+ var chartOpts = w.config.plotOptions[w.config.chart.type];
+
+ if (chartOpts.colorScale.ranges.length > 0) {
+ chartOpts.colorScale.ranges.map(function (range, index) {
+ if (range.from <= 0) {
+ negRange = true;
+ }
+ });
+ }
+
+ return negRange;
+ }
+ }, {
+ key: "getShadeColor",
+ value: function getShadeColor(chartType, i, j, negRange) {
+ var w = this.w;
+ var colorShadePercent = 1;
+ var shadeIntensity = w.config.plotOptions[chartType].shadeIntensity;
+ var colorProps = this.determineColor(chartType, i, j);
+
+ if (w.globals.hasNegs || negRange) {
+ if (w.config.plotOptions[chartType].reverseNegativeShade) {
+ if (colorProps.percent < 0) {
+ colorShadePercent = colorProps.percent / 100 * (shadeIntensity * 1.25);
+ } else {
+ colorShadePercent = (1 - colorProps.percent / 100) * (shadeIntensity * 1.25);
+ }
+ } else {
+ if (colorProps.percent <= 0) {
+ colorShadePercent = 1 - (1 + colorProps.percent / 100) * shadeIntensity;
+ } else {
+ colorShadePercent = (1 - colorProps.percent / 100) * shadeIntensity;
+ }
+ }
+ } else {
+ colorShadePercent = 1 - colorProps.percent / 100;
+
+ if (chartType === 'treemap') {
+ colorShadePercent = (1 - colorProps.percent / 100) * (shadeIntensity * 1.25);
+ }
+ }
+
+ var color = colorProps.color;
+ var utils = new Utils$1();
+
+ if (w.config.plotOptions[chartType].enableShades) {
+ if (this.w.config.theme.mode === 'dark') {
+ color = Utils$1.hexToRgba(utils.shadeColor(colorShadePercent * -1, colorProps.color), w.config.fill.opacity);
+ } else {
+ color = Utils$1.hexToRgba(utils.shadeColor(colorShadePercent, colorProps.color), w.config.fill.opacity);
+ }
+ }
+
+ return {
+ color: color,
+ colorProps: colorProps
+ };
+ }
+ }, {
+ key: "determineColor",
+ value: function determineColor(chartType, i, j) {
+ var w = this.w;
+ var val = w.globals.series[i][j];
+ var chartOpts = w.config.plotOptions[chartType];
+ var seriesNumber = chartOpts.colorScale.inverse ? j : i;
+ var isDistributed = w.config.plotOptions[chartType].distributed;
+
+ if (isDistributed) {
+ seriesNumber = j;
+ }
+
+ var color = w.globals.colors[seriesNumber];
+ var foreColor = null;
+ var min = Math.min.apply(Math, _toConsumableArray(w.globals.series[i]));
+ var max = Math.max.apply(Math, _toConsumableArray(w.globals.series[i]));
+
+ if (!chartOpts.distributed && chartType === 'heatmap') {
+ min = w.globals.minY;
+ max = w.globals.maxY;
+ }
+
+ if (typeof chartOpts.colorScale.min !== 'undefined') {
+ min = chartOpts.colorScale.min < w.globals.minY ? chartOpts.colorScale.min : w.globals.minY;
+ max = chartOpts.colorScale.max > w.globals.maxY ? chartOpts.colorScale.max : w.globals.maxY;
+ }
+
+ var total = Math.abs(max) + Math.abs(min);
+ var percent = 100 * val / (total === 0 ? total - 0.000001 : total);
+
+ if (chartOpts.colorScale.ranges.length > 0) {
+ var colorRange = chartOpts.colorScale.ranges;
+ colorRange.map(function (range, index) {
+ if (val >= range.from && val <= range.to) {
+ color = range.color;
+ foreColor = range.foreColor ? range.foreColor : null;
+ min = range.from;
+ max = range.to;
+ var rTotal = Math.abs(max) + Math.abs(min);
+ percent = 100 * val / (rTotal === 0 ? rTotal - 0.000001 : rTotal);
+ }
+ });
+ }
+
+ return {
+ color: color,
+ foreColor: foreColor,
+ percent: percent
+ };
+ }
+ }, {
+ key: "calculateDataLabels",
+ value: function calculateDataLabels(_ref) {
+ var text = _ref.text,
+ x = _ref.x,
+ y = _ref.y,
+ i = _ref.i,
+ j = _ref.j,
+ colorProps = _ref.colorProps,
+ fontSize = _ref.fontSize;
+ var w = this.w;
+ var dataLabelsConfig = w.config.dataLabels;
+ var graphics = new Graphics(this.ctx);
+ var dataLabels = new DataLabels(this.ctx);
+ var elDataLabelsWrap = null;
+
+ if (dataLabelsConfig.enabled) {
+ elDataLabelsWrap = graphics.group({
+ class: 'apexcharts-data-labels'
+ });
+ var offX = dataLabelsConfig.offsetX;
+ var offY = dataLabelsConfig.offsetY;
+ var dataLabelsX = x + offX;
+ var dataLabelsY = y + parseFloat(dataLabelsConfig.style.fontSize) / 3 + offY;
+ dataLabels.plotDataLabelsText({
+ x: dataLabelsX,
+ y: dataLabelsY,
+ text: text,
+ i: i,
+ j: j,
+ color: colorProps.foreColor,
+ parent: elDataLabelsWrap,
+ fontSize: fontSize,
+ dataLabelsConfig: dataLabelsConfig
+ });
+ }
+
+ return elDataLabelsWrap;
+ }
+ }, {
+ key: "addListeners",
+ value: function addListeners(elRect) {
+ var graphics = new Graphics(this.ctx);
+ elRect.node.addEventListener('mouseenter', graphics.pathMouseEnter.bind(this, elRect));
+ elRect.node.addEventListener('mouseleave', graphics.pathMouseLeave.bind(this, elRect));
+ elRect.node.addEventListener('mousedown', graphics.pathMouseDown.bind(this, elRect));
+ }
+ }]);
+
+ return TreemapHelpers;
+ }();
+
+ /**
+ * ApexCharts HeatMap Class.
+ * @module HeatMap
+ **/
+
+ var HeatMap = /*#__PURE__*/function () {
+ function HeatMap(ctx, xyRatios) {
+ _classCallCheck(this, HeatMap);
+
+ this.ctx = ctx;
+ this.w = ctx.w;
+ this.xRatio = xyRatios.xRatio;
+ this.yRatio = xyRatios.yRatio;
+ this.dynamicAnim = this.w.config.chart.animations.dynamicAnimation;
+ this.helpers = new TreemapHelpers(ctx);
+ this.rectRadius = this.w.config.plotOptions.heatmap.radius;
+ this.strokeWidth = this.w.config.stroke.show ? this.w.config.stroke.width : 0;
+ }
+
+ _createClass(HeatMap, [{
+ key: "draw",
+ value: function draw(series) {
+ var w = this.w;
+ var graphics = new Graphics(this.ctx);
+ var ret = graphics.group({
+ class: 'apexcharts-heatmap'
+ });
+ ret.attr('clip-path', "url(#gridRectMask".concat(w.globals.cuid, ")")); // width divided into equal parts
+
+ var xDivision = w.globals.gridWidth / w.globals.dataPoints;
+ var yDivision = w.globals.gridHeight / w.globals.series.length;
+ var y1 = 0;
+ var rev = false;
+ this.negRange = this.helpers.checkColorRange();
+ var heatSeries = series.slice();
+
+ if (w.config.yaxis[0].reversed) {
+ rev = true;
+ heatSeries.reverse();
+ }
+
+ for (var i = rev ? 0 : heatSeries.length - 1; rev ? i < heatSeries.length : i >= 0; rev ? i++ : i--) {
+ // el to which series will be drawn
+ var elSeries = graphics.group({
+ class: "apexcharts-series apexcharts-heatmap-series",
+ seriesName: Utils$1.escapeString(w.globals.seriesNames[i]),
+ rel: i + 1,
+ 'data:realIndex': i
+ });
+ this.ctx.series.addCollapsedClassToSeries(elSeries, i);
+
+ if (w.config.chart.dropShadow.enabled) {
+ var shadow = w.config.chart.dropShadow;
+ var filters = new Filters(this.ctx);
+ filters.dropShadow(elSeries, shadow, i);
+ }
+
+ var x1 = 0;
+ var shadeIntensity = w.config.plotOptions.heatmap.shadeIntensity;
+
+ for (var j = 0; j < heatSeries[i].length; j++) {
+ var heatColor = this.helpers.getShadeColor(w.config.chart.type, i, j, this.negRange);
+ var color = heatColor.color;
+ var heatColorProps = heatColor.colorProps;
+
+ if (w.config.fill.type === 'image') {
+ var fill = new Fill(this.ctx);
+ color = fill.fillPath({
+ seriesNumber: i,
+ dataPointIndex: j,
+ opacity: w.globals.hasNegs ? heatColorProps.percent < 0 ? 1 - (1 + heatColorProps.percent / 100) : shadeIntensity + heatColorProps.percent / 100 : heatColorProps.percent / 100,
+ patternID: Utils$1.randomId(),
+ width: w.config.fill.image.width ? w.config.fill.image.width : xDivision,
+ height: w.config.fill.image.height ? w.config.fill.image.height : yDivision
+ });
+ }
+
+ var radius = this.rectRadius;
+ var rect = graphics.drawRect(x1, y1, xDivision, yDivision, radius);
+ rect.attr({
+ cx: x1,
+ cy: y1
+ });
+ rect.node.classList.add('apexcharts-heatmap-rect');
+ elSeries.add(rect);
+ rect.attr({
+ fill: color,
+ i: i,
+ index: i,
+ j: j,
+ val: heatSeries[i][j],
+ 'stroke-width': this.strokeWidth,
+ stroke: w.config.plotOptions.heatmap.useFillColorAsStroke ? color : w.globals.stroke.colors[0],
+ color: color
+ });
+ this.helpers.addListeners(rect);
+
+ if (w.config.chart.animations.enabled && !w.globals.dataChanged) {
+ var speed = 1;
+
+ if (!w.globals.resized) {
+ speed = w.config.chart.animations.speed;
+ }
+
+ this.animateHeatMap(rect, x1, y1, xDivision, yDivision, speed);
+ }
+
+ if (w.globals.dataChanged) {
+ var _speed = 1;
+
+ if (this.dynamicAnim.enabled && w.globals.shouldAnimate) {
+ _speed = this.dynamicAnim.speed;
+ var colorFrom = w.globals.previousPaths[i] && w.globals.previousPaths[i][j] && w.globals.previousPaths[i][j].color;
+ if (!colorFrom) colorFrom = 'rgba(255, 255, 255, 0)';
+ this.animateHeatColor(rect, Utils$1.isColorHex(colorFrom) ? colorFrom : Utils$1.rgb2hex(colorFrom), Utils$1.isColorHex(color) ? color : Utils$1.rgb2hex(color), _speed);
+ }
+ }
+
+ var formatter = w.config.dataLabels.formatter;
+ var formattedText = formatter(w.globals.series[i][j], {
+ value: w.globals.series[i][j],
+ seriesIndex: i,
+ dataPointIndex: j,
+ w: w
+ });
+ var dataLabels = this.helpers.calculateDataLabels({
+ text: formattedText,
+ x: x1 + xDivision / 2,
+ y: y1 + yDivision / 2,
+ i: i,
+ j: j,
+ colorProps: heatColorProps,
+ series: heatSeries
+ });
+
+ if (dataLabels !== null) {
+ elSeries.add(dataLabels);
+ }
+
+ x1 = x1 + xDivision;
+ }
+
+ y1 = y1 + yDivision;
+ ret.add(elSeries);
+ } // adjust yaxis labels for heatmap
+
+
+ var yAxisScale = w.globals.yAxisScale[0].result.slice();
+
+ if (w.config.yaxis[0].reversed) {
+ yAxisScale.unshift('');
+ } else {
+ yAxisScale.push('');
+ }
+
+ w.globals.yAxisScale[0].result = yAxisScale;
+ var divisor = w.globals.gridHeight / w.globals.series.length;
+ w.config.yaxis[0].labels.offsetY = -(divisor / 2);
+ return ret;
+ }
+ }, {
+ key: "animateHeatMap",
+ value: function animateHeatMap(el, x, y, width, height, speed) {
+ var animations = new Animations(this.ctx);
+ animations.animateRect(el, {
+ x: x + width / 2,
+ y: y + height / 2,
+ width: 0,
+ height: 0
+ }, {
+ x: x,
+ y: y,
+ width: width,
+ height: height
+ }, speed, function () {
+ animations.animationCompleted(el);
+ });
+ }
+ }, {
+ key: "animateHeatColor",
+ value: function animateHeatColor(el, colorFrom, colorTo, speed) {
+ el.attr({
+ fill: colorFrom
+ }).animate(speed).attr({
+ fill: colorTo
+ });
+ }
+ }]);
+
+ return HeatMap;
+ }();
+
+ var CircularChartsHelpers = /*#__PURE__*/function () {
+ function CircularChartsHelpers(ctx) {
+ _classCallCheck(this, CircularChartsHelpers);
+
+ this.ctx = ctx;
+ this.w = ctx.w;
+ }
+
+ _createClass(CircularChartsHelpers, [{
+ key: "drawYAxisTexts",
+ value: function drawYAxisTexts(x, y, i, text) {
+ var w = this.w;
+ var yaxisConfig = w.config.yaxis[0];
+ var formatter = w.globals.yLabelFormatters[0];
+ var graphics = new Graphics(this.ctx);
+ var yaxisLabel = graphics.drawText({
+ x: x + yaxisConfig.labels.offsetX,
+ y: y + yaxisConfig.labels.offsetY,
+ text: formatter(text, i),
+ textAnchor: 'middle',
+ fontSize: yaxisConfig.labels.style.fontSize,
+ fontFamily: yaxisConfig.labels.style.fontFamily,
+ foreColor: Array.isArray(yaxisConfig.labels.style.colors) ? yaxisConfig.labels.style.colors[i] : yaxisConfig.labels.style.colors
+ });
+ return yaxisLabel;
+ }
+ }]);
+
+ return CircularChartsHelpers;
+ }();
+
+ /**
+ * ApexCharts Pie Class for drawing Pie / Donut Charts.
+ * @module Pie
+ **/
+
+ var Pie = /*#__PURE__*/function () {
+ function Pie(ctx) {
+ _classCallCheck(this, Pie);
+
+ this.ctx = ctx;
+ this.w = ctx.w;
+ var w = this.w;
+ this.chartType = this.w.config.chart.type;
+ this.initialAnim = this.w.config.chart.animations.enabled;
+ this.dynamicAnim = this.initialAnim && this.w.config.chart.animations.dynamicAnimation.enabled;
+ this.animBeginArr = [0];
+ this.animDur = 0;
+ this.donutDataLabels = this.w.config.plotOptions.pie.donut.labels;
+ this.lineColorArr = w.globals.stroke.colors !== undefined ? w.globals.stroke.colors : w.globals.colors;
+ this.defaultSize = Math.min(w.globals.gridWidth, w.globals.gridHeight);
+ this.centerY = this.defaultSize / 2;
+ this.centerX = w.globals.gridWidth / 2;
+
+ if (w.config.chart.type === 'radialBar') {
+ this.fullAngle = 360;
+ } else {
+ this.fullAngle = Math.abs(w.config.plotOptions.pie.endAngle - w.config.plotOptions.pie.startAngle);
+ }
+
+ this.initialAngle = w.config.plotOptions.pie.startAngle % this.fullAngle;
+ w.globals.radialSize = this.defaultSize / 2.05 - w.config.stroke.width - (!w.config.chart.sparkline.enabled ? w.config.chart.dropShadow.blur : 0);
+ this.donutSize = w.globals.radialSize * parseInt(w.config.plotOptions.pie.donut.size, 10) / 100;
+ this.maxY = 0;
+ this.sliceLabels = [];
+ this.sliceSizes = [];
+ this.prevSectorAngleArr = []; // for dynamic animations
+ }
+
+ _createClass(Pie, [{
+ key: "draw",
+ value: function draw(series) {
+ var _this = this;
+
+ var self = this;
+ var w = this.w;
+ var graphics = new Graphics(this.ctx);
+ this.ret = graphics.group({
+ class: 'apexcharts-pie'
+ });
+ if (w.globals.noData) return this.ret;
+ var total = 0;
+
+ for (var k = 0; k < series.length; k++) {
+ // CALCULATE THE TOTAL
+ total += Utils$1.negToZero(series[k]);
+ }
+
+ var sectorAngleArr = []; // el to which series will be drawn
+
+ var elSeries = graphics.group(); // prevent division by zero error if there is no data
+
+ if (total === 0) {
+ total = 0.00001;
+ }
+
+ series.forEach(function (m) {
+ _this.maxY = Math.max(_this.maxY, m);
+ }); // override maxY if user provided in config
+
+ if (w.config.yaxis[0].max) {
+ this.maxY = w.config.yaxis[0].max;
+ }
+
+ if (w.config.grid.position === 'back' && this.chartType === 'polarArea') {
+ this.drawPolarElements(this.ret);
+ }
+
+ for (var i = 0; i < series.length; i++) {
+ // CALCULATE THE ANGLES
+ var angle = this.fullAngle * Utils$1.negToZero(series[i]) / total;
+ sectorAngleArr.push(angle);
+
+ if (this.chartType === 'polarArea') {
+ sectorAngleArr[i] = this.fullAngle / series.length;
+ this.sliceSizes.push(w.globals.radialSize * series[i] / this.maxY);
+ } else {
+ this.sliceSizes.push(w.globals.radialSize);
+ }
+ }
+
+ if (w.globals.dataChanged) {
+ var prevTotal = 0;
+
+ for (var _k = 0; _k < w.globals.previousPaths.length; _k++) {
+ // CALCULATE THE PREV TOTAL
+ prevTotal += Utils$1.negToZero(w.globals.previousPaths[_k]);
+ }
+
+ var previousAngle;
+
+ for (var _i = 0; _i < w.globals.previousPaths.length; _i++) {
+ // CALCULATE THE PREVIOUS ANGLES
+ previousAngle = this.fullAngle * Utils$1.negToZero(w.globals.previousPaths[_i]) / prevTotal;
+ this.prevSectorAngleArr.push(previousAngle);
+ }
+ } // on small chart size after few count of resizes browser window donutSize can be negative
+
+
+ if (this.donutSize < 0) {
+ this.donutSize = 0;
+ }
+
+ var scaleSize = w.config.plotOptions.pie.customScale;
+ var halfW = w.globals.gridWidth / 2;
+ var halfH = w.globals.gridHeight / 2;
+ var translateX = halfW - w.globals.gridWidth / 2 * scaleSize;
+ var translateY = halfH - w.globals.gridHeight / 2 * scaleSize;
+
+ if (this.chartType === 'donut') {
+ // draw the inner circle and add some text to it
+ var circle = graphics.drawCircle(this.donutSize);
+ circle.attr({
+ cx: this.centerX,
+ cy: this.centerY,
+ fill: w.config.plotOptions.pie.donut.background ? w.config.plotOptions.pie.donut.background : 'transparent'
+ });
+ elSeries.add(circle);
+ }
+
+ var elG = self.drawArcs(sectorAngleArr, series); // add slice dataLabels at the end
+
+ this.sliceLabels.forEach(function (s) {
+ elG.add(s);
+ });
+ elSeries.attr({
+ transform: "translate(".concat(translateX, ", ").concat(translateY, ") scale(").concat(scaleSize, ")")
+ });
+ elSeries.add(elG);
+ this.ret.add(elSeries);
+
+ if (this.donutDataLabels.show) {
+ var dataLabels = this.renderInnerDataLabels(this.donutDataLabels, {
+ hollowSize: this.donutSize,
+ centerX: this.centerX,
+ centerY: this.centerY,
+ opacity: this.donutDataLabels.show,
+ translateX: translateX,
+ translateY: translateY
+ });
+ this.ret.add(dataLabels);
+ }
+
+ if (w.config.grid.position === 'front' && this.chartType === 'polarArea') {
+ this.drawPolarElements(this.ret);
+ }
+
+ return this.ret;
+ } // core function for drawing pie arcs
+
+ }, {
+ key: "drawArcs",
+ value: function drawArcs(sectorAngleArr, series) {
+ var w = this.w;
+ var filters = new Filters(this.ctx);
+ var graphics = new Graphics(this.ctx);
+ var fill = new Fill(this.ctx);
+ var g = graphics.group({
+ class: 'apexcharts-slices'
+ });
+ var startAngle = this.initialAngle;
+ var prevStartAngle = this.initialAngle;
+ var endAngle = this.initialAngle;
+ var prevEndAngle = this.initialAngle;
+ this.strokeWidth = w.config.stroke.show ? w.config.stroke.width : 0;
+
+ for (var i = 0; i < sectorAngleArr.length; i++) {
+ var elPieArc = graphics.group({
+ class: "apexcharts-series apexcharts-pie-series",
+ seriesName: Utils$1.escapeString(w.globals.seriesNames[i]),
+ rel: i + 1,
+ 'data:realIndex': i
+ });
+ g.add(elPieArc);
+ startAngle = endAngle;
+ prevStartAngle = prevEndAngle;
+ endAngle = startAngle + sectorAngleArr[i];
+ prevEndAngle = prevStartAngle + this.prevSectorAngleArr[i];
+ var angle = endAngle < startAngle ? this.fullAngle + endAngle - startAngle : endAngle - startAngle;
+ var pathFill = fill.fillPath({
+ seriesNumber: i,
+ size: this.sliceSizes[i],
+ value: series[i]
+ }); // additionally, pass size for gradient drawing in the fillPath function
+
+ var path = this.getChangedPath(prevStartAngle, prevEndAngle);
+ var elPath = graphics.drawPath({
+ d: path,
+ stroke: Array.isArray(this.lineColorArr) ? this.lineColorArr[i] : this.lineColorArr,
+ strokeWidth: 0,
+ fill: pathFill,
+ fillOpacity: w.config.fill.opacity,
+ classes: "apexcharts-pie-area apexcharts-".concat(this.chartType.toLowerCase(), "-slice-").concat(i)
+ });
+ elPath.attr({
+ index: 0,
+ j: i
+ });
+ filters.setSelectionFilter(elPath, 0, i);
+
+ if (w.config.chart.dropShadow.enabled) {
+ var shadow = w.config.chart.dropShadow;
+ filters.dropShadow(elPath, shadow, i);
+ }
+
+ this.addListeners(elPath, this.donutDataLabels);
+ Graphics.setAttrs(elPath.node, {
+ 'data:angle': angle,
+ 'data:startAngle': startAngle,
+ 'data:strokeWidth': this.strokeWidth,
+ 'data:value': series[i]
+ });
+ var labelPosition = {
+ x: 0,
+ y: 0
+ };
+
+ if (this.chartType === 'pie' || this.chartType === 'polarArea') {
+ labelPosition = Utils$1.polarToCartesian(this.centerX, this.centerY, w.globals.radialSize / 1.25 + w.config.plotOptions.pie.dataLabels.offset, (startAngle + angle / 2) % this.fullAngle);
+ } else if (this.chartType === 'donut') {
+ labelPosition = Utils$1.polarToCartesian(this.centerX, this.centerY, (w.globals.radialSize + this.donutSize) / 2 + w.config.plotOptions.pie.dataLabels.offset, (startAngle + angle / 2) % this.fullAngle);
+ }
+
+ elPieArc.add(elPath); // Animation code starts
+
+ var dur = 0;
+
+ if (this.initialAnim && !w.globals.resized && !w.globals.dataChanged) {
+ dur = angle / this.fullAngle * w.config.chart.animations.speed;
+ if (dur === 0) dur = 1;
+ this.animDur = dur + this.animDur;
+ this.animBeginArr.push(this.animDur);
+ } else {
+ this.animBeginArr.push(0);
+ }
+
+ if (this.dynamicAnim && w.globals.dataChanged) {
+ this.animatePaths(elPath, {
+ size: this.sliceSizes[i],
+ endAngle: endAngle,
+ startAngle: startAngle,
+ prevStartAngle: prevStartAngle,
+ prevEndAngle: prevEndAngle,
+ animateStartingPos: true,
+ i: i,
+ animBeginArr: this.animBeginArr,
+ shouldSetPrevPaths: true,
+ dur: w.config.chart.animations.dynamicAnimation.speed
+ });
+ } else {
+ this.animatePaths(elPath, {
+ size: this.sliceSizes[i],
+ endAngle: endAngle,
+ startAngle: startAngle,
+ i: i,
+ totalItems: sectorAngleArr.length - 1,
+ animBeginArr: this.animBeginArr,
+ dur: dur
+ });
+ } // animation code ends
+
+
+ if (w.config.plotOptions.pie.expandOnClick && this.chartType !== 'polarArea') {
+ elPath.click(this.pieClicked.bind(this, i));
+ }
+
+ if (typeof w.globals.selectedDataPoints[0] !== 'undefined' && w.globals.selectedDataPoints[0].indexOf(i) > -1) {
+ this.pieClicked(i);
+ }
+
+ if (w.config.dataLabels.enabled) {
+ var xPos = labelPosition.x;
+ var yPos = labelPosition.y;
+ var text = 100 * angle / this.fullAngle + '%';
+
+ if (angle !== 0 && w.config.plotOptions.pie.dataLabels.minAngleToShowLabel < sectorAngleArr[i]) {
+ var formatter = w.config.dataLabels.formatter;
+
+ if (formatter !== undefined) {
+ text = formatter(w.globals.seriesPercent[i][0], {
+ seriesIndex: i,
+ w: w
+ });
+ }
+
+ var foreColor = w.globals.dataLabels.style.colors[i];
+ var elPieLabelWrap = graphics.group({
+ class: "apexcharts-datalabels"
+ });
+ var elPieLabel = graphics.drawText({
+ x: xPos,
+ y: yPos,
+ text: text,
+ textAnchor: 'middle',
+ fontSize: w.config.dataLabels.style.fontSize,
+ fontFamily: w.config.dataLabels.style.fontFamily,
+ fontWeight: w.config.dataLabels.style.fontWeight,
+ foreColor: foreColor
+ });
+ elPieLabelWrap.add(elPieLabel);
+
+ if (w.config.dataLabels.dropShadow.enabled) {
+ var textShadow = w.config.dataLabels.dropShadow;
+ filters.dropShadow(elPieLabel, textShadow);
+ }
+
+ elPieLabel.node.classList.add('apexcharts-pie-label');
+
+ if (w.config.chart.animations.animate && w.globals.resized === false) {
+ elPieLabel.node.classList.add('apexcharts-pie-label-delay');
+ elPieLabel.node.style.animationDelay = w.config.chart.animations.speed / 940 + 's';
+ }
+
+ this.sliceLabels.push(elPieLabelWrap);
+ }
+ }
+ }
+
+ return g;
+ }
+ }, {
+ key: "addListeners",
+ value: function addListeners(elPath, dataLabels) {
+ var graphics = new Graphics(this.ctx); // append filters on mouseenter and mouseleave
+
+ elPath.node.addEventListener('mouseenter', graphics.pathMouseEnter.bind(this, elPath));
+ elPath.node.addEventListener('mouseleave', graphics.pathMouseLeave.bind(this, elPath));
+ elPath.node.addEventListener('mouseleave', this.revertDataLabelsInner.bind(this, elPath.node, dataLabels));
+ elPath.node.addEventListener('mousedown', graphics.pathMouseDown.bind(this, elPath));
+
+ if (!this.donutDataLabels.total.showAlways) {
+ elPath.node.addEventListener('mouseenter', this.printDataLabelsInner.bind(this, elPath.node, dataLabels));
+ elPath.node.addEventListener('mousedown', this.printDataLabelsInner.bind(this, elPath.node, dataLabels));
+ }
+ } // This function can be used for other circle charts too
+
+ }, {
+ key: "animatePaths",
+ value: function animatePaths(el, opts) {
+ var w = this.w;
+ var me = this;
+ var angle = opts.endAngle < opts.startAngle ? this.fullAngle + opts.endAngle - opts.startAngle : opts.endAngle - opts.startAngle;
+ var prevAngle = angle;
+ var fromStartAngle = opts.startAngle;
+ var toStartAngle = opts.startAngle;
+
+ if (opts.prevStartAngle !== undefined && opts.prevEndAngle !== undefined) {
+ fromStartAngle = opts.prevEndAngle;
+ prevAngle = opts.prevEndAngle < opts.prevStartAngle ? this.fullAngle + opts.prevEndAngle - opts.prevStartAngle : opts.prevEndAngle - opts.prevStartAngle;
+ }
+
+ if (opts.i === w.config.series.length - 1) {
+ // some adjustments for the last overlapping paths
+ if (angle + toStartAngle > this.fullAngle) {
+ opts.endAngle = opts.endAngle - (angle + toStartAngle);
+ } else if (angle + toStartAngle < this.fullAngle) {
+ opts.endAngle = opts.endAngle + (this.fullAngle - (angle + toStartAngle));
+ }
+ }
+
+ if (angle === this.fullAngle) angle = this.fullAngle - 0.01;
+ me.animateArc(el, fromStartAngle, toStartAngle, angle, prevAngle, opts);
+ }
+ }, {
+ key: "animateArc",
+ value: function animateArc(el, fromStartAngle, toStartAngle, angle, prevAngle, opts) {
+ var me = this;
+ var w = this.w;
+ var animations = new Animations(this.ctx);
+ var size = opts.size;
+ var path;
+
+ if (isNaN(fromStartAngle) || isNaN(prevAngle)) {
+ fromStartAngle = toStartAngle;
+ prevAngle = angle;
+ opts.dur = 0;
+ }
+
+ var currAngle = angle;
+ var startAngle = toStartAngle;
+ var fromAngle = fromStartAngle < toStartAngle ? this.fullAngle + fromStartAngle - toStartAngle : fromStartAngle - toStartAngle;
+
+ if (w.globals.dataChanged && opts.shouldSetPrevPaths) {
+ // to avoid flicker when updating, set prev path first and then animate from there
+ if (opts.prevEndAngle) {
+ path = me.getPiePath({
+ me: me,
+ startAngle: opts.prevStartAngle,
+ angle: opts.prevEndAngle < opts.prevStartAngle ? this.fullAngle + opts.prevEndAngle - opts.prevStartAngle : opts.prevEndAngle - opts.prevStartAngle,
+ size: size
+ });
+ el.attr({
+ d: path
+ });
+ }
+ }
+
+ if (opts.dur !== 0) {
+ el.animate(opts.dur, w.globals.easing, opts.animBeginArr[opts.i]).afterAll(function () {
+ if (me.chartType === 'pie' || me.chartType === 'donut' || me.chartType === 'polarArea') {
+ this.animate(w.config.chart.animations.dynamicAnimation.speed).attr({
+ 'stroke-width': me.strokeWidth
+ });
+ }
+
+ if (opts.i === w.config.series.length - 1) {
+ animations.animationCompleted(el);
+ }
+ }).during(function (pos) {
+ currAngle = fromAngle + (angle - fromAngle) * pos;
+
+ if (opts.animateStartingPos) {
+ currAngle = prevAngle + (angle - prevAngle) * pos;
+ startAngle = fromStartAngle - prevAngle + (toStartAngle - (fromStartAngle - prevAngle)) * pos;
+ }
+
+ path = me.getPiePath({
+ me: me,
+ startAngle: startAngle,
+ angle: currAngle,
+ size: size
+ });
+ el.node.setAttribute('data:pathOrig', path);
+ el.attr({
+ d: path
+ });
+ });
+ } else {
+ path = me.getPiePath({
+ me: me,
+ startAngle: startAngle,
+ angle: angle,
+ size: size
+ });
+
+ if (!opts.isTrack) {
+ w.globals.animationEnded = true;
+ }
+
+ el.node.setAttribute('data:pathOrig', path);
+ el.attr({
+ d: path,
+ 'stroke-width': me.strokeWidth
+ });
+ }
+ }
+ }, {
+ key: "pieClicked",
+ value: function pieClicked(i) {
+ var w = this.w;
+ var me = this;
+ var path;
+ var size = me.sliceSizes[i] + (w.config.plotOptions.pie.expandOnClick ? 4 : 0);
+ var elPath = w.globals.dom.Paper.select(".apexcharts-".concat(me.chartType.toLowerCase(), "-slice-").concat(i)).members[0];
+
+ if (elPath.attr('data:pieClicked') === 'true') {
+ elPath.attr({
+ 'data:pieClicked': 'false'
+ });
+ this.revertDataLabelsInner(elPath.node, this.donutDataLabels);
+ var origPath = elPath.attr('data:pathOrig');
+ elPath.attr({
+ d: origPath
+ });
+ return;
+ } else {
+ // reset all elems
+ var allEls = w.globals.dom.baseEl.getElementsByClassName('apexcharts-pie-area');
+ Array.prototype.forEach.call(allEls, function (pieSlice) {
+ pieSlice.setAttribute('data:pieClicked', 'false');
+ var origPath = pieSlice.getAttribute('data:pathOrig');
+ pieSlice.setAttribute('d', origPath);
+ });
+ elPath.attr('data:pieClicked', 'true');
+ }
+
+ var startAngle = parseInt(elPath.attr('data:startAngle'), 10);
+ var angle = parseInt(elPath.attr('data:angle'), 10);
+ path = me.getPiePath({
+ me: me,
+ startAngle: startAngle,
+ angle: angle,
+ size: size
+ });
+ if (angle === 360) return;
+ elPath.plot(path);
+ }
+ }, {
+ key: "getChangedPath",
+ value: function getChangedPath(prevStartAngle, prevEndAngle) {
+ var path = '';
+
+ if (this.dynamicAnim && this.w.globals.dataChanged) {
+ path = this.getPiePath({
+ me: this,
+ startAngle: prevStartAngle,
+ angle: prevEndAngle - prevStartAngle,
+ size: this.size
+ });
+ }
+
+ return path;
+ }
+ }, {
+ key: "getPiePath",
+ value: function getPiePath(_ref) {
+ var me = _ref.me,
+ startAngle = _ref.startAngle,
+ angle = _ref.angle,
+ size = _ref.size;
+ var path;
+ var startDeg = startAngle;
+ var startRadians = Math.PI * (startDeg - 90) / 180;
+ var endDeg = angle + startAngle; // prevent overlap
+
+ if (Math.ceil(endDeg) >= this.fullAngle + this.w.config.plotOptions.pie.startAngle % this.fullAngle) {
+ endDeg = this.fullAngle + this.w.config.plotOptions.pie.startAngle % this.fullAngle - 0.01;
+ }
+
+ if (Math.ceil(endDeg) > this.fullAngle) endDeg -= this.fullAngle;
+ var endRadians = Math.PI * (endDeg - 90) / 180;
+ var x1 = me.centerX + size * Math.cos(startRadians);
+ var y1 = me.centerY + size * Math.sin(startRadians);
+ var x2 = me.centerX + size * Math.cos(endRadians);
+ var y2 = me.centerY + size * Math.sin(endRadians);
+ var startInner = Utils$1.polarToCartesian(me.centerX, me.centerY, me.donutSize, endDeg);
+ var endInner = Utils$1.polarToCartesian(me.centerX, me.centerY, me.donutSize, startDeg);
+ var largeArc = angle > 180 ? 1 : 0;
+ var pathBeginning = ['M', x1, y1, 'A', size, size, 0, largeArc, 1, x2, y2];
+
+ if (me.chartType === 'donut') {
+ path = [].concat(pathBeginning, ['L', startInner.x, startInner.y, 'A', me.donutSize, me.donutSize, 0, largeArc, 0, endInner.x, endInner.y, 'L', x1, y1, 'z']).join(' ');
+ } else if (me.chartType === 'pie' || me.chartType === 'polarArea') {
+ path = [].concat(pathBeginning, ['L', me.centerX, me.centerY, 'L', x1, y1]).join(' ');
+ } else {
+ path = [].concat(pathBeginning).join(' ');
+ }
+
+ return path;
+ }
+ }, {
+ key: "drawPolarElements",
+ value: function drawPolarElements(parent) {
+ var w = this.w;
+ var scale = new Range$1(this.ctx);
+ var graphics = new Graphics(this.ctx);
+ var helpers = new CircularChartsHelpers(this.ctx);
+ var gCircles = graphics.group();
+ var gYAxis = graphics.group();
+ var yScale = scale.niceScale(0, Math.ceil(this.maxY), w.config.yaxis[0].tickAmount, 0, true);
+ var yTexts = yScale.result.reverse();
+ var len = yScale.result.length;
+ this.maxY = yScale.niceMax;
+ var circleSize = w.globals.radialSize;
+ var diff = circleSize / (len - 1);
+
+ for (var i = 0; i < len - 1; i++) {
+ var circle = graphics.drawCircle(circleSize);
+ circle.attr({
+ cx: this.centerX,
+ cy: this.centerY,
+ fill: 'none',
+ 'stroke-width': w.config.plotOptions.polarArea.rings.strokeWidth,
+ stroke: w.config.plotOptions.polarArea.rings.strokeColor
+ });
+
+ if (w.config.yaxis[0].show) {
+ var yLabel = helpers.drawYAxisTexts(this.centerX, this.centerY - circleSize + parseInt(w.config.yaxis[0].labels.style.fontSize, 10) / 2, i, yTexts[i]);
+ gYAxis.add(yLabel);
+ }
+
+ gCircles.add(circle);
+ circleSize = circleSize - diff;
+ }
+
+ this.drawSpokes(parent);
+ parent.add(gCircles);
+ parent.add(gYAxis);
+ }
+ }, {
+ key: "renderInnerDataLabels",
+ value: function renderInnerDataLabels(dataLabelsConfig, opts) {
+ var w = this.w;
+ var graphics = new Graphics(this.ctx);
+ var g = graphics.group({
+ class: 'apexcharts-datalabels-group',
+ transform: "translate(".concat(opts.translateX ? opts.translateX : 0, ", ").concat(opts.translateY ? opts.translateY : 0, ") scale(").concat(w.config.plotOptions.pie.customScale, ")")
+ });
+ var showTotal = dataLabelsConfig.total.show;
+ g.node.style.opacity = opts.opacity;
+ var x = opts.centerX;
+ var y = opts.centerY;
+ var labelColor, valueColor;
+
+ if (dataLabelsConfig.name.color === undefined) {
+ labelColor = w.globals.colors[0];
+ } else {
+ labelColor = dataLabelsConfig.name.color;
+ }
+
+ var labelFontSize = dataLabelsConfig.name.fontSize;
+ var labelFontFamily = dataLabelsConfig.name.fontFamily;
+ var labelFontWeight = dataLabelsConfig.value.fontWeight;
+
+ if (dataLabelsConfig.value.color === undefined) {
+ valueColor = w.config.chart.foreColor;
+ } else {
+ valueColor = dataLabelsConfig.value.color;
+ }
+
+ var lbFormatter = dataLabelsConfig.value.formatter;
+ var val = '';
+ var name = '';
+
+ if (showTotal) {
+ labelColor = dataLabelsConfig.total.color;
+ labelFontSize = dataLabelsConfig.total.fontSize;
+ labelFontFamily = dataLabelsConfig.total.fontFamily;
+ labelFontWeight = dataLabelsConfig.total.fontWeight;
+ name = dataLabelsConfig.total.label;
+ val = dataLabelsConfig.total.formatter(w);
+ } else {
+ if (w.globals.series.length === 1) {
+ val = lbFormatter(w.globals.series[0], w);
+ name = w.globals.seriesNames[0];
+ }
+ }
+
+ if (name) {
+ name = dataLabelsConfig.name.formatter(name, dataLabelsConfig.total.show, w);
+ }
+
+ if (dataLabelsConfig.name.show) {
+ var elLabel = graphics.drawText({
+ x: x,
+ y: y + parseFloat(dataLabelsConfig.name.offsetY),
+ text: name,
+ textAnchor: 'middle',
+ foreColor: labelColor,
+ fontSize: labelFontSize,
+ fontWeight: labelFontWeight,
+ fontFamily: labelFontFamily
+ });
+ elLabel.node.classList.add('apexcharts-datalabel-label');
+ g.add(elLabel);
+ }
+
+ if (dataLabelsConfig.value.show) {
+ var valOffset = dataLabelsConfig.name.show ? parseFloat(dataLabelsConfig.value.offsetY) + 16 : dataLabelsConfig.value.offsetY;
+ var elValue = graphics.drawText({
+ x: x,
+ y: y + valOffset,
+ text: val,
+ textAnchor: 'middle',
+ foreColor: valueColor,
+ fontWeight: dataLabelsConfig.value.fontWeight,
+ fontSize: dataLabelsConfig.value.fontSize,
+ fontFamily: dataLabelsConfig.value.fontFamily
+ });
+ elValue.node.classList.add('apexcharts-datalabel-value');
+ g.add(elValue);
+ } // for a multi-series circle chart, we need to show total value instead of first series labels
+
+
+ return g;
+ }
+ /**
+ *
+ * @param {string} name - The name of the series
+ * @param {string} val - The value of that series
+ * @param {object} el - Optional el (indicates which series was hovered/clicked). If this param is not present, means we need to show total
+ */
+
+ }, {
+ key: "printInnerLabels",
+ value: function printInnerLabels(labelsConfig, name, val, el) {
+ var w = this.w;
+ var labelColor;
+
+ if (el) {
+ if (labelsConfig.name.color === undefined) {
+ labelColor = w.globals.colors[parseInt(el.parentNode.getAttribute('rel'), 10) - 1];
+ } else {
+ labelColor = labelsConfig.name.color;
+ }
+ } else {
+ if (w.globals.series.length > 1 && labelsConfig.total.show) {
+ labelColor = labelsConfig.total.color;
+ }
+ }
+
+ var elLabel = w.globals.dom.baseEl.querySelector('.apexcharts-datalabel-label');
+ var elValue = w.globals.dom.baseEl.querySelector('.apexcharts-datalabel-value');
+ var lbFormatter = labelsConfig.value.formatter;
+ val = lbFormatter(val, w); // we need to show Total Val - so get the formatter of it
+
+ if (!el && typeof labelsConfig.total.formatter === 'function') {
+ val = labelsConfig.total.formatter(w);
+ }
+
+ var isTotal = name === labelsConfig.total.label;
+ name = labelsConfig.name.formatter(name, isTotal, w);
+
+ if (elLabel !== null) {
+ elLabel.textContent = name;
+ }
+
+ if (elValue !== null) {
+ elValue.textContent = val;
+ }
+
+ if (elLabel !== null) {
+ elLabel.style.fill = labelColor;
+ }
+ }
+ }, {
+ key: "printDataLabelsInner",
+ value: function printDataLabelsInner(el, dataLabelsConfig) {
+ var w = this.w;
+ var val = el.getAttribute('data:value');
+ var name = w.globals.seriesNames[parseInt(el.parentNode.getAttribute('rel'), 10) - 1];
+
+ if (w.globals.series.length > 1) {
+ this.printInnerLabels(dataLabelsConfig, name, val, el);
+ }
+
+ var dataLabelsGroup = w.globals.dom.baseEl.querySelector('.apexcharts-datalabels-group');
+
+ if (dataLabelsGroup !== null) {
+ dataLabelsGroup.style.opacity = 1;
+ }
+ }
+ }, {
+ key: "drawSpokes",
+ value: function drawSpokes(parent) {
+ var _this2 = this;
+
+ var w = this.w;
+ var graphics = new Graphics(this.ctx);
+ var spokeConfig = w.config.plotOptions.polarArea.spokes;
+ if (spokeConfig.strokeWidth === 0) return;
+ var spokes = [];
+ var angleDivision = 360 / w.globals.series.length;
+
+ for (var i = 0; i < w.globals.series.length; i++) {
+ spokes.push(Utils$1.polarToCartesian(this.centerX, this.centerY, w.globals.radialSize, w.config.plotOptions.pie.startAngle + angleDivision * i));
+ }
+
+ spokes.forEach(function (p, i) {
+ var line = graphics.drawLine(p.x, p.y, _this2.centerX, _this2.centerY, Array.isArray(spokeConfig.connectorColors) ? spokeConfig.connectorColors[i] : spokeConfig.connectorColors);
+ parent.add(line);
+ });
+ }
+ }, {
+ key: "revertDataLabelsInner",
+ value: function revertDataLabelsInner(elem, dataLabelsConfig, event) {
+ var _this3 = this;
+
+ var w = this.w;
+ var dataLabelsGroup = w.globals.dom.baseEl.querySelector('.apexcharts-datalabels-group');
+ var sliceOut = false;
+ var slices = w.globals.dom.baseEl.getElementsByClassName("apexcharts-pie-area");
+
+ var selectSlice = function selectSlice(_ref2) {
+ var makeSliceOut = _ref2.makeSliceOut,
+ printLabel = _ref2.printLabel;
+ Array.prototype.forEach.call(slices, function (s) {
+ if (s.getAttribute('data:pieClicked') === 'true') {
+ if (makeSliceOut) {
+ sliceOut = true;
+ }
+
+ if (printLabel) {
+ _this3.printDataLabelsInner(s, dataLabelsConfig);
+ }
+ }
+ });
+ };
+
+ selectSlice({
+ makeSliceOut: true,
+ printLabel: false
+ });
+
+ if (dataLabelsConfig.total.show && w.globals.series.length > 1) {
+ if (sliceOut && !dataLabelsConfig.total.showAlways) {
+ selectSlice({
+ makeSliceOut: false,
+ printLabel: true
+ });
+ } else {
+ this.printInnerLabels(dataLabelsConfig, dataLabelsConfig.total.label, dataLabelsConfig.total.formatter(w));
+ }
+ } else {
+ selectSlice({
+ makeSliceOut: false,
+ printLabel: true
+ });
+
+ if (!sliceOut) {
+ if (w.globals.selectedDataPoints.length && w.globals.series.length > 1) {
+ if (w.globals.selectedDataPoints[0].length > 0) {
+ var index = w.globals.selectedDataPoints[0];
+ var el = w.globals.dom.baseEl.querySelector(".apexcharts-".concat(this.chartType.toLowerCase(), "-slice-").concat(index));
+ this.printDataLabelsInner(el, dataLabelsConfig);
+ } else if (dataLabelsGroup && w.globals.selectedDataPoints.length && w.globals.selectedDataPoints[0].length === 0) {
+ dataLabelsGroup.style.opacity = 0;
+ }
+ } else {
+ if (dataLabelsGroup && w.globals.series.length > 1) {
+ dataLabelsGroup.style.opacity = 0;
+ }
+ }
+ }
+ }
+ }
+ }]);
+
+ return Pie;
+ }();
+
+ /**
+ * ApexCharts Radar Class for Spider/Radar Charts.
+ * @module Radar
+ **/
+
+ var Radar = /*#__PURE__*/function () {
+ function Radar(ctx) {
+ _classCallCheck(this, Radar);
+
+ this.ctx = ctx;
+ this.w = ctx.w;
+ this.chartType = this.w.config.chart.type;
+ this.initialAnim = this.w.config.chart.animations.enabled;
+ this.dynamicAnim = this.initialAnim && this.w.config.chart.animations.dynamicAnimation.enabled;
+ this.animDur = 0;
+ var w = this.w;
+ this.graphics = new Graphics(this.ctx);
+ this.lineColorArr = w.globals.stroke.colors !== undefined ? w.globals.stroke.colors : w.globals.colors;
+ this.defaultSize = w.globals.svgHeight < w.globals.svgWidth ? w.globals.gridHeight + w.globals.goldenPadding * 1.5 : w.globals.gridWidth;
+ this.isLog = w.config.yaxis[0].logarithmic;
+ this.coreUtils = new CoreUtils(this.ctx);
+ this.maxValue = this.isLog ? this.coreUtils.getLogVal(w.globals.maxY, 0) : w.globals.maxY;
+ this.minValue = this.isLog ? this.coreUtils.getLogVal(this.w.globals.minY, 0) : w.globals.minY;
+ this.polygons = w.config.plotOptions.radar.polygons;
+ this.strokeWidth = w.config.stroke.show ? w.config.stroke.width : 0;
+ this.size = this.defaultSize / 2.1 - this.strokeWidth - w.config.chart.dropShadow.blur;
+
+ if (w.config.xaxis.labels.show) {
+ this.size = this.size - w.globals.xAxisLabelsWidth / 1.75;
+ }
+
+ if (w.config.plotOptions.radar.size !== undefined) {
+ this.size = w.config.plotOptions.radar.size;
+ }
+
+ this.dataRadiusOfPercent = [];
+ this.dataRadius = [];
+ this.angleArr = [];
+ this.yaxisLabelsTextsPos = [];
+ }
+
+ _createClass(Radar, [{
+ key: "draw",
+ value: function draw(series) {
+ var _this = this;
+
+ var w = this.w;
+ var fill = new Fill(this.ctx);
+ var allSeries = [];
+ var dataLabels = new DataLabels(this.ctx);
+
+ if (series.length) {
+ this.dataPointsLen = series[w.globals.maxValsInArrayIndex].length;
+ }
+
+ this.disAngle = Math.PI * 2 / this.dataPointsLen;
+ var halfW = w.globals.gridWidth / 2;
+ var halfH = w.globals.gridHeight / 2;
+ var translateX = halfW + w.config.plotOptions.radar.offsetX;
+ var translateY = halfH + w.config.plotOptions.radar.offsetY;
+ var ret = this.graphics.group({
+ class: 'apexcharts-radar-series apexcharts-plot-series',
+ transform: "translate(".concat(translateX || 0, ", ").concat(translateY || 0, ")")
+ });
+ var dataPointsPos = [];
+ var elPointsMain = null;
+ var elDataPointsMain = null;
+ this.yaxisLabels = this.graphics.group({
+ class: 'apexcharts-yaxis'
+ });
+ series.forEach(function (s, i) {
+ var longestSeries = s.length === w.globals.dataPoints; // el to which series will be drawn
+
+ var elSeries = _this.graphics.group().attr({
+ class: "apexcharts-series",
+ 'data:longestSeries': longestSeries,
+ seriesName: Utils$1.escapeString(w.globals.seriesNames[i]),
+ rel: i + 1,
+ 'data:realIndex': i
+ });
+
+ _this.dataRadiusOfPercent[i] = [];
+ _this.dataRadius[i] = [];
+ _this.angleArr[i] = [];
+ s.forEach(function (dv, j) {
+ var range = Math.abs(_this.maxValue - _this.minValue);
+ dv = dv + Math.abs(_this.minValue);
+
+ if (_this.isLog) {
+ dv = _this.coreUtils.getLogVal(dv, 0);
+ }
+
+ _this.dataRadiusOfPercent[i][j] = dv / range;
+ _this.dataRadius[i][j] = _this.dataRadiusOfPercent[i][j] * _this.size;
+ _this.angleArr[i][j] = j * _this.disAngle;
+ });
+ dataPointsPos = _this.getDataPointsPos(_this.dataRadius[i], _this.angleArr[i]);
+
+ var paths = _this.createPaths(dataPointsPos, {
+ x: 0,
+ y: 0
+ }); // points
+
+
+ elPointsMain = _this.graphics.group({
+ class: 'apexcharts-series-markers-wrap apexcharts-element-hidden'
+ }); // datapoints
+
+ elDataPointsMain = _this.graphics.group({
+ class: "apexcharts-datalabels",
+ 'data:realIndex': i
+ });
+ w.globals.delayedElements.push({
+ el: elPointsMain.node,
+ index: i
+ });
+ var defaultRenderedPathOptions = {
+ i: i,
+ realIndex: i,
+ animationDelay: i,
+ initialSpeed: w.config.chart.animations.speed,
+ dataChangeSpeed: w.config.chart.animations.dynamicAnimation.speed,
+ className: "apexcharts-radar",
+ shouldClipToGrid: false,
+ bindEventsOnPaths: false,
+ stroke: w.globals.stroke.colors[i],
+ strokeLineCap: w.config.stroke.lineCap
+ };
+ var pathFrom = null;
+
+ if (w.globals.previousPaths.length > 0) {
+ pathFrom = _this.getPreviousPath(i);
+ }
+
+ for (var p = 0; p < paths.linePathsTo.length; p++) {
+ var renderedLinePath = _this.graphics.renderPaths(_objectSpread2(_objectSpread2({}, defaultRenderedPathOptions), {}, {
+ pathFrom: pathFrom === null ? paths.linePathsFrom[p] : pathFrom,
+ pathTo: paths.linePathsTo[p],
+ strokeWidth: Array.isArray(_this.strokeWidth) ? _this.strokeWidth[i] : _this.strokeWidth,
+ fill: 'none',
+ drawShadow: false
+ }));
+
+ elSeries.add(renderedLinePath);
+ var pathFill = fill.fillPath({
+ seriesNumber: i
+ });
+
+ var renderedAreaPath = _this.graphics.renderPaths(_objectSpread2(_objectSpread2({}, defaultRenderedPathOptions), {}, {
+ pathFrom: pathFrom === null ? paths.areaPathsFrom[p] : pathFrom,
+ pathTo: paths.areaPathsTo[p],
+ strokeWidth: 0,
+ fill: pathFill,
+ drawShadow: false
+ }));
+
+ if (w.config.chart.dropShadow.enabled) {
+ var filters = new Filters(_this.ctx);
+ var shadow = w.config.chart.dropShadow;
+ filters.dropShadow(renderedAreaPath, Object.assign({}, shadow, {
+ noUserSpaceOnUse: true
+ }), i);
+ }
+
+ elSeries.add(renderedAreaPath);
+ }
+
+ s.forEach(function (sj, j) {
+ var markers = new Markers(_this.ctx);
+ var opts = markers.getMarkerConfig({
+ cssClass: 'apexcharts-marker',
+ seriesIndex: i,
+ dataPointIndex: j
+ });
+
+ var point = _this.graphics.drawMarker(dataPointsPos[j].x, dataPointsPos[j].y, opts);
+
+ point.attr('rel', j);
+ point.attr('j', j);
+ point.attr('index', i);
+ point.node.setAttribute('default-marker-size', opts.pSize);
+
+ var elPointsWrap = _this.graphics.group({
+ class: 'apexcharts-series-markers'
+ });
+
+ if (elPointsWrap) {
+ elPointsWrap.add(point);
+ }
+
+ elPointsMain.add(elPointsWrap);
+ elSeries.add(elPointsMain);
+ var dataLabelsConfig = w.config.dataLabels;
+
+ if (dataLabelsConfig.enabled) {
+ var text = dataLabelsConfig.formatter(w.globals.series[i][j], {
+ seriesIndex: i,
+ dataPointIndex: j,
+ w: w
+ });
+ dataLabels.plotDataLabelsText({
+ x: dataPointsPos[j].x,
+ y: dataPointsPos[j].y,
+ text: text,
+ textAnchor: 'middle',
+ i: i,
+ j: i,
+ parent: elDataPointsMain,
+ offsetCorrection: false,
+ dataLabelsConfig: _objectSpread2({}, dataLabelsConfig)
+ });
+ }
+
+ elSeries.add(elDataPointsMain);
+ });
+ allSeries.push(elSeries);
+ });
+ this.drawPolygons({
+ parent: ret
+ });
+
+ if (w.config.xaxis.labels.show) {
+ var xaxisTexts = this.drawXAxisTexts();
+ ret.add(xaxisTexts);
+ }
+
+ allSeries.forEach(function (elS) {
+ ret.add(elS);
+ });
+ ret.add(this.yaxisLabels);
+ return ret;
+ }
+ }, {
+ key: "drawPolygons",
+ value: function drawPolygons(opts) {
+ var _this2 = this;
+
+ var w = this.w;
+ var parent = opts.parent;
+ var helpers = new CircularChartsHelpers(this.ctx);
+ var yaxisTexts = w.globals.yAxisScale[0].result.reverse();
+ var layers = yaxisTexts.length;
+ var radiusSizes = [];
+ var layerDis = this.size / (layers - 1);
+
+ for (var i = 0; i < layers; i++) {
+ radiusSizes[i] = layerDis * i;
+ }
+
+ radiusSizes.reverse();
+ var polygonStrings = [];
+ var lines = [];
+ radiusSizes.forEach(function (radiusSize, r) {
+ var polygon = Utils$1.getPolygonPos(radiusSize, _this2.dataPointsLen);
+ var string = '';
+ polygon.forEach(function (p, i) {
+ if (r === 0) {
+ var line = _this2.graphics.drawLine(p.x, p.y, 0, 0, Array.isArray(_this2.polygons.connectorColors) ? _this2.polygons.connectorColors[i] : _this2.polygons.connectorColors);
+
+ lines.push(line);
+ }
+
+ if (i === 0) {
+ _this2.yaxisLabelsTextsPos.push({
+ x: p.x,
+ y: p.y
+ });
+ }
+
+ string += p.x + ',' + p.y + ' ';
+ });
+ polygonStrings.push(string);
+ });
+ polygonStrings.forEach(function (p, i) {
+ var strokeColors = _this2.polygons.strokeColors;
+ var strokeWidth = _this2.polygons.strokeWidth;
+
+ var polygon = _this2.graphics.drawPolygon(p, Array.isArray(strokeColors) ? strokeColors[i] : strokeColors, Array.isArray(strokeWidth) ? strokeWidth[i] : strokeWidth, w.globals.radarPolygons.fill.colors[i]);
+
+ parent.add(polygon);
+ });
+ lines.forEach(function (l) {
+ parent.add(l);
+ });
+
+ if (w.config.yaxis[0].show) {
+ this.yaxisLabelsTextsPos.forEach(function (p, i) {
+ var yText = helpers.drawYAxisTexts(p.x, p.y, i, yaxisTexts[i]);
+
+ _this2.yaxisLabels.add(yText);
+ });
+ }
+ }
+ }, {
+ key: "drawXAxisTexts",
+ value: function drawXAxisTexts() {
+ var _this3 = this;
+
+ var w = this.w;
+ var xaxisLabelsConfig = w.config.xaxis.labels;
+ var elXAxisWrap = this.graphics.group({
+ class: 'apexcharts-xaxis'
+ });
+ var polygonPos = Utils$1.getPolygonPos(this.size, this.dataPointsLen);
+ w.globals.labels.forEach(function (label, i) {
+ var formatter = w.config.xaxis.labels.formatter;
+ var dataLabels = new DataLabels(_this3.ctx);
+
+ if (polygonPos[i]) {
+ var textPos = _this3.getTextPos(polygonPos[i], _this3.size);
+
+ var text = formatter(label, {
+ seriesIndex: -1,
+ dataPointIndex: i,
+ w: w
+ });
+ dataLabels.plotDataLabelsText({
+ x: textPos.newX,
+ y: textPos.newY,
+ text: text,
+ textAnchor: textPos.textAnchor,
+ i: i,
+ j: i,
+ parent: elXAxisWrap,
+ color: Array.isArray(xaxisLabelsConfig.style.colors) && xaxisLabelsConfig.style.colors[i] ? xaxisLabelsConfig.style.colors[i] : '#a8a8a8',
+ dataLabelsConfig: _objectSpread2({
+ textAnchor: textPos.textAnchor,
+ dropShadow: {
+ enabled: false
+ }
+ }, xaxisLabelsConfig),
+ offsetCorrection: false
+ });
+ }
+ });
+ return elXAxisWrap;
+ }
+ }, {
+ key: "createPaths",
+ value: function createPaths(pos, origin) {
+ var _this4 = this;
+
+ var linePathsTo = [];
+ var linePathsFrom = [];
+ var areaPathsTo = [];
+ var areaPathsFrom = [];
+
+ if (pos.length) {
+ linePathsFrom = [this.graphics.move(origin.x, origin.y)];
+ areaPathsFrom = [this.graphics.move(origin.x, origin.y)];
+ var linePathTo = this.graphics.move(pos[0].x, pos[0].y);
+ var areaPathTo = this.graphics.move(pos[0].x, pos[0].y);
+ pos.forEach(function (p, i) {
+ linePathTo += _this4.graphics.line(p.x, p.y);
+ areaPathTo += _this4.graphics.line(p.x, p.y);
+
+ if (i === pos.length - 1) {
+ linePathTo += 'Z';
+ areaPathTo += 'Z';
+ }
+ });
+ linePathsTo.push(linePathTo);
+ areaPathsTo.push(areaPathTo);
+ }
+
+ return {
+ linePathsFrom: linePathsFrom,
+ linePathsTo: linePathsTo,
+ areaPathsFrom: areaPathsFrom,
+ areaPathsTo: areaPathsTo
+ };
+ }
+ }, {
+ key: "getTextPos",
+ value: function getTextPos(pos, polygonSize) {
+ var limit = 10;
+ var textAnchor = 'middle';
+ var newX = pos.x;
+ var newY = pos.y;
+
+ if (Math.abs(pos.x) >= limit) {
+ if (pos.x > 0) {
+ textAnchor = 'start';
+ newX += 10;
+ } else if (pos.x < 0) {
+ textAnchor = 'end';
+ newX -= 10;
+ }
+ } else {
+ textAnchor = 'middle';
+ }
+
+ if (Math.abs(pos.y) >= polygonSize - limit) {
+ if (pos.y < 0) {
+ newY -= 10;
+ } else if (pos.y > 0) {
+ newY += 10;
+ }
+ }
+
+ return {
+ textAnchor: textAnchor,
+ newX: newX,
+ newY: newY
+ };
+ }
+ }, {
+ key: "getPreviousPath",
+ value: function getPreviousPath(realIndex) {
+ var w = this.w;
+ var pathFrom = null;
+
+ for (var pp = 0; pp < w.globals.previousPaths.length; pp++) {
+ var gpp = w.globals.previousPaths[pp];
+
+ if (gpp.paths.length > 0 && parseInt(gpp.realIndex, 10) === parseInt(realIndex, 10)) {
+ if (typeof w.globals.previousPaths[pp].paths[0] !== 'undefined') {
+ pathFrom = w.globals.previousPaths[pp].paths[0].d;
+ }
+ }
+ }
+
+ return pathFrom;
+ }
+ }, {
+ key: "getDataPointsPos",
+ value: function getDataPointsPos(dataRadiusArr, angleArr) {
+ var dataPointsLen = arguments.length > 2 && arguments[2] !== undefined ? arguments[2] : this.dataPointsLen;
+ dataRadiusArr = dataRadiusArr || [];
+ angleArr = angleArr || [];
+ var dataPointsPosArray = [];
+
+ for (var j = 0; j < dataPointsLen; j++) {
+ var curPointPos = {};
+ curPointPos.x = dataRadiusArr[j] * Math.sin(angleArr[j]);
+ curPointPos.y = -dataRadiusArr[j] * Math.cos(angleArr[j]);
+ dataPointsPosArray.push(curPointPos);
+ }
+
+ return dataPointsPosArray;
+ }
+ }]);
+
+ return Radar;
+ }();
+
+ /**
+ * ApexCharts Radial Class for drawing Circle / Semi Circle Charts.
+ * @module Radial
+ **/
+
+ var Radial = /*#__PURE__*/function (_Pie) {
+ _inherits(Radial, _Pie);
+
+ var _super = _createSuper(Radial);
+
+ function Radial(ctx) {
+ var _this;
+
+ _classCallCheck(this, Radial);
+
+ _this = _super.call(this, ctx);
+ _this.ctx = ctx;
+ _this.w = ctx.w;
+ _this.animBeginArr = [0];
+ _this.animDur = 0;
+ var w = _this.w;
+ _this.startAngle = w.config.plotOptions.radialBar.startAngle;
+ _this.endAngle = w.config.plotOptions.radialBar.endAngle;
+ _this.totalAngle = Math.abs(w.config.plotOptions.radialBar.endAngle - w.config.plotOptions.radialBar.startAngle);
+ _this.trackStartAngle = w.config.plotOptions.radialBar.track.startAngle;
+ _this.trackEndAngle = w.config.plotOptions.radialBar.track.endAngle;
+ _this.radialDataLabels = w.config.plotOptions.radialBar.dataLabels;
+ if (!_this.trackStartAngle) _this.trackStartAngle = _this.startAngle;
+ if (!_this.trackEndAngle) _this.trackEndAngle = _this.endAngle;
+ if (_this.endAngle === 360) _this.endAngle = 359.99;
+ _this.margin = parseInt(w.config.plotOptions.radialBar.track.margin, 10);
+ return _this;
+ }
+
+ _createClass(Radial, [{
+ key: "draw",
+ value: function draw(series) {
+ var w = this.w;
+ var graphics = new Graphics(this.ctx);
+ var ret = graphics.group({
+ class: 'apexcharts-radialbar'
+ });
+ if (w.globals.noData) return ret;
+ var elSeries = graphics.group();
+ var centerY = this.defaultSize / 2;
+ var centerX = w.globals.gridWidth / 2;
+ var size = this.defaultSize / 2.05;
+
+ if (!w.config.chart.sparkline.enabled) {
+ size = size - w.config.stroke.width - w.config.chart.dropShadow.blur;
+ }
+
+ var colorArr = w.globals.fill.colors;
+
+ if (w.config.plotOptions.radialBar.track.show) {
+ var elTracks = this.drawTracks({
+ size: size,
+ centerX: centerX,
+ centerY: centerY,
+ colorArr: colorArr,
+ series: series
+ });
+ elSeries.add(elTracks);
+ }
+
+ var elG = this.drawArcs({
+ size: size,
+ centerX: centerX,
+ centerY: centerY,
+ colorArr: colorArr,
+ series: series
+ });
+ var totalAngle = 360;
+
+ if (w.config.plotOptions.radialBar.startAngle < 0) {
+ totalAngle = this.totalAngle;
+ }
+
+ var angleRatio = (360 - totalAngle) / 360;
+ w.globals.radialSize = size - size * angleRatio;
+
+ if (this.radialDataLabels.value.show) {
+ var offset = Math.max(this.radialDataLabels.value.offsetY, this.radialDataLabels.name.offsetY);
+ w.globals.radialSize += offset * angleRatio;
+ }
+
+ elSeries.add(elG.g);
+
+ if (w.config.plotOptions.radialBar.hollow.position === 'front') {
+ elG.g.add(elG.elHollow);
+
+ if (elG.dataLabels) {
+ elG.g.add(elG.dataLabels);
+ }
+ }
+
+ ret.add(elSeries);
+ return ret;
+ }
+ }, {
+ key: "drawTracks",
+ value: function drawTracks(opts) {
+ var w = this.w;
+ var graphics = new Graphics(this.ctx);
+ var g = graphics.group({
+ class: 'apexcharts-tracks'
+ });
+ var filters = new Filters(this.ctx);
+ var fill = new Fill(this.ctx);
+ var strokeWidth = this.getStrokeWidth(opts);
+ opts.size = opts.size - strokeWidth / 2;
+
+ for (var i = 0; i < opts.series.length; i++) {
+ var elRadialBarTrack = graphics.group({
+ class: 'apexcharts-radialbar-track apexcharts-track'
+ });
+ g.add(elRadialBarTrack);
+ elRadialBarTrack.attr({
+ rel: i + 1
+ });
+ opts.size = opts.size - strokeWidth - this.margin;
+ var trackConfig = w.config.plotOptions.radialBar.track;
+ var pathFill = fill.fillPath({
+ seriesNumber: 0,
+ size: opts.size,
+ fillColors: Array.isArray(trackConfig.background) ? trackConfig.background[i] : trackConfig.background,
+ solid: true
+ });
+ var startAngle = this.trackStartAngle;
+ var endAngle = this.trackEndAngle;
+ if (Math.abs(endAngle) + Math.abs(startAngle) >= 360) endAngle = 360 - Math.abs(this.startAngle) - 0.1;
+ var elPath = graphics.drawPath({
+ d: '',
+ stroke: pathFill,
+ strokeWidth: strokeWidth * parseInt(trackConfig.strokeWidth, 10) / 100,
+ fill: 'none',
+ strokeOpacity: trackConfig.opacity,
+ classes: 'apexcharts-radialbar-area'
+ });
+
+ if (trackConfig.dropShadow.enabled) {
+ var shadow = trackConfig.dropShadow;
+ filters.dropShadow(elPath, shadow);
+ }
+
+ elRadialBarTrack.add(elPath);
+ elPath.attr('id', 'apexcharts-radialbarTrack-' + i);
+ this.animatePaths(elPath, {
+ centerX: opts.centerX,
+ centerY: opts.centerY,
+ endAngle: endAngle,
+ startAngle: startAngle,
+ size: opts.size,
+ i: i,
+ totalItems: 2,
+ animBeginArr: 0,
+ dur: 0,
+ isTrack: true,
+ easing: w.globals.easing
+ });
+ }
+
+ return g;
+ }
+ }, {
+ key: "drawArcs",
+ value: function drawArcs(opts) {
+ var w = this.w; // size, donutSize, centerX, centerY, colorArr, lineColorArr, sectorAngleArr, series
+
+ var graphics = new Graphics(this.ctx);
+ var fill = new Fill(this.ctx);
+ var filters = new Filters(this.ctx);
+ var g = graphics.group();
+ var strokeWidth = this.getStrokeWidth(opts);
+ opts.size = opts.size - strokeWidth / 2;
+ var hollowFillID = w.config.plotOptions.radialBar.hollow.background;
+ var hollowSize = opts.size - strokeWidth * opts.series.length - this.margin * opts.series.length - strokeWidth * parseInt(w.config.plotOptions.radialBar.track.strokeWidth, 10) / 100 / 2;
+ var hollowRadius = hollowSize - w.config.plotOptions.radialBar.hollow.margin;
+
+ if (w.config.plotOptions.radialBar.hollow.image !== undefined) {
+ hollowFillID = this.drawHollowImage(opts, g, hollowSize, hollowFillID);
+ }
+
+ var elHollow = this.drawHollow({
+ size: hollowRadius,
+ centerX: opts.centerX,
+ centerY: opts.centerY,
+ fill: hollowFillID ? hollowFillID : 'transparent'
+ });
+
+ if (w.config.plotOptions.radialBar.hollow.dropShadow.enabled) {
+ var shadow = w.config.plotOptions.radialBar.hollow.dropShadow;
+ filters.dropShadow(elHollow, shadow);
+ }
+
+ var shown = 1;
+
+ if (!this.radialDataLabels.total.show && w.globals.series.length > 1) {
+ shown = 0;
+ }
+
+ var dataLabels = null;
+
+ if (this.radialDataLabels.show) {
+ dataLabels = this.renderInnerDataLabels(this.radialDataLabels, {
+ hollowSize: hollowSize,
+ centerX: opts.centerX,
+ centerY: opts.centerY,
+ opacity: shown
+ });
+ }
+
+ if (w.config.plotOptions.radialBar.hollow.position === 'back') {
+ g.add(elHollow);
+
+ if (dataLabels) {
+ g.add(dataLabels);
+ }
+ }
+
+ var reverseLoop = false;
+
+ if (w.config.plotOptions.radialBar.inverseOrder) {
+ reverseLoop = true;
+ }
+
+ for (var i = reverseLoop ? opts.series.length - 1 : 0; reverseLoop ? i >= 0 : i < opts.series.length; reverseLoop ? i-- : i++) {
+ var elRadialBarArc = graphics.group({
+ class: "apexcharts-series apexcharts-radial-series",
+ seriesName: Utils$1.escapeString(w.globals.seriesNames[i])
+ });
+ g.add(elRadialBarArc);
+ elRadialBarArc.attr({
+ rel: i + 1,
+ 'data:realIndex': i
+ });
+ this.ctx.series.addCollapsedClassToSeries(elRadialBarArc, i);
+ opts.size = opts.size - strokeWidth - this.margin;
+ var pathFill = fill.fillPath({
+ seriesNumber: i,
+ size: opts.size,
+ value: opts.series[i]
+ });
+ var startAngle = this.startAngle;
+ var prevStartAngle = void 0; // if data exceeds 100, make it 100
+
+ var dataValue = Utils$1.negToZero(opts.series[i] > 100 ? 100 : opts.series[i]) / 100;
+ var endAngle = Math.round(this.totalAngle * dataValue) + this.startAngle;
+ var prevEndAngle = void 0;
+
+ if (w.globals.dataChanged) {
+ prevStartAngle = this.startAngle;
+ prevEndAngle = Math.round(this.totalAngle * Utils$1.negToZero(w.globals.previousPaths[i]) / 100) + prevStartAngle;
+ }
+
+ var currFullAngle = Math.abs(endAngle) + Math.abs(startAngle);
+
+ if (currFullAngle >= 360) {
+ endAngle = endAngle - 0.01;
+ }
+
+ var prevFullAngle = Math.abs(prevEndAngle) + Math.abs(prevStartAngle);
+
+ if (prevFullAngle >= 360) {
+ prevEndAngle = prevEndAngle - 0.01;
+ }
+
+ var angle = endAngle - startAngle;
+ var dashArray = Array.isArray(w.config.stroke.dashArray) ? w.config.stroke.dashArray[i] : w.config.stroke.dashArray;
+ var elPath = graphics.drawPath({
+ d: '',
+ stroke: pathFill,
+ strokeWidth: strokeWidth,
+ fill: 'none',
+ fillOpacity: w.config.fill.opacity,
+ classes: 'apexcharts-radialbar-area apexcharts-radialbar-slice-' + i,
+ strokeDashArray: dashArray
+ });
+ Graphics.setAttrs(elPath.node, {
+ 'data:angle': angle,
+ 'data:value': opts.series[i]
+ });
+
+ if (w.config.chart.dropShadow.enabled) {
+ var _shadow = w.config.chart.dropShadow;
+ filters.dropShadow(elPath, _shadow, i);
+ }
+
+ filters.setSelectionFilter(elPath, 0, i);
+ this.addListeners(elPath, this.radialDataLabels);
+ elRadialBarArc.add(elPath);
+ elPath.attr({
+ index: 0,
+ j: i
+ });
+ var dur = 0;
+
+ if (this.initialAnim && !w.globals.resized && !w.globals.dataChanged) {
+ dur = (endAngle - startAngle) / 360 * w.config.chart.animations.speed;
+ this.animDur = dur / (opts.series.length * 1.2) + this.animDur;
+ this.animBeginArr.push(this.animDur);
+ }
+
+ if (w.globals.dataChanged) {
+ dur = (endAngle - startAngle) / 360 * w.config.chart.animations.dynamicAnimation.speed;
+ this.animDur = dur / (opts.series.length * 1.2) + this.animDur;
+ this.animBeginArr.push(this.animDur);
+ }
+
+ this.animatePaths(elPath, {
+ centerX: opts.centerX,
+ centerY: opts.centerY,
+ endAngle: endAngle,
+ startAngle: startAngle,
+ prevEndAngle: prevEndAngle,
+ prevStartAngle: prevStartAngle,
+ size: opts.size,
+ i: i,
+ totalItems: 2,
+ animBeginArr: this.animBeginArr,
+ dur: dur,
+ shouldSetPrevPaths: true,
+ easing: w.globals.easing
+ });
+ }
+
+ return {
+ g: g,
+ elHollow: elHollow,
+ dataLabels: dataLabels
+ };
+ }
+ }, {
+ key: "drawHollow",
+ value: function drawHollow(opts) {
+ var graphics = new Graphics(this.ctx);
+ var circle = graphics.drawCircle(opts.size * 2);
+ circle.attr({
+ class: 'apexcharts-radialbar-hollow',
+ cx: opts.centerX,
+ cy: opts.centerY,
+ r: opts.size,
+ fill: opts.fill
+ });
+ return circle;
+ }
+ }, {
+ key: "drawHollowImage",
+ value: function drawHollowImage(opts, g, hollowSize, hollowFillID) {
+ var w = this.w;
+ var fill = new Fill(this.ctx);
+ var randID = Utils$1.randomId();
+ var hollowFillImg = w.config.plotOptions.radialBar.hollow.image;
+
+ if (w.config.plotOptions.radialBar.hollow.imageClipped) {
+ fill.clippedImgArea({
+ width: hollowSize,
+ height: hollowSize,
+ image: hollowFillImg,
+ patternID: "pattern".concat(w.globals.cuid).concat(randID)
+ });
+ hollowFillID = "url(#pattern".concat(w.globals.cuid).concat(randID, ")");
+ } else {
+ var imgWidth = w.config.plotOptions.radialBar.hollow.imageWidth;
+ var imgHeight = w.config.plotOptions.radialBar.hollow.imageHeight;
+
+ if (imgWidth === undefined && imgHeight === undefined) {
+ var image = w.globals.dom.Paper.image(hollowFillImg).loaded(function (loader) {
+ this.move(opts.centerX - loader.width / 2 + w.config.plotOptions.radialBar.hollow.imageOffsetX, opts.centerY - loader.height / 2 + w.config.plotOptions.radialBar.hollow.imageOffsetY);
+ });
+ g.add(image);
+ } else {
+ var _image = w.globals.dom.Paper.image(hollowFillImg).loaded(function (loader) {
+ this.move(opts.centerX - imgWidth / 2 + w.config.plotOptions.radialBar.hollow.imageOffsetX, opts.centerY - imgHeight / 2 + w.config.plotOptions.radialBar.hollow.imageOffsetY);
+ this.size(imgWidth, imgHeight);
+ });
+
+ g.add(_image);
+ }
+ }
+
+ return hollowFillID;
+ }
+ }, {
+ key: "getStrokeWidth",
+ value: function getStrokeWidth(opts) {
+ var w = this.w;
+ return opts.size * (100 - parseInt(w.config.plotOptions.radialBar.hollow.size, 10)) / 100 / (opts.series.length + 1) - this.margin;
+ }
+ }]);
+
+ return Radial;
+ }(Pie);
+
+ var Helpers = /*#__PURE__*/function () {
+ function Helpers(lineCtx) {
+ _classCallCheck(this, Helpers);
+
+ this.w = lineCtx.w;
+ this.lineCtx = lineCtx;
+ }
+
+ _createClass(Helpers, [{
+ key: "sameValueSeriesFix",
+ value: function sameValueSeriesFix(i, series) {
+ var w = this.w;
+
+ if (w.config.chart.type === 'line' && (w.config.fill.type === 'gradient' || w.config.fill.type[i] === 'gradient')) {
+ var coreUtils = new CoreUtils(this.lineCtx.ctx, w); // a small adjustment to allow gradient line to draw correctly for all same values
+
+ /* #fix https://github.com/apexcharts/apexcharts.js/issues/358 */
+
+ if (coreUtils.seriesHaveSameValues(i)) {
+ var gSeries = series[i].slice();
+ gSeries[gSeries.length - 1] = gSeries[gSeries.length - 1] + 0.000001;
+ series[i] = gSeries;
+ }
+ }
+
+ return series;
+ }
+ }, {
+ key: "calculatePoints",
+ value: function calculatePoints(_ref) {
+ var series = _ref.series,
+ realIndex = _ref.realIndex,
+ x = _ref.x,
+ y = _ref.y,
+ i = _ref.i,
+ j = _ref.j,
+ prevY = _ref.prevY;
+ var w = this.w;
+ var ptX = [];
+ var ptY = [];
+
+ if (j === 0) {
+ var xPT1st = this.lineCtx.categoryAxisCorrection + w.config.markers.offsetX; // the first point for line series
+ // we need to check whether it's not a time series, because a time series may
+ // start from the middle of the x axis
+
+ if (w.globals.isXNumeric) {
+ xPT1st = (w.globals.seriesX[realIndex][0] - w.globals.minX) / this.lineCtx.xRatio + w.config.markers.offsetX;
+ } // push 2 points for the first data values
+
+
+ ptX.push(xPT1st);
+ ptY.push(Utils$1.isNumber(series[i][0]) ? prevY + w.config.markers.offsetY : null);
+ ptX.push(x + w.config.markers.offsetX);
+ ptY.push(Utils$1.isNumber(series[i][j + 1]) ? y + w.config.markers.offsetY : null);
+ } else {
+ ptX.push(x + w.config.markers.offsetX);
+ ptY.push(Utils$1.isNumber(series[i][j + 1]) ? y + w.config.markers.offsetY : null);
+ }
+
+ var pointsPos = {
+ x: ptX,
+ y: ptY
+ };
+ return pointsPos;
+ }
+ }, {
+ key: "checkPreviousPaths",
+ value: function checkPreviousPaths(_ref2) {
+ var pathFromLine = _ref2.pathFromLine,
+ pathFromArea = _ref2.pathFromArea,
+ realIndex = _ref2.realIndex;
+ var w = this.w;
+
+ for (var pp = 0; pp < w.globals.previousPaths.length; pp++) {
+ var gpp = w.globals.previousPaths[pp];
+
+ if ((gpp.type === 'line' || gpp.type === 'area') && gpp.paths.length > 0 && parseInt(gpp.realIndex, 10) === parseInt(realIndex, 10)) {
+ if (gpp.type === 'line') {
+ this.lineCtx.appendPathFrom = false;
+ pathFromLine = w.globals.previousPaths[pp].paths[0].d;
+ } else if (gpp.type === 'area') {
+ this.lineCtx.appendPathFrom = false;
+ pathFromArea = w.globals.previousPaths[pp].paths[0].d;
+
+ if (w.config.stroke.show && w.globals.previousPaths[pp].paths[1]) {
+ pathFromLine = w.globals.previousPaths[pp].paths[1].d;
+ }
+ }
+ }
+ }
+
+ return {
+ pathFromLine: pathFromLine,
+ pathFromArea: pathFromArea
+ };
+ }
+ }, {
+ key: "determineFirstPrevY",
+ value: function determineFirstPrevY(_ref3) {
+ var i = _ref3.i,
+ series = _ref3.series,
+ prevY = _ref3.prevY,
+ lineYPosition = _ref3.lineYPosition;
+ var w = this.w;
+
+ if (typeof series[i][0] !== 'undefined') {
+ if (w.config.chart.stacked) {
+ if (i > 0) {
+ // 1st y value of previous series
+ lineYPosition = this.lineCtx.prevSeriesY[i - 1][0];
+ } else {
+ // the first series will not have prevY values
+ lineYPosition = this.lineCtx.zeroY;
+ }
+ } else {
+ lineYPosition = this.lineCtx.zeroY;
+ }
+
+ prevY = lineYPosition - series[i][0] / this.lineCtx.yRatio[this.lineCtx.yaxisIndex] + (this.lineCtx.isReversed ? series[i][0] / this.lineCtx.yRatio[this.lineCtx.yaxisIndex] : 0) * 2;
+ } else {
+ // the first value in the current series is null
+ if (w.config.chart.stacked && i > 0 && typeof series[i][0] === 'undefined') {
+ // check for undefined value (undefined value will occur when we clear the series while user clicks on legend to hide serieses)
+ for (var s = i - 1; s >= 0; s--) {
+ // for loop to get to 1st previous value until we get it
+ if (series[s][0] !== null && typeof series[s][0] !== 'undefined') {
+ lineYPosition = this.lineCtx.prevSeriesY[s][0];
+ prevY = lineYPosition;
+ break;
+ }
+ }
+ }
+ }
+
+ return {
+ prevY: prevY,
+ lineYPosition: lineYPosition
+ };
+ }
+ }]);
+
+ return Helpers;
+ }();
+
+ /**
+ * ApexCharts Line Class responsible for drawing Line / Area Charts.
+ * This class is also responsible for generating values for Bubble/Scatter charts, so need to rename it to Axis Charts to avoid confusions
+ * @module Line
+ **/
+
+ var Line = /*#__PURE__*/function () {
+ function Line(ctx, xyRatios, isPointsChart) {
+ _classCallCheck(this, Line);
+
+ this.ctx = ctx;
+ this.w = ctx.w;
+ this.xyRatios = xyRatios;
+ this.pointsChart = !(this.w.config.chart.type !== 'bubble' && this.w.config.chart.type !== 'scatter') || isPointsChart;
+ this.scatter = new Scatter(this.ctx);
+ this.noNegatives = this.w.globals.minX === Number.MAX_VALUE;
+ this.lineHelpers = new Helpers(this);
+ this.markers = new Markers(this.ctx);
+ this.prevSeriesY = [];
+ this.categoryAxisCorrection = 0;
+ this.yaxisIndex = 0;
+ }
+
+ _createClass(Line, [{
+ key: "draw",
+ value: function draw(series, ptype, seriesIndex) {
+ var w = this.w;
+ var graphics = new Graphics(this.ctx);
+ var type = w.globals.comboCharts ? ptype : w.config.chart.type;
+ var ret = graphics.group({
+ class: "apexcharts-".concat(type, "-series apexcharts-plot-series")
+ });
+ var coreUtils = new CoreUtils(this.ctx, w);
+ this.yRatio = this.xyRatios.yRatio;
+ this.zRatio = this.xyRatios.zRatio;
+ this.xRatio = this.xyRatios.xRatio;
+ this.baseLineY = this.xyRatios.baseLineY;
+ series = coreUtils.getLogSeries(series);
+ this.yRatio = coreUtils.getLogYRatios(this.yRatio); // push all series in an array, so we can draw in reverse order (for stacked charts)
+
+ var allSeries = [];
+
+ for (var i = 0; i < series.length; i++) {
+ series = this.lineHelpers.sameValueSeriesFix(i, series);
+ var realIndex = w.globals.comboCharts ? seriesIndex[i] : i;
+
+ this._initSerieVariables(series, i, realIndex);
+
+ var yArrj = []; // hold y values of current iterating series
+
+ var xArrj = []; // hold x values of current iterating series
+
+ var x = w.globals.padHorizontal + this.categoryAxisCorrection;
+ var y = 1;
+ var linePaths = [];
+ var areaPaths = [];
+ this.ctx.series.addCollapsedClassToSeries(this.elSeries, realIndex);
+
+ if (w.globals.isXNumeric && w.globals.seriesX.length > 0) {
+ x = (w.globals.seriesX[realIndex][0] - w.globals.minX) / this.xRatio;
+ }
+
+ xArrj.push(x);
+ var pX = x;
+ var pY = void 0;
+ var prevX = pX;
+ var prevY = this.zeroY;
+ var lineYPosition = 0; // the first value in the current series is not null or undefined
+
+ var firstPrevY = this.lineHelpers.determineFirstPrevY({
+ i: i,
+ series: series,
+ prevY: prevY,
+ lineYPosition: lineYPosition
+ });
+ prevY = firstPrevY.prevY;
+ yArrj.push(prevY);
+ pY = prevY;
+
+ var pathsFrom = this._calculatePathsFrom({
+ series: series,
+ i: i,
+ realIndex: realIndex,
+ prevX: prevX,
+ prevY: prevY
+ });
+
+ var paths = this._iterateOverDataPoints({
+ series: series,
+ realIndex: realIndex,
+ i: i,
+ x: x,
+ y: y,
+ pX: pX,
+ pY: pY,
+ pathsFrom: pathsFrom,
+ linePaths: linePaths,
+ areaPaths: areaPaths,
+ seriesIndex: seriesIndex,
+ lineYPosition: lineYPosition,
+ xArrj: xArrj,
+ yArrj: yArrj
+ });
+
+ this._handlePaths({
+ type: type,
+ realIndex: realIndex,
+ i: i,
+ paths: paths
+ });
+
+ this.elSeries.add(this.elPointsMain);
+ this.elSeries.add(this.elDataLabelsWrap);
+ allSeries.push(this.elSeries);
+ }
+
+ if (w.config.chart.stacked) {
+ for (var s = allSeries.length; s > 0; s--) {
+ ret.add(allSeries[s - 1]);
+ }
+ } else {
+ for (var _s = 0; _s < allSeries.length; _s++) {
+ ret.add(allSeries[_s]);
+ }
+ }
+
+ return ret;
+ }
+ }, {
+ key: "_initSerieVariables",
+ value: function _initSerieVariables(series, i, realIndex) {
+ var w = this.w;
+ var graphics = new Graphics(this.ctx); // width divided into equal parts
+
+ this.xDivision = w.globals.gridWidth / (w.globals.dataPoints - (w.config.xaxis.tickPlacement === 'on' ? 1 : 0));
+ this.strokeWidth = Array.isArray(w.config.stroke.width) ? w.config.stroke.width[realIndex] : w.config.stroke.width;
+
+ if (this.yRatio.length > 1) {
+ this.yaxisIndex = realIndex;
+ }
+
+ this.isReversed = w.config.yaxis[this.yaxisIndex] && w.config.yaxis[this.yaxisIndex].reversed; // zeroY is the 0 value in y series which can be used in negative charts
+
+ this.zeroY = w.globals.gridHeight - this.baseLineY[this.yaxisIndex] - (this.isReversed ? w.globals.gridHeight : 0) + (this.isReversed ? this.baseLineY[this.yaxisIndex] * 2 : 0);
+ this.areaBottomY = this.zeroY;
+
+ if (this.zeroY > w.globals.gridHeight || w.config.plotOptions.area.fillTo === 'end') {
+ this.areaBottomY = w.globals.gridHeight;
+ }
+
+ this.categoryAxisCorrection = this.xDivision / 2; // el to which series will be drawn
+
+ this.elSeries = graphics.group({
+ class: "apexcharts-series",
+ seriesName: Utils$1.escapeString(w.globals.seriesNames[realIndex])
+ }); // points
+
+ this.elPointsMain = graphics.group({
+ class: 'apexcharts-series-markers-wrap',
+ 'data:realIndex': realIndex
+ }); // eldatalabels
+
+ this.elDataLabelsWrap = graphics.group({
+ class: 'apexcharts-datalabels',
+ 'data:realIndex': realIndex
+ });
+ var longestSeries = series[i].length === w.globals.dataPoints;
+ this.elSeries.attr({
+ 'data:longestSeries': longestSeries,
+ rel: i + 1,
+ 'data:realIndex': realIndex
+ });
+ this.appendPathFrom = true;
+ }
+ }, {
+ key: "_calculatePathsFrom",
+ value: function _calculatePathsFrom(_ref) {
+ var series = _ref.series,
+ i = _ref.i,
+ realIndex = _ref.realIndex,
+ prevX = _ref.prevX,
+ prevY = _ref.prevY;
+ var w = this.w;
+ var graphics = new Graphics(this.ctx);
+ var linePath, areaPath, pathFromLine, pathFromArea;
+
+ if (series[i][0] === null) {
+ // when the first value itself is null, we need to move the pointer to a location where a null value is not found
+ for (var s = 0; s < series[i].length; s++) {
+ if (series[i][s] !== null) {
+ prevX = this.xDivision * s;
+ prevY = this.zeroY - series[i][s] / this.yRatio[this.yaxisIndex];
+ linePath = graphics.move(prevX, prevY);
+ areaPath = graphics.move(prevX, this.areaBottomY);
+ break;
+ }
+ }
+ } else {
+ linePath = graphics.move(prevX, prevY);
+ areaPath = graphics.move(prevX, this.areaBottomY) + graphics.line(prevX, prevY);
+ }
+
+ pathFromLine = graphics.move(-1, this.zeroY) + graphics.line(-1, this.zeroY);
+ pathFromArea = graphics.move(-1, this.zeroY) + graphics.line(-1, this.zeroY);
+
+ if (w.globals.previousPaths.length > 0) {
+ var pathFrom = this.lineHelpers.checkPreviousPaths({
+ pathFromLine: pathFromLine,
+ pathFromArea: pathFromArea,
+ realIndex: realIndex
+ });
+ pathFromLine = pathFrom.pathFromLine;
+ pathFromArea = pathFrom.pathFromArea;
+ }
+
+ return {
+ prevX: prevX,
+ prevY: prevY,
+ linePath: linePath,
+ areaPath: areaPath,
+ pathFromLine: pathFromLine,
+ pathFromArea: pathFromArea
+ };
+ }
+ }, {
+ key: "_handlePaths",
+ value: function _handlePaths(_ref2) {
+ var type = _ref2.type,
+ realIndex = _ref2.realIndex,
+ i = _ref2.i,
+ paths = _ref2.paths;
+ var w = this.w;
+ var graphics = new Graphics(this.ctx);
+ var fill = new Fill(this.ctx); // push all current y values array to main PrevY Array
+
+ this.prevSeriesY.push(paths.yArrj); // push all x val arrays into main xArr
+
+ w.globals.seriesXvalues[realIndex] = paths.xArrj;
+ w.globals.seriesYvalues[realIndex] = paths.yArrj;
+ var forecast = w.config.forecastDataPoints;
+
+ if (forecast.count > 0) {
+ var forecastCutoff = w.globals.seriesXvalues[realIndex][w.globals.seriesXvalues[realIndex].length - forecast.count - 1];
+ var elForecastMask = graphics.drawRect(forecastCutoff, 0, w.globals.gridWidth, w.globals.gridHeight, 0);
+ w.globals.dom.elForecastMask.appendChild(elForecastMask.node);
+ var elNonForecastMask = graphics.drawRect(0, 0, forecastCutoff, w.globals.gridHeight, 0);
+ w.globals.dom.elNonForecastMask.appendChild(elNonForecastMask.node);
+ } // these elements will be shown after area path animation completes
+
+
+ if (!this.pointsChart) {
+ w.globals.delayedElements.push({
+ el: this.elPointsMain.node,
+ index: realIndex
+ });
+ }
+
+ var defaultRenderedPathOptions = {
+ i: i,
+ realIndex: realIndex,
+ animationDelay: i,
+ initialSpeed: w.config.chart.animations.speed,
+ dataChangeSpeed: w.config.chart.animations.dynamicAnimation.speed,
+ className: "apexcharts-".concat(type)
+ };
+
+ if (type === 'area') {
+ var pathFill = fill.fillPath({
+ seriesNumber: realIndex
+ });
+
+ for (var p = 0; p < paths.areaPaths.length; p++) {
+ var renderedPath = graphics.renderPaths(_objectSpread2(_objectSpread2({}, defaultRenderedPathOptions), {}, {
+ pathFrom: paths.pathFromArea,
+ pathTo: paths.areaPaths[p],
+ stroke: 'none',
+ strokeWidth: 0,
+ strokeLineCap: null,
+ fill: pathFill
+ }));
+ this.elSeries.add(renderedPath);
+ }
+ }
+
+ if (w.config.stroke.show && !this.pointsChart) {
+ var lineFill = null;
+
+ if (type === 'line') {
+ // fillable lines only for lineChart
+ lineFill = fill.fillPath({
+ seriesNumber: realIndex,
+ i: i
+ });
+ } else {
+ lineFill = w.globals.stroke.colors[realIndex];
+ }
+
+ for (var _p = 0; _p < paths.linePaths.length; _p++) {
+ var linePathCommonOpts = _objectSpread2(_objectSpread2({}, defaultRenderedPathOptions), {}, {
+ pathFrom: paths.pathFromLine,
+ pathTo: paths.linePaths[_p],
+ stroke: lineFill,
+ strokeWidth: this.strokeWidth,
+ strokeLineCap: w.config.stroke.lineCap,
+ fill: 'none'
+ });
+
+ var _renderedPath = graphics.renderPaths(linePathCommonOpts);
+
+ this.elSeries.add(_renderedPath);
+
+ if (forecast.count > 0) {
+ var renderedForecastPath = graphics.renderPaths(linePathCommonOpts);
+ renderedForecastPath.node.setAttribute('stroke-dasharray', forecast.dashArray);
+
+ if (forecast.strokeWidth) {
+ renderedForecastPath.node.setAttribute('stroke-width', forecast.strokeWidth);
+ }
+
+ this.elSeries.add(renderedForecastPath);
+ renderedForecastPath.attr('clip-path', "url(#forecastMask".concat(w.globals.cuid, ")"));
+
+ _renderedPath.attr('clip-path', "url(#nonForecastMask".concat(w.globals.cuid, ")"));
+ }
+ }
+ }
+ }
+ }, {
+ key: "_iterateOverDataPoints",
+ value: function _iterateOverDataPoints(_ref3) {
+ var series = _ref3.series,
+ realIndex = _ref3.realIndex,
+ i = _ref3.i,
+ x = _ref3.x,
+ y = _ref3.y,
+ pX = _ref3.pX,
+ pY = _ref3.pY,
+ pathsFrom = _ref3.pathsFrom,
+ linePaths = _ref3.linePaths,
+ areaPaths = _ref3.areaPaths,
+ seriesIndex = _ref3.seriesIndex,
+ lineYPosition = _ref3.lineYPosition,
+ xArrj = _ref3.xArrj,
+ yArrj = _ref3.yArrj;
+ var w = this.w;
+ var graphics = new Graphics(this.ctx);
+ var yRatio = this.yRatio;
+ var prevY = pathsFrom.prevY,
+ linePath = pathsFrom.linePath,
+ areaPath = pathsFrom.areaPath,
+ pathFromLine = pathsFrom.pathFromLine,
+ pathFromArea = pathsFrom.pathFromArea;
+ var minY = Utils$1.isNumber(w.globals.minYArr[realIndex]) ? w.globals.minYArr[realIndex] : w.globals.minY;
+ var iterations = w.globals.dataPoints > 1 ? w.globals.dataPoints - 1 : w.globals.dataPoints;
+
+ for (var j = 0; j < iterations; j++) {
+ var isNull = typeof series[i][j + 1] === 'undefined' || series[i][j + 1] === null;
+
+ if (w.globals.isXNumeric) {
+ var sX = w.globals.seriesX[realIndex][j + 1];
+
+ if (typeof w.globals.seriesX[realIndex][j + 1] === 'undefined') {
+ /* fix #374 */
+ sX = w.globals.seriesX[realIndex][iterations - 1];
+ }
+
+ x = (sX - w.globals.minX) / this.xRatio;
+ } else {
+ x = x + this.xDivision;
+ }
+
+ if (w.config.chart.stacked) {
+ if (i > 0 && w.globals.collapsedSeries.length < w.config.series.length - 1) {
+ // a collapsed series in a stacked bar chart may provide wrong result for the next series, hence find the prevIndex of prev series which is not collapsed - fixes apexcharts.js#1372
+ var prevIndex = function prevIndex(pi) {
+ var pii = pi;
+
+ for (var cpi = 0; cpi < w.globals.series.length; cpi++) {
+ if (w.globals.collapsedSeriesIndices.indexOf(pi) > -1) {
+ pii--;
+ break;
+ }
+ }
+
+ return pii >= 0 ? pii : 0;
+ };
+
+ lineYPosition = this.prevSeriesY[prevIndex(i - 1)][j + 1];
+ } else {
+ // the first series will not have prevY values
+ lineYPosition = this.zeroY;
+ }
+ } else {
+ lineYPosition = this.zeroY;
+ }
+
+ if (isNull) {
+ y = lineYPosition - minY / yRatio[this.yaxisIndex] + (this.isReversed ? minY / yRatio[this.yaxisIndex] : 0) * 2;
+ } else {
+ y = lineYPosition - series[i][j + 1] / yRatio[this.yaxisIndex] + (this.isReversed ? series[i][j + 1] / yRatio[this.yaxisIndex] : 0) * 2;
+ } // push current X
+
+
+ xArrj.push(x); // push current Y that will be used as next series's bottom position
+
+ yArrj.push(y);
+ var pointsPos = this.lineHelpers.calculatePoints({
+ series: series,
+ x: x,
+ y: y,
+ realIndex: realIndex,
+ i: i,
+ j: j,
+ prevY: prevY
+ });
+
+ var calculatedPaths = this._createPaths({
+ series: series,
+ i: i,
+ realIndex: realIndex,
+ j: j,
+ x: x,
+ y: y,
+ pX: pX,
+ pY: pY,
+ linePath: linePath,
+ areaPath: areaPath,
+ linePaths: linePaths,
+ areaPaths: areaPaths,
+ seriesIndex: seriesIndex
+ });
+
+ areaPaths = calculatedPaths.areaPaths;
+ linePaths = calculatedPaths.linePaths;
+ pX = calculatedPaths.pX;
+ pY = calculatedPaths.pY;
+ areaPath = calculatedPaths.areaPath;
+ linePath = calculatedPaths.linePath;
+
+ if (this.appendPathFrom) {
+ pathFromLine = pathFromLine + graphics.line(x, this.zeroY);
+ pathFromArea = pathFromArea + graphics.line(x, this.zeroY);
+ }
+
+ this.handleNullDataPoints(series, pointsPos, i, j, realIndex);
+
+ this._handleMarkersAndLabels({
+ pointsPos: pointsPos,
+ series: series,
+ x: x,
+ y: y,
+ prevY: prevY,
+ i: i,
+ j: j,
+ realIndex: realIndex
+ });
+ }
+
+ return {
+ yArrj: yArrj,
+ xArrj: xArrj,
+ pathFromArea: pathFromArea,
+ areaPaths: areaPaths,
+ pathFromLine: pathFromLine,
+ linePaths: linePaths
+ };
+ }
+ }, {
+ key: "_handleMarkersAndLabels",
+ value: function _handleMarkersAndLabels(_ref4) {
+ var pointsPos = _ref4.pointsPos;
+ _ref4.series;
+ _ref4.x;
+ _ref4.y;
+ _ref4.prevY;
+ var i = _ref4.i,
+ j = _ref4.j,
+ realIndex = _ref4.realIndex;
+ var w = this.w;
+ var dataLabels = new DataLabels(this.ctx);
+
+ if (!this.pointsChart) {
+ if (w.globals.series[i].length > 1) {
+ this.elPointsMain.node.classList.add('apexcharts-element-hidden');
+ }
+
+ var elPointsWrap = this.markers.plotChartMarkers(pointsPos, realIndex, j + 1);
+
+ if (elPointsWrap !== null) {
+ this.elPointsMain.add(elPointsWrap);
+ }
+ } else {
+ // scatter / bubble chart points creation
+ this.scatter.draw(this.elSeries, j, {
+ realIndex: realIndex,
+ pointsPos: pointsPos,
+ zRatio: this.zRatio,
+ elParent: this.elPointsMain
+ });
+ }
+
+ var drawnLabels = dataLabels.drawDataLabel(pointsPos, realIndex, j + 1, null);
+
+ if (drawnLabels !== null) {
+ this.elDataLabelsWrap.add(drawnLabels);
+ }
+ }
+ }, {
+ key: "_createPaths",
+ value: function _createPaths(_ref5) {
+ var series = _ref5.series,
+ i = _ref5.i,
+ realIndex = _ref5.realIndex,
+ j = _ref5.j,
+ x = _ref5.x,
+ y = _ref5.y,
+ pX = _ref5.pX,
+ pY = _ref5.pY,
+ linePath = _ref5.linePath,
+ areaPath = _ref5.areaPath,
+ linePaths = _ref5.linePaths,
+ areaPaths = _ref5.areaPaths,
+ seriesIndex = _ref5.seriesIndex;
+ var w = this.w;
+ var graphics = new Graphics(this.ctx);
+ var curve = w.config.stroke.curve;
+ var areaBottomY = this.areaBottomY;
+
+ if (Array.isArray(w.config.stroke.curve)) {
+ if (Array.isArray(seriesIndex)) {
+ curve = w.config.stroke.curve[seriesIndex[i]];
+ } else {
+ curve = w.config.stroke.curve[i];
+ }
+ } // logic of smooth curve derived from chartist
+ // CREDITS: https://gionkunz.github.io/chartist-js/
+
+
+ if (curve === 'smooth') {
+ var length = (x - pX) * 0.35;
+
+ if (w.globals.hasNullValues) {
+ if (series[i][j] !== null) {
+ if (series[i][j + 1] !== null) {
+ linePath = graphics.move(pX, pY) + graphics.curve(pX + length, pY, x - length, y, x + 1, y);
+ areaPath = graphics.move(pX + 1, pY) + graphics.curve(pX + length, pY, x - length, y, x + 1, y) + graphics.line(x, areaBottomY) + graphics.line(pX, areaBottomY) + 'z';
+ } else {
+ linePath = graphics.move(pX, pY);
+ areaPath = graphics.move(pX, pY) + 'z';
+ }
+ }
+
+ linePaths.push(linePath);
+ areaPaths.push(areaPath);
+ } else {
+ linePath = linePath + graphics.curve(pX + length, pY, x - length, y, x, y);
+ areaPath = areaPath + graphics.curve(pX + length, pY, x - length, y, x, y);
+ }
+
+ pX = x;
+ pY = y;
+
+ if (j === series[i].length - 2) {
+ // last loop, close path
+ areaPath = areaPath + graphics.curve(pX, pY, x, y, x, areaBottomY) + graphics.move(x, y) + 'z';
+
+ if (!w.globals.hasNullValues) {
+ linePaths.push(linePath);
+ areaPaths.push(areaPath);
+ }
+ }
+ } else {
+ if (series[i][j + 1] === null) {
+ linePath = linePath + graphics.move(x, y);
+ var numericOrCatX = w.globals.isXNumeric ? (w.globals.seriesX[realIndex][j] - w.globals.minX) / this.xRatio : x - this.xDivision;
+ areaPath = areaPath + graphics.line(numericOrCatX, areaBottomY) + graphics.move(x, y) + 'z';
+ }
+
+ if (series[i][j] === null) {
+ linePath = linePath + graphics.move(x, y);
+ areaPath = areaPath + graphics.move(x, areaBottomY);
+ }
+
+ if (curve === 'stepline') {
+ linePath = linePath + graphics.line(x, null, 'H') + graphics.line(null, y, 'V');
+ areaPath = areaPath + graphics.line(x, null, 'H') + graphics.line(null, y, 'V');
+ } else if (curve === 'straight') {
+ linePath = linePath + graphics.line(x, y);
+ areaPath = areaPath + graphics.line(x, y);
+ }
+
+ if (j === series[i].length - 2) {
+ // last loop, close path
+ areaPath = areaPath + graphics.line(x, areaBottomY) + graphics.move(x, y) + 'z';
+ linePaths.push(linePath);
+ areaPaths.push(areaPath);
+ }
+ }
+
+ return {
+ linePaths: linePaths,
+ areaPaths: areaPaths,
+ pX: pX,
+ pY: pY,
+ linePath: linePath,
+ areaPath: areaPath
+ };
+ }
+ }, {
+ key: "handleNullDataPoints",
+ value: function handleNullDataPoints(series, pointsPos, i, j, realIndex) {
+ var w = this.w;
+
+ if (series[i][j] === null && w.config.markers.showNullDataPoints || series[i].length === 1) {
+ // fixes apexcharts.js#1282, #1252
+ var elPointsWrap = this.markers.plotChartMarkers(pointsPos, realIndex, j + 1, this.strokeWidth - w.config.markers.strokeWidth / 2, true);
+
+ if (elPointsWrap !== null) {
+ this.elPointsMain.add(elPointsWrap);
+ }
+ }
+ }
+ }]);
+
+ return Line;
+ }();
+
+ /*
+ * treemap-squarify.js - open source implementation of squarified treemaps
+ *
+ * Treemap Squared 0.5 - Treemap Charting library
+ *
+ * https://github.com/imranghory/treemap-squared/
+ *
+ * Copyright (c) 2012 Imran Ghory (imranghory@gmail.com)
+ * Licensed under the MIT (http://www.opensource.org/licenses/mit-license.php) license.
+ *
+ *
+ * Implementation of the squarify treemap algorithm described in:
+ *
+ * Bruls, Mark; Huizing, Kees; van Wijk, Jarke J. (2000), "Squarified treemaps"
+ * in de Leeuw, W.; van Liere, R., Data Visualization 2000:
+ * Proc. Joint Eurographics and IEEE TCVG Symp. on Visualization, Springer-Verlag, pp. 33–42.
+ *
+ * Paper is available online at: http://www.win.tue.nl/~vanwijk/stm.pdf
+ *
+ * The code in this file is completeley decoupled from the drawing code so it should be trivial
+ * to port it to any other vector drawing library. Given an array of datapoints this library returns
+ * an array of cartesian coordinates that represent the rectangles that make up the treemap.
+ *
+ * The library also supports multidimensional data (nested treemaps) and performs normalization on the data.
+ *
+ * See the README file for more details.
+ */
+ window.TreemapSquared = {};
+
+ (function () {
+
+ window.TreemapSquared.generate = function () {
+ function Container(xoffset, yoffset, width, height) {
+ this.xoffset = xoffset; // offset from the the top left hand corner
+
+ this.yoffset = yoffset; // ditto
+
+ this.height = height;
+ this.width = width;
+
+ this.shortestEdge = function () {
+ return Math.min(this.height, this.width);
+ }; // getCoordinates - for a row of boxes which we've placed
+ // return an array of their cartesian coordinates
+
+
+ this.getCoordinates = function (row) {
+ var coordinates = [];
+ var subxoffset = this.xoffset,
+ subyoffset = this.yoffset; //our offset within the container
+
+ var areawidth = sumArray(row) / this.height;
+ var areaheight = sumArray(row) / this.width;
+ var i;
+
+ if (this.width >= this.height) {
+ for (i = 0; i < row.length; i++) {
+ coordinates.push([subxoffset, subyoffset, subxoffset + areawidth, subyoffset + row[i] / areawidth]);
+ subyoffset = subyoffset + row[i] / areawidth;
+ }
+ } else {
+ for (i = 0; i < row.length; i++) {
+ coordinates.push([subxoffset, subyoffset, subxoffset + row[i] / areaheight, subyoffset + areaheight]);
+ subxoffset = subxoffset + row[i] / areaheight;
+ }
+ }
+
+ return coordinates;
+ }; // cutArea - once we've placed some boxes into an row we then need to identify the remaining area,
+ // this function takes the area of the boxes we've placed and calculates the location and
+ // dimensions of the remaining space and returns a container box defined by the remaining area
+
+
+ this.cutArea = function (area) {
+ var newcontainer;
+
+ if (this.width >= this.height) {
+ var areawidth = area / this.height;
+ var newwidth = this.width - areawidth;
+ newcontainer = new Container(this.xoffset + areawidth, this.yoffset, newwidth, this.height);
+ } else {
+ var areaheight = area / this.width;
+ var newheight = this.height - areaheight;
+ newcontainer = new Container(this.xoffset, this.yoffset + areaheight, this.width, newheight);
+ }
+
+ return newcontainer;
+ };
+ } // normalize - the Bruls algorithm assumes we're passing in areas that nicely fit into our
+ // container box, this method takes our raw data and normalizes the data values into
+ // area values so that this assumption is valid.
+
+
+ function normalize(data, area) {
+ var normalizeddata = [];
+ var sum = sumArray(data);
+ var multiplier = area / sum;
+ var i;
+
+ for (i = 0; i < data.length; i++) {
+ normalizeddata[i] = data[i] * multiplier;
+ }
+
+ return normalizeddata;
+ } // treemapMultidimensional - takes multidimensional data (aka [[23,11],[11,32]] - nested array)
+ // and recursively calls itself using treemapSingledimensional
+ // to create a patchwork of treemaps and merge them
+
+
+ function treemapMultidimensional(data, width, height, xoffset, yoffset) {
+ xoffset = typeof xoffset === 'undefined' ? 0 : xoffset;
+ yoffset = typeof yoffset === 'undefined' ? 0 : yoffset;
+ var mergeddata = [];
+ var mergedtreemap;
+ var results = [];
+ var i;
+
+ if (isArray(data[0])) {
+ // if we've got more dimensions of depth
+ for (i = 0; i < data.length; i++) {
+ mergeddata[i] = sumMultidimensionalArray(data[i]);
+ }
+
+ mergedtreemap = treemapSingledimensional(mergeddata, width, height, xoffset, yoffset);
+
+ for (i = 0; i < data.length; i++) {
+ results.push(treemapMultidimensional(data[i], mergedtreemap[i][2] - mergedtreemap[i][0], mergedtreemap[i][3] - mergedtreemap[i][1], mergedtreemap[i][0], mergedtreemap[i][1]));
+ }
+ } else {
+ results = treemapSingledimensional(data, width, height, xoffset, yoffset);
+ }
+
+ return results;
+ } // treemapSingledimensional - simple wrapper around squarify
+
+
+ function treemapSingledimensional(data, width, height, xoffset, yoffset) {
+ xoffset = typeof xoffset === 'undefined' ? 0 : xoffset;
+ yoffset = typeof yoffset === 'undefined' ? 0 : yoffset;
+ var rawtreemap = squarify(normalize(data, width * height), [], new Container(xoffset, yoffset, width, height), []);
+ return flattenTreemap(rawtreemap);
+ } // flattenTreemap - squarify implementation returns an array of arrays of coordinates
+ // because we have a new array everytime we switch to building a new row
+ // this converts it into an array of coordinates.
+
+
+ function flattenTreemap(rawtreemap) {
+ var flattreemap = [];
+ var i, j;
+
+ for (i = 0; i < rawtreemap.length; i++) {
+ for (j = 0; j < rawtreemap[i].length; j++) {
+ flattreemap.push(rawtreemap[i][j]);
+ }
+ }
+
+ return flattreemap;
+ } // squarify - as per the Bruls paper
+ // plus coordinates stack and containers so we get
+ // usable data out of it
+
+
+ function squarify(data, currentrow, container, stack) {
+ var length;
+ var nextdatapoint;
+ var newcontainer;
+
+ if (data.length === 0) {
+ stack.push(container.getCoordinates(currentrow));
+ return;
+ }
+
+ length = container.shortestEdge();
+ nextdatapoint = data[0];
+
+ if (improvesRatio(currentrow, nextdatapoint, length)) {
+ currentrow.push(nextdatapoint);
+ squarify(data.slice(1), currentrow, container, stack);
+ } else {
+ newcontainer = container.cutArea(sumArray(currentrow), stack);
+ stack.push(container.getCoordinates(currentrow));
+ squarify(data, [], newcontainer, stack);
+ }
+
+ return stack;
+ } // improveRatio - implements the worse calculation and comparision as given in Bruls
+ // (note the error in the original paper; fixed here)
+
+
+ function improvesRatio(currentrow, nextnode, length) {
+ var newrow;
+
+ if (currentrow.length === 0) {
+ return true;
+ }
+
+ newrow = currentrow.slice();
+ newrow.push(nextnode);
+ var currentratio = calculateRatio(currentrow, length);
+ var newratio = calculateRatio(newrow, length); // the pseudocode in the Bruls paper has the direction of the comparison
+ // wrong, this is the correct one.
+
+ return currentratio >= newratio;
+ } // calculateRatio - calculates the maximum width to height ratio of the
+ // boxes in this row
+
+
+ function calculateRatio(row, length) {
+ var min = Math.min.apply(Math, row);
+ var max = Math.max.apply(Math, row);
+ var sum = sumArray(row);
+ return Math.max(Math.pow(length, 2) * max / Math.pow(sum, 2), Math.pow(sum, 2) / (Math.pow(length, 2) * min));
+ } // isArray - checks if arr is an array
+
+
+ function isArray(arr) {
+ return arr && arr.constructor === Array;
+ } // sumArray - sums a single dimensional array
+
+
+ function sumArray(arr) {
+ var sum = 0;
+ var i;
+
+ for (i = 0; i < arr.length; i++) {
+ sum += arr[i];
+ }
+
+ return sum;
+ } // sumMultidimensionalArray - sums the values in a nested array (aka [[0,1],[[2,3]]])
+
+
+ function sumMultidimensionalArray(arr) {
+ var i,
+ total = 0;
+
+ if (isArray(arr[0])) {
+ for (i = 0; i < arr.length; i++) {
+ total += sumMultidimensionalArray(arr[i]);
+ }
+ } else {
+ total = sumArray(arr);
+ }
+
+ return total;
+ }
+
+ return treemapMultidimensional;
+ }();
+ })();
+
+ /**
+ * ApexCharts TreemapChart Class.
+ * @module TreemapChart
+ **/
+
+ var TreemapChart = /*#__PURE__*/function () {
+ function TreemapChart(ctx, xyRatios) {
+ _classCallCheck(this, TreemapChart);
+
+ this.ctx = ctx;
+ this.w = ctx.w;
+ this.strokeWidth = this.w.config.stroke.width;
+ this.helpers = new TreemapHelpers(ctx);
+ this.dynamicAnim = this.w.config.chart.animations.dynamicAnimation;
+ this.labels = [];
+ }
+
+ _createClass(TreemapChart, [{
+ key: "draw",
+ value: function draw(series) {
+ var _this = this;
+
+ var w = this.w;
+ var graphics = new Graphics(this.ctx);
+ var fill = new Fill(this.ctx);
+ var ret = graphics.group({
+ class: 'apexcharts-treemap'
+ });
+ if (w.globals.noData) return ret;
+ var ser = [];
+ series.forEach(function (s) {
+ var d = s.map(function (v) {
+ return Math.abs(v);
+ });
+ ser.push(d);
+ });
+ this.negRange = this.helpers.checkColorRange();
+ w.config.series.forEach(function (s, i) {
+ s.data.forEach(function (l) {
+ if (!Array.isArray(_this.labels[i])) _this.labels[i] = [];
+
+ _this.labels[i].push(l.x);
+ });
+ });
+ var nodes = window.TreemapSquared.generate(ser, w.globals.gridWidth, w.globals.gridHeight);
+ nodes.forEach(function (node, i) {
+ var elSeries = graphics.group({
+ class: "apexcharts-series apexcharts-treemap-series",
+ seriesName: Utils$1.escapeString(w.globals.seriesNames[i]),
+ rel: i + 1,
+ 'data:realIndex': i
+ });
+
+ if (w.config.chart.dropShadow.enabled) {
+ var shadow = w.config.chart.dropShadow;
+ var filters = new Filters(_this.ctx);
+ filters.dropShadow(ret, shadow, i);
+ }
+
+ var elDataLabelWrap = graphics.group({
+ class: 'apexcharts-data-labels'
+ });
+ node.forEach(function (r, j) {
+ var x1 = r[0];
+ var y1 = r[1];
+ var x2 = r[2];
+ var y2 = r[3];
+ var elRect = graphics.drawRect(x1, y1, x2 - x1, y2 - y1, 0, '#fff', 1, _this.strokeWidth, w.config.plotOptions.treemap.useFillColorAsStroke ? color : w.globals.stroke.colors[i]);
+ elRect.attr({
+ cx: x1,
+ cy: y1,
+ index: i,
+ i: i,
+ j: j,
+ width: x2 - x1,
+ height: y2 - y1
+ });
+
+ var colorProps = _this.helpers.getShadeColor(w.config.chart.type, i, j, _this.negRange);
+
+ var color = colorProps.color;
+
+ if (typeof w.config.series[i].data[j] !== 'undefined' && w.config.series[i].data[j].fillColor) {
+ color = w.config.series[i].data[j].fillColor;
+ }
+
+ var pathFill = fill.fillPath({
+ color: color,
+ seriesNumber: i,
+ dataPointIndex: j
+ });
+ elRect.node.classList.add('apexcharts-treemap-rect');
+ elRect.attr({
+ fill: pathFill
+ });
+
+ _this.helpers.addListeners(elRect);
+
+ var fromRect = {
+ x: x1 + (x2 - x1) / 2,
+ y: y1 + (y2 - y1) / 2,
+ width: 0,
+ height: 0
+ };
+ var toRect = {
+ x: x1,
+ y: y1,
+ width: x2 - x1,
+ height: y2 - y1
+ };
+
+ if (w.config.chart.animations.enabled && !w.globals.dataChanged) {
+ var speed = 1;
+
+ if (!w.globals.resized) {
+ speed = w.config.chart.animations.speed;
+ }
+
+ _this.animateTreemap(elRect, fromRect, toRect, speed);
+ }
+
+ if (w.globals.dataChanged) {
+ var _speed = 1;
+
+ if (_this.dynamicAnim.enabled && w.globals.shouldAnimate) {
+ _speed = _this.dynamicAnim.speed;
+
+ if (w.globals.previousPaths[i] && w.globals.previousPaths[i][j] && w.globals.previousPaths[i][j].rect) {
+ fromRect = w.globals.previousPaths[i][j].rect;
+ }
+
+ _this.animateTreemap(elRect, fromRect, toRect, _speed);
+ }
+ }
+
+ var fontSize = _this.getFontSize(r);
+
+ var formattedText = w.config.dataLabels.formatter(_this.labels[i][j], {
+ value: w.globals.series[i][j],
+ seriesIndex: i,
+ dataPointIndex: j,
+ w: w
+ });
+
+ var dataLabels = _this.helpers.calculateDataLabels({
+ text: formattedText,
+ x: (x1 + x2) / 2,
+ y: (y1 + y2) / 2 + _this.strokeWidth / 2 + fontSize / 3,
+ i: i,
+ j: j,
+ colorProps: colorProps,
+ fontSize: fontSize,
+ series: series
+ });
+
+ if (w.config.dataLabels.enabled && dataLabels) {
+ _this.rotateToFitLabel(dataLabels, formattedText, x1, y1, x2, y2);
+ }
+
+ elSeries.add(elRect);
+
+ if (dataLabels !== null) {
+ elSeries.add(dataLabels);
+ }
+ });
+ elSeries.add(elDataLabelWrap);
+ ret.add(elSeries);
+ });
+ return ret;
+ } // This calculates a font-size based upon
+ // average label length and the size of the box the label is
+ // going into. The maximum font size is set in chart config.
+
+ }, {
+ key: "getFontSize",
+ value: function getFontSize(coordinates) {
+ var w = this.w; // total length of labels (i.e [["Italy"],["Spain", "Greece"]] -> 16)
+
+ function totalLabelLength(arr) {
+ var i,
+ total = 0;
+
+ if (Array.isArray(arr[0])) {
+ for (i = 0; i < arr.length; i++) {
+ total += totalLabelLength(arr[i]);
+ }
+ } else {
+ for (i = 0; i < arr.length; i++) {
+ total += arr[i].length;
+ }
+ }
+
+ return total;
+ } // count of labels (i.e [["Italy"],["Spain", "Greece"]] -> 3)
+
+
+ function countLabels(arr) {
+ var i,
+ total = 0;
+
+ if (Array.isArray(arr[0])) {
+ for (i = 0; i < arr.length; i++) {
+ total += countLabels(arr[i]);
+ }
+ } else {
+ for (i = 0; i < arr.length; i++) {
+ total += 1;
+ }
+ }
+
+ return total;
+ }
+
+ var averagelabelsize = totalLabelLength(this.labels) / countLabels(this.labels);
+
+ function fontSize(width, height) {
+ // the font size should be proportional to the size of the box (and the value)
+ // otherwise you can end up creating a visual distortion where two boxes of identical
+ // size have different sized labels, and thus make it look as if the two boxes
+ // represent different sizes
+ var area = width * height;
+ var arearoot = Math.pow(area, 0.5);
+ return Math.min(arearoot / averagelabelsize, parseInt(w.config.dataLabels.style.fontSize, 10));
+ }
+
+ return fontSize(coordinates[2] - coordinates[0], coordinates[3] - coordinates[1]);
+ }
+ }, {
+ key: "rotateToFitLabel",
+ value: function rotateToFitLabel(elText, text, x1, y1, x2, y2) {
+ var graphics = new Graphics(this.ctx);
+ var textRect = graphics.getTextRects(text); //if the label fits better sideways then rotate it
+
+ if (textRect.width + 5 > x2 - x1 && textRect.width <= y2 - y1) {
+ var labelRotatingCenter = graphics.rotateAroundCenter(elText.node);
+ elText.node.setAttribute('transform', "rotate(-90 ".concat(labelRotatingCenter.x, " ").concat(labelRotatingCenter.y, ")"));
+ }
+ }
+ }, {
+ key: "animateTreemap",
+ value: function animateTreemap(el, fromRect, toRect, speed) {
+ var animations = new Animations(this.ctx);
+ animations.animateRect(el, {
+ x: fromRect.x,
+ y: fromRect.y,
+ width: fromRect.width,
+ height: fromRect.height
+ }, {
+ x: toRect.x,
+ y: toRect.y,
+ width: toRect.width,
+ height: toRect.height
+ }, speed, function () {
+ animations.animationCompleted(el);
+ });
+ }
+ }]);
+
+ return TreemapChart;
+ }();
+
+ var MINUTES_IN_DAY = 24 * 60;
+ var SECONDS_IN_DAY = MINUTES_IN_DAY * 60;
+ var MIN_ZOOM_DAYS = 10 / SECONDS_IN_DAY;
+ /**
+ * ApexCharts TimeScale Class for generating time ticks for x-axis.
+ *
+ * @module TimeScale
+ **/
+
+ var TimeScale = /*#__PURE__*/function () {
+ function TimeScale(ctx) {
+ _classCallCheck(this, TimeScale);
+
+ this.ctx = ctx;
+ this.w = ctx.w;
+ this.timeScaleArray = [];
+ this.utc = this.w.config.xaxis.labels.datetimeUTC;
+ }
+
+ _createClass(TimeScale, [{
+ key: "calculateTimeScaleTicks",
+ value: function calculateTimeScaleTicks(minX, maxX) {
+ var _this = this;
+
+ var w = this.w; // null check when no series to show
+
+ if (w.globals.allSeriesCollapsed) {
+ w.globals.labels = [];
+ w.globals.timescaleLabels = [];
+ return [];
+ }
+
+ var dt = new DateTime(this.ctx);
+ var daysDiff = (maxX - minX) / (1000 * SECONDS_IN_DAY);
+ this.determineInterval(daysDiff);
+ w.globals.disableZoomIn = false;
+ w.globals.disableZoomOut = false;
+
+ if (daysDiff < MIN_ZOOM_DAYS) {
+ w.globals.disableZoomIn = true;
+ } else if (daysDiff > 50000) {
+ w.globals.disableZoomOut = true;
+ }
+
+ var timeIntervals = dt.getTimeUnitsfromTimestamp(minX, maxX, this.utc);
+ var daysWidthOnXAxis = w.globals.gridWidth / daysDiff;
+ var hoursWidthOnXAxis = daysWidthOnXAxis / 24;
+ var minutesWidthOnXAxis = hoursWidthOnXAxis / 60;
+ var secondsWidthOnXAxis = minutesWidthOnXAxis / 60;
+ var numberOfHours = Math.floor(daysDiff * 24);
+ var numberOfMinutes = Math.floor(daysDiff * MINUTES_IN_DAY);
+ var numberOfSeconds = Math.floor(daysDiff * SECONDS_IN_DAY);
+ var numberOfDays = Math.floor(daysDiff);
+ var numberOfMonths = Math.floor(daysDiff / 30);
+ var numberOfYears = Math.floor(daysDiff / 365);
+ var firstVal = {
+ minMillisecond: timeIntervals.minMillisecond,
+ minSecond: timeIntervals.minSecond,
+ minMinute: timeIntervals.minMinute,
+ minHour: timeIntervals.minHour,
+ minDate: timeIntervals.minDate,
+ minMonth: timeIntervals.minMonth,
+ minYear: timeIntervals.minYear
+ };
+ var currentMillisecond = firstVal.minMillisecond;
+ var currentSecond = firstVal.minSecond;
+ var currentMinute = firstVal.minMinute;
+ var currentHour = firstVal.minHour;
+ var currentMonthDate = firstVal.minDate;
+ var currentDate = firstVal.minDate;
+ var currentMonth = firstVal.minMonth;
+ var currentYear = firstVal.minYear;
+ var params = {
+ firstVal: firstVal,
+ currentMillisecond: currentMillisecond,
+ currentSecond: currentSecond,
+ currentMinute: currentMinute,
+ currentHour: currentHour,
+ currentMonthDate: currentMonthDate,
+ currentDate: currentDate,
+ currentMonth: currentMonth,
+ currentYear: currentYear,
+ daysWidthOnXAxis: daysWidthOnXAxis,
+ hoursWidthOnXAxis: hoursWidthOnXAxis,
+ minutesWidthOnXAxis: minutesWidthOnXAxis,
+ secondsWidthOnXAxis: secondsWidthOnXAxis,
+ numberOfSeconds: numberOfSeconds,
+ numberOfMinutes: numberOfMinutes,
+ numberOfHours: numberOfHours,
+ numberOfDays: numberOfDays,
+ numberOfMonths: numberOfMonths,
+ numberOfYears: numberOfYears
+ };
+
+ switch (this.tickInterval) {
+ case 'years':
+ {
+ this.generateYearScale(params);
+ break;
+ }
+
+ case 'months':
+ case 'half_year':
+ {
+ this.generateMonthScale(params);
+ break;
+ }
+
+ case 'months_days':
+ case 'months_fortnight':
+ case 'days':
+ case 'week_days':
+ {
+ this.generateDayScale(params);
+ break;
+ }
+
+ case 'hours':
+ {
+ this.generateHourScale(params);
+ break;
+ }
+
+ case 'minutes_fives':
+ case 'minutes':
+ this.generateMinuteScale(params);
+ break;
+
+ case 'seconds_tens':
+ case 'seconds_fives':
+ case 'seconds':
+ this.generateSecondScale(params);
+ break;
+ } // first, we will adjust the month values index
+ // as in the upper function, it is starting from 0
+ // we will start them from 1
+
+
+ var adjustedMonthInTimeScaleArray = this.timeScaleArray.map(function (ts) {
+ var defaultReturn = {
+ position: ts.position,
+ unit: ts.unit,
+ year: ts.year,
+ day: ts.day ? ts.day : 1,
+ hour: ts.hour ? ts.hour : 0,
+ month: ts.month + 1
+ };
+
+ if (ts.unit === 'month') {
+ return _objectSpread2(_objectSpread2({}, defaultReturn), {}, {
+ day: 1,
+ value: ts.value + 1
+ });
+ } else if (ts.unit === 'day' || ts.unit === 'hour') {
+ return _objectSpread2(_objectSpread2({}, defaultReturn), {}, {
+ value: ts.value
+ });
+ } else if (ts.unit === 'minute') {
+ return _objectSpread2(_objectSpread2({}, defaultReturn), {}, {
+ value: ts.value,
+ minute: ts.value
+ });
+ } else if (ts.unit === 'second') {
+ return _objectSpread2(_objectSpread2({}, defaultReturn), {}, {
+ value: ts.value,
+ minute: ts.minute,
+ second: ts.second
+ });
+ }
+
+ return ts;
+ });
+ var filteredTimeScale = adjustedMonthInTimeScaleArray.filter(function (ts) {
+ var modulo = 1;
+ var ticks = Math.ceil(w.globals.gridWidth / 120);
+ var value = ts.value;
+
+ if (w.config.xaxis.tickAmount !== undefined) {
+ ticks = w.config.xaxis.tickAmount;
+ }
+
+ if (adjustedMonthInTimeScaleArray.length > ticks) {
+ modulo = Math.floor(adjustedMonthInTimeScaleArray.length / ticks);
+ }
+
+ var shouldNotSkipUnit = false; // there is a big change in unit i.e days to months
+
+ var shouldNotPrint = false; // should skip these values
+
+ switch (_this.tickInterval) {
+ case 'years':
+ // make years label denser
+ if (ts.unit === 'year') {
+ shouldNotSkipUnit = true;
+ }
+
+ break;
+
+ case 'half_year':
+ modulo = 7;
+
+ if (ts.unit === 'year') {
+ shouldNotSkipUnit = true;
+ }
+
+ break;
+
+ case 'months':
+ modulo = 1;
+
+ if (ts.unit === 'year') {
+ shouldNotSkipUnit = true;
+ }
+
+ break;
+
+ case 'months_fortnight':
+ modulo = 15;
+
+ if (ts.unit === 'year' || ts.unit === 'month') {
+ shouldNotSkipUnit = true;
+ }
+
+ if (value === 30) {
+ shouldNotPrint = true;
+ }
+
+ break;
+
+ case 'months_days':
+ modulo = 10;
+
+ if (ts.unit === 'month') {
+ shouldNotSkipUnit = true;
+ }
+
+ if (value === 30) {
+ shouldNotPrint = true;
+ }
+
+ break;
+
+ case 'week_days':
+ modulo = 8;
+
+ if (ts.unit === 'month') {
+ shouldNotSkipUnit = true;
+ }
+
+ break;
+
+ case 'days':
+ modulo = 1;
+
+ if (ts.unit === 'month') {
+ shouldNotSkipUnit = true;
+ }
+
+ break;
+
+ case 'hours':
+ if (ts.unit === 'day') {
+ shouldNotSkipUnit = true;
+ }
+
+ break;
+
+ case 'minutes_fives':
+ if (value % 5 !== 0) {
+ shouldNotPrint = true;
+ }
+
+ break;
+
+ case 'seconds_tens':
+ if (value % 10 !== 0) {
+ shouldNotPrint = true;
+ }
+
+ break;
+
+ case 'seconds_fives':
+ if (value % 5 !== 0) {
+ shouldNotPrint = true;
+ }
+
+ break;
+ }
+
+ if (_this.tickInterval === 'hours' || _this.tickInterval === 'minutes_fives' || _this.tickInterval === 'seconds_tens' || _this.tickInterval === 'seconds_fives') {
+ if (!shouldNotPrint) {
+ return true;
+ }
+ } else {
+ if ((value % modulo === 0 || shouldNotSkipUnit) && !shouldNotPrint) {
+ return true;
+ }
+ }
+ });
+ return filteredTimeScale;
+ }
+ }, {
+ key: "recalcDimensionsBasedOnFormat",
+ value: function recalcDimensionsBasedOnFormat(filteredTimeScale, inverted) {
+ var w = this.w;
+ var reformattedTimescaleArray = this.formatDates(filteredTimeScale);
+ var removedOverlappingTS = this.removeOverlappingTS(reformattedTimescaleArray);
+ w.globals.timescaleLabels = removedOverlappingTS.slice(); // at this stage, we need to re-calculate coords of the grid as timeline labels may have altered the xaxis labels coords
+ // The reason we can't do this prior to this stage is because timeline labels depends on gridWidth, and as the ticks are calculated based on available gridWidth, there can be unknown number of ticks generated for different minX and maxX
+ // Dependency on Dimensions(), need to refactor correctly
+ // TODO - find an alternate way to avoid calling this Heavy method twice
+
+ var dimensions = new Dimensions(this.ctx);
+ dimensions.plotCoords();
+ }
+ }, {
+ key: "determineInterval",
+ value: function determineInterval(daysDiff) {
+ var yearsDiff = daysDiff / 365;
+ var hoursDiff = daysDiff * 24;
+ var minutesDiff = hoursDiff * 60;
+ var secondsDiff = minutesDiff * 60;
+
+ switch (true) {
+ case yearsDiff > 5:
+ this.tickInterval = 'years';
+ break;
+
+ case daysDiff > 800:
+ this.tickInterval = 'half_year';
+ break;
+
+ case daysDiff > 180:
+ this.tickInterval = 'months';
+ break;
+
+ case daysDiff > 90:
+ this.tickInterval = 'months_fortnight';
+ break;
+
+ case daysDiff > 60:
+ this.tickInterval = 'months_days';
+ break;
+
+ case daysDiff > 30:
+ this.tickInterval = 'week_days';
+ break;
+
+ case daysDiff > 2:
+ this.tickInterval = 'days';
+ break;
+
+ case hoursDiff > 2.4:
+ this.tickInterval = 'hours';
+ break;
+
+ case minutesDiff > 15:
+ this.tickInterval = 'minutes_fives';
+ break;
+
+ case minutesDiff > 5:
+ this.tickInterval = 'minutes';
+ break;
+
+ case minutesDiff > 1:
+ this.tickInterval = 'seconds_tens';
+ break;
+
+ case secondsDiff > 20:
+ this.tickInterval = 'seconds_fives';
+ break;
+
+ default:
+ this.tickInterval = 'seconds';
+ break;
+ }
+ }
+ }, {
+ key: "generateYearScale",
+ value: function generateYearScale(_ref) {
+ var firstVal = _ref.firstVal,
+ currentMonth = _ref.currentMonth,
+ currentYear = _ref.currentYear,
+ daysWidthOnXAxis = _ref.daysWidthOnXAxis,
+ numberOfYears = _ref.numberOfYears;
+ var firstTickValue = firstVal.minYear;
+ var firstTickPosition = 0;
+ var dt = new DateTime(this.ctx);
+ var unit = 'year';
+
+ if (firstVal.minDate > 1 || firstVal.minMonth > 0) {
+ var remainingDays = dt.determineRemainingDaysOfYear(firstVal.minYear, firstVal.minMonth, firstVal.minDate); // remainingDaysofFirstMonth is used to reacht the 2nd tick position
+
+ var remainingDaysOfFirstYear = dt.determineDaysOfYear(firstVal.minYear) - remainingDays + 1; // calculate the first tick position
+
+ firstTickPosition = remainingDaysOfFirstYear * daysWidthOnXAxis;
+ firstTickValue = firstVal.minYear + 1; // push the first tick in the array
+
+ this.timeScaleArray.push({
+ position: firstTickPosition,
+ value: firstTickValue,
+ unit: unit,
+ year: firstTickValue,
+ month: Utils$1.monthMod(currentMonth + 1)
+ });
+ } else if (firstVal.minDate === 1 && firstVal.minMonth === 0) {
+ // push the first tick in the array
+ this.timeScaleArray.push({
+ position: firstTickPosition,
+ value: firstTickValue,
+ unit: unit,
+ year: currentYear,
+ month: Utils$1.monthMod(currentMonth + 1)
+ });
+ }
+
+ var year = firstTickValue;
+ var pos = firstTickPosition; // keep drawing rest of the ticks
+
+ for (var i = 0; i < numberOfYears; i++) {
+ year++;
+ pos = dt.determineDaysOfYear(year - 1) * daysWidthOnXAxis + pos;
+ this.timeScaleArray.push({
+ position: pos,
+ value: year,
+ unit: unit,
+ year: year,
+ month: 1
+ });
+ }
+ }
+ }, {
+ key: "generateMonthScale",
+ value: function generateMonthScale(_ref2) {
+ var firstVal = _ref2.firstVal,
+ currentMonthDate = _ref2.currentMonthDate,
+ currentMonth = _ref2.currentMonth,
+ currentYear = _ref2.currentYear,
+ daysWidthOnXAxis = _ref2.daysWidthOnXAxis,
+ numberOfMonths = _ref2.numberOfMonths;
+ var firstTickValue = currentMonth;
+ var firstTickPosition = 0;
+ var dt = new DateTime(this.ctx);
+ var unit = 'month';
+ var yrCounter = 0;
+
+ if (firstVal.minDate > 1) {
+ // remainingDaysofFirstMonth is used to reacht the 2nd tick position
+ var remainingDaysOfFirstMonth = dt.determineDaysOfMonths(currentMonth + 1, firstVal.minYear) - currentMonthDate + 1; // calculate the first tick position
+
+ firstTickPosition = remainingDaysOfFirstMonth * daysWidthOnXAxis;
+ firstTickValue = Utils$1.monthMod(currentMonth + 1);
+ var year = currentYear + yrCounter;
+
+ var _month = Utils$1.monthMod(firstTickValue);
+
+ var value = firstTickValue; // it's Jan, so update the year
+
+ if (firstTickValue === 0) {
+ unit = 'year';
+ value = year;
+ _month = 1;
+ yrCounter += 1;
+ year = year + yrCounter;
+ } // push the first tick in the array
+
+
+ this.timeScaleArray.push({
+ position: firstTickPosition,
+ value: value,
+ unit: unit,
+ year: year,
+ month: _month
+ });
+ } else {
+ // push the first tick in the array
+ this.timeScaleArray.push({
+ position: firstTickPosition,
+ value: firstTickValue,
+ unit: unit,
+ year: currentYear,
+ month: Utils$1.monthMod(currentMonth)
+ });
+ }
+
+ var month = firstTickValue + 1;
+ var pos = firstTickPosition; // keep drawing rest of the ticks
+
+ for (var i = 0, j = 1; i < numberOfMonths; i++, j++) {
+ month = Utils$1.monthMod(month);
+
+ if (month === 0) {
+ unit = 'year';
+ yrCounter += 1;
+ } else {
+ unit = 'month';
+ }
+
+ var _year = this._getYear(currentYear, month, yrCounter);
+
+ pos = dt.determineDaysOfMonths(month, _year) * daysWidthOnXAxis + pos;
+ var monthVal = month === 0 ? _year : month;
+ this.timeScaleArray.push({
+ position: pos,
+ value: monthVal,
+ unit: unit,
+ year: _year,
+ month: month === 0 ? 1 : month
+ });
+ month++;
+ }
+ }
+ }, {
+ key: "generateDayScale",
+ value: function generateDayScale(_ref3) {
+ var firstVal = _ref3.firstVal,
+ currentMonth = _ref3.currentMonth,
+ currentYear = _ref3.currentYear,
+ hoursWidthOnXAxis = _ref3.hoursWidthOnXAxis,
+ numberOfDays = _ref3.numberOfDays;
+ var dt = new DateTime(this.ctx);
+ var unit = 'day';
+ var firstTickValue = firstVal.minDate + 1;
+ var date = firstTickValue;
+
+ var changeMonth = function changeMonth(dateVal, month, year) {
+ var monthdays = dt.determineDaysOfMonths(month + 1, year);
+
+ if (dateVal > monthdays) {
+ month = month + 1;
+ date = 1;
+ unit = 'month';
+ val = month;
+ return month;
+ }
+
+ return month;
+ };
+
+ var remainingHours = 24 - firstVal.minHour;
+ var yrCounter = 0; // calculate the first tick position
+
+ var firstTickPosition = remainingHours * hoursWidthOnXAxis;
+ var val = firstTickValue;
+ var month = changeMonth(date, currentMonth, currentYear);
+
+ if (firstVal.minHour === 0 && firstVal.minDate === 1) {
+ // the first value is the first day of month
+ firstTickPosition = 0;
+ val = Utils$1.monthMod(firstVal.minMonth);
+ unit = 'month';
+ date = firstVal.minDate;
+ numberOfDays++;
+ } else if (firstVal.minDate !== 1 && firstVal.minHour === 0 && firstVal.minMinute === 0) {
+ // fixes apexcharts/apexcharts.js/issues/1730
+ firstTickPosition = 0;
+ firstTickValue = firstVal.minDate;
+ date = firstTickValue;
+ val = firstTickValue; // in case it's the last date of month, we need to check it
+
+ month = changeMonth(date, currentMonth, currentYear);
+ } // push the first tick in the array
+
+
+ this.timeScaleArray.push({
+ position: firstTickPosition,
+ value: val,
+ unit: unit,
+ year: this._getYear(currentYear, month, yrCounter),
+ month: Utils$1.monthMod(month),
+ day: date
+ });
+ var pos = firstTickPosition; // keep drawing rest of the ticks
+
+ for (var i = 0; i < numberOfDays; i++) {
+ date += 1;
+ unit = 'day';
+ month = changeMonth(date, month, this._getYear(currentYear, month, yrCounter));
+
+ var year = this._getYear(currentYear, month, yrCounter);
+
+ pos = 24 * hoursWidthOnXAxis + pos;
+ var value = date === 1 ? Utils$1.monthMod(month) : date;
+ this.timeScaleArray.push({
+ position: pos,
+ value: value,
+ unit: unit,
+ year: year,
+ month: Utils$1.monthMod(month),
+ day: value
+ });
+ }
+ }
+ }, {
+ key: "generateHourScale",
+ value: function generateHourScale(_ref4) {
+ var firstVal = _ref4.firstVal,
+ currentDate = _ref4.currentDate,
+ currentMonth = _ref4.currentMonth,
+ currentYear = _ref4.currentYear,
+ minutesWidthOnXAxis = _ref4.minutesWidthOnXAxis,
+ numberOfHours = _ref4.numberOfHours;
+ var dt = new DateTime(this.ctx);
+ var yrCounter = 0;
+ var unit = 'hour';
+
+ var changeDate = function changeDate(dateVal, month) {
+ var monthdays = dt.determineDaysOfMonths(month + 1, currentYear);
+
+ if (dateVal > monthdays) {
+ date = 1;
+ month = month + 1;
+ }
+
+ return {
+ month: month,
+ date: date
+ };
+ };
+
+ var changeMonth = function changeMonth(dateVal, month) {
+ var monthdays = dt.determineDaysOfMonths(month + 1, currentYear);
+
+ if (dateVal > monthdays) {
+ month = month + 1;
+ return month;
+ }
+
+ return month;
+ }; // factor in minSeconds as well
+
+
+ var remainingMins = 60 - (firstVal.minMinute + firstVal.minSecond / 60.0);
+ var firstTickPosition = remainingMins * minutesWidthOnXAxis;
+ var firstTickValue = firstVal.minHour + 1;
+ var hour = firstTickValue + 1;
+
+ if (remainingMins === 60) {
+ firstTickPosition = 0;
+ firstTickValue = firstVal.minHour;
+ hour = firstTickValue + 1;
+ }
+
+ var date = currentDate;
+ var month = changeMonth(date, currentMonth); // push the first tick in the array
+
+ this.timeScaleArray.push({
+ position: firstTickPosition,
+ value: firstTickValue,
+ unit: unit,
+ day: date,
+ hour: hour,
+ year: currentYear,
+ month: Utils$1.monthMod(month)
+ });
+ var pos = firstTickPosition; // keep drawing rest of the ticks
+
+ for (var i = 0; i < numberOfHours; i++) {
+ unit = 'hour';
+
+ if (hour >= 24) {
+ hour = 0;
+ date += 1;
+ unit = 'day';
+ var checkNextMonth = changeDate(date, month);
+ month = checkNextMonth.month;
+ month = changeMonth(date, month);
+ }
+
+ var year = this._getYear(currentYear, month, yrCounter);
+
+ pos = hour === 0 && i === 0 ? remainingMins * minutesWidthOnXAxis : 60 * minutesWidthOnXAxis + pos;
+ var val = hour === 0 ? date : hour;
+ this.timeScaleArray.push({
+ position: pos,
+ value: val,
+ unit: unit,
+ hour: hour,
+ day: date,
+ year: year,
+ month: Utils$1.monthMod(month)
+ });
+ hour++;
+ }
+ }
+ }, {
+ key: "generateMinuteScale",
+ value: function generateMinuteScale(_ref5) {
+ var currentMillisecond = _ref5.currentMillisecond,
+ currentSecond = _ref5.currentSecond,
+ currentMinute = _ref5.currentMinute,
+ currentHour = _ref5.currentHour,
+ currentDate = _ref5.currentDate,
+ currentMonth = _ref5.currentMonth,
+ currentYear = _ref5.currentYear,
+ minutesWidthOnXAxis = _ref5.minutesWidthOnXAxis,
+ secondsWidthOnXAxis = _ref5.secondsWidthOnXAxis,
+ numberOfMinutes = _ref5.numberOfMinutes;
+ var yrCounter = 0;
+ var unit = 'minute';
+ var remainingSecs = 60 - currentSecond;
+ var firstTickPosition = (remainingSecs - currentMillisecond / 1000) * secondsWidthOnXAxis;
+ var minute = currentMinute + 1;
+ var date = currentDate;
+ var month = currentMonth;
+ var year = currentYear;
+ var hour = currentHour;
+ var pos = firstTickPosition;
+
+ for (var i = 0; i < numberOfMinutes; i++) {
+ if (minute >= 60) {
+ minute = 0;
+ hour += 1;
+
+ if (hour === 24) {
+ hour = 0;
+ }
+ }
+
+ this.timeScaleArray.push({
+ position: pos,
+ value: minute,
+ unit: unit,
+ hour: hour,
+ minute: minute,
+ day: date,
+ year: this._getYear(year, month, yrCounter),
+ month: Utils$1.monthMod(month)
+ });
+ pos += minutesWidthOnXAxis;
+ minute++;
+ }
+ }
+ }, {
+ key: "generateSecondScale",
+ value: function generateSecondScale(_ref6) {
+ var currentMillisecond = _ref6.currentMillisecond,
+ currentSecond = _ref6.currentSecond,
+ currentMinute = _ref6.currentMinute,
+ currentHour = _ref6.currentHour,
+ currentDate = _ref6.currentDate,
+ currentMonth = _ref6.currentMonth,
+ currentYear = _ref6.currentYear,
+ secondsWidthOnXAxis = _ref6.secondsWidthOnXAxis,
+ numberOfSeconds = _ref6.numberOfSeconds;
+ var yrCounter = 0;
+ var unit = 'second';
+ var remainingMillisecs = 1000 - currentMillisecond;
+ var firstTickPosition = remainingMillisecs / 1000 * secondsWidthOnXAxis;
+ var second = currentSecond + 1;
+ var minute = currentMinute;
+ var date = currentDate;
+ var month = currentMonth;
+ var year = currentYear;
+ var hour = currentHour;
+ var pos = firstTickPosition;
+
+ for (var i = 0; i < numberOfSeconds; i++) {
+ if (second >= 60) {
+ minute++;
+ second = 0;
+
+ if (minute >= 60) {
+ hour++;
+ minute = 0;
+
+ if (hour === 24) {
+ hour = 0;
+ }
+ }
+ }
+
+ this.timeScaleArray.push({
+ position: pos,
+ value: second,
+ unit: unit,
+ hour: hour,
+ minute: minute,
+ second: second,
+ day: date,
+ year: this._getYear(year, month, yrCounter),
+ month: Utils$1.monthMod(month)
+ });
+ pos += secondsWidthOnXAxis;
+ second++;
+ }
+ }
+ }, {
+ key: "createRawDateString",
+ value: function createRawDateString(ts, value) {
+ var raw = ts.year;
+
+ if (ts.month === 0) {
+ // invalid month, correct it
+ ts.month = 1;
+ }
+
+ raw += '-' + ('0' + ts.month.toString()).slice(-2); // unit is day
+
+ if (ts.unit === 'day') {
+ raw += ts.unit === 'day' ? '-' + ('0' + value).slice(-2) : '-01';
+ } else {
+ raw += '-' + ('0' + (ts.day ? ts.day : '1')).slice(-2);
+ } // unit is hour
+
+
+ if (ts.unit === 'hour') {
+ raw += ts.unit === 'hour' ? 'T' + ('0' + value).slice(-2) : 'T00';
+ } else {
+ raw += 'T' + ('0' + (ts.hour ? ts.hour : '0')).slice(-2);
+ }
+
+ if (ts.unit === 'minute') {
+ raw += ':' + ('0' + value).slice(-2);
+ } else {
+ raw += ':' + (ts.minute ? ('0' + ts.minute).slice(-2) : '00');
+ }
+
+ if (ts.unit === 'second') {
+ raw += ':' + ('0' + value).slice(-2);
+ } else {
+ raw += ':00';
+ }
+
+ if (this.utc) {
+ raw += '.000Z';
+ }
+
+ return raw;
+ }
+ }, {
+ key: "formatDates",
+ value: function formatDates(filteredTimeScale) {
+ var _this2 = this;
+
+ var w = this.w;
+ var reformattedTimescaleArray = filteredTimeScale.map(function (ts) {
+ var value = ts.value.toString();
+ var dt = new DateTime(_this2.ctx);
+
+ var raw = _this2.createRawDateString(ts, value);
+
+ var dateToFormat = dt.getDate(dt.parseDate(raw));
+
+ if (!_this2.utc) {
+ // Fixes #1726, #1544, #1485, #1255
+ dateToFormat = dt.getDate(dt.parseDateWithTimezone(raw));
+ }
+
+ if (w.config.xaxis.labels.format === undefined) {
+ var customFormat = 'dd MMM';
+ var dtFormatter = w.config.xaxis.labels.datetimeFormatter;
+ if (ts.unit === 'year') customFormat = dtFormatter.year;
+ if (ts.unit === 'month') customFormat = dtFormatter.month;
+ if (ts.unit === 'day') customFormat = dtFormatter.day;
+ if (ts.unit === 'hour') customFormat = dtFormatter.hour;
+ if (ts.unit === 'minute') customFormat = dtFormatter.minute;
+ if (ts.unit === 'second') customFormat = dtFormatter.second;
+ value = dt.formatDate(dateToFormat, customFormat);
+ } else {
+ value = dt.formatDate(dateToFormat, w.config.xaxis.labels.format);
+ }
+
+ return {
+ dateString: raw,
+ position: ts.position,
+ value: value,
+ unit: ts.unit,
+ year: ts.year,
+ month: ts.month
+ };
+ });
+ return reformattedTimescaleArray;
+ }
+ }, {
+ key: "removeOverlappingTS",
+ value: function removeOverlappingTS(arr) {
+ var _this3 = this;
+
+ var graphics = new Graphics(this.ctx);
+ var equalLabelLengthFlag = false; // These labels got same length?
+
+ var constantLabelWidth; // If true, what is the constant length to use
+
+ if (arr.length > 0 && // check arr length
+ arr[0].value && // check arr[0] contains value
+ arr.every(function (lb) {
+ return lb.value.length === arr[0].value.length;
+ }) // check every arr label value is the same as the first one
+ ) {
+ equalLabelLengthFlag = true; // These labels got same length
+
+ constantLabelWidth = graphics.getTextRects(arr[0].value).width; // The constant label width to use
+ }
+
+ var lastDrawnIndex = 0;
+ var filteredArray = arr.map(function (item, index) {
+ if (index > 0 && _this3.w.config.xaxis.labels.hideOverlappingLabels) {
+ var prevLabelWidth = !equalLabelLengthFlag // if vary in label length
+ ? graphics.getTextRects(arr[lastDrawnIndex].value).width // get individual length
+ : constantLabelWidth; // else: use constant length
+
+ var prevPos = arr[lastDrawnIndex].position;
+ var pos = item.position;
+
+ if (pos > prevPos + prevLabelWidth + 10) {
+ lastDrawnIndex = index;
+ return item;
+ } else {
+ return null;
+ }
+ } else {
+ return item;
+ }
+ });
+ filteredArray = filteredArray.filter(function (f) {
+ return f !== null;
+ });
+ return filteredArray;
+ }
+ }, {
+ key: "_getYear",
+ value: function _getYear(currentYear, month, yrCounter) {
+ return currentYear + Math.floor(month / 12) + yrCounter;
+ }
+ }]);
+
+ return TimeScale;
+ }();
+
+ /**
+ * ApexCharts Core Class responsible for major calculations and creating elements.
+ *
+ * @module Core
+ **/
+
+ var Core = /*#__PURE__*/function () {
+ function Core(el, ctx) {
+ _classCallCheck(this, Core);
+
+ this.ctx = ctx;
+ this.w = ctx.w;
+ this.el = el;
+ } // get data and store into appropriate vars
+
+
+ _createClass(Core, [{
+ key: "setupElements",
+ value: function setupElements() {
+ var gl = this.w.globals;
+ var cnf = this.w.config; // const graphics = new Graphics(this.ctx)
+
+ var ct = cnf.chart.type;
+ var axisChartsArrTypes = ['line', 'area', 'bar', 'rangeBar', 'candlestick', 'boxPlot', 'scatter', 'bubble', 'radar', 'heatmap', 'treemap'];
+ var xyChartsArrTypes = ['line', 'area', 'bar', 'rangeBar', 'candlestick', 'boxPlot', 'scatter', 'bubble'];
+ gl.axisCharts = axisChartsArrTypes.indexOf(ct) > -1;
+ gl.xyCharts = xyChartsArrTypes.indexOf(ct) > -1;
+ gl.isBarHorizontal = (cnf.chart.type === 'bar' || cnf.chart.type === 'rangeBar') && cnf.plotOptions.bar.horizontal;
+ gl.chartClass = '.apexcharts' + gl.chartID;
+ gl.dom.baseEl = this.el;
+ gl.dom.elWrap = document.createElement('div');
+ Graphics.setAttrs(gl.dom.elWrap, {
+ id: gl.chartClass.substring(1),
+ class: 'apexcharts-canvas ' + gl.chartClass.substring(1)
+ });
+ this.el.appendChild(gl.dom.elWrap);
+ gl.dom.Paper = new window.SVG.Doc(gl.dom.elWrap);
+ gl.dom.Paper.attr({
+ class: 'apexcharts-svg',
+ 'xmlns:data': 'ApexChartsNS',
+ transform: "translate(".concat(cnf.chart.offsetX, ", ").concat(cnf.chart.offsetY, ")")
+ });
+ gl.dom.Paper.node.style.background = cnf.chart.background;
+ this.setSVGDimensions();
+ gl.dom.elGraphical = gl.dom.Paper.group().attr({
+ class: 'apexcharts-inner apexcharts-graphical'
+ });
+ gl.dom.elAnnotations = gl.dom.Paper.group().attr({
+ class: 'apexcharts-annotations'
+ });
+ gl.dom.elDefs = gl.dom.Paper.defs();
+ gl.dom.elLegendWrap = document.createElement('div');
+ gl.dom.elLegendWrap.classList.add('apexcharts-legend');
+ gl.dom.elWrap.appendChild(gl.dom.elLegendWrap);
+ gl.dom.Paper.add(gl.dom.elGraphical);
+ gl.dom.elGraphical.add(gl.dom.elDefs);
+ }
+ }, {
+ key: "plotChartType",
+ value: function plotChartType(ser, xyRatios) {
+ var w = this.w;
+ var cnf = w.config;
+ var gl = w.globals;
+ var lineSeries = {
+ series: [],
+ i: []
+ };
+ var areaSeries = {
+ series: [],
+ i: []
+ };
+ var scatterSeries = {
+ series: [],
+ i: []
+ };
+ var bubbleSeries = {
+ series: [],
+ i: []
+ };
+ var columnSeries = {
+ series: [],
+ i: []
+ };
+ var candlestickSeries = {
+ series: [],
+ i: []
+ };
+ var boxplotSeries = {
+ series: [],
+ i: []
+ };
+ gl.series.map(function (series, st) {
+ var comboCount = 0; // if user has specified a particular type for particular series
+
+ if (typeof ser[st].type !== 'undefined') {
+ if (ser[st].type === 'column' || ser[st].type === 'bar') {
+ if (gl.series.length > 1 && cnf.plotOptions.bar.horizontal) {
+ // horizontal bars not supported in mixed charts, hence show a warning
+ console.warn('Horizontal bars are not supported in a mixed/combo chart. Please turn off `plotOptions.bar.horizontal`');
+ }
+
+ columnSeries.series.push(series);
+ columnSeries.i.push(st);
+ comboCount++;
+ w.globals.columnSeries = columnSeries.series;
+ } else if (ser[st].type === 'area') {
+ areaSeries.series.push(series);
+ areaSeries.i.push(st);
+ comboCount++;
+ } else if (ser[st].type === 'line') {
+ lineSeries.series.push(series);
+ lineSeries.i.push(st);
+ comboCount++;
+ } else if (ser[st].type === 'scatter') {
+ scatterSeries.series.push(series);
+ scatterSeries.i.push(st);
+ } else if (ser[st].type === 'bubble') {
+ bubbleSeries.series.push(series);
+ bubbleSeries.i.push(st);
+ comboCount++;
+ } else if (ser[st].type === 'candlestick') {
+ candlestickSeries.series.push(series);
+ candlestickSeries.i.push(st);
+ comboCount++;
+ } else if (ser[st].type === 'boxPlot') {
+ boxplotSeries.series.push(series);
+ boxplotSeries.i.push(st);
+ comboCount++;
+ } else {
+ // user has specified type, but it is not valid (other than line/area/column)
+ console.warn('You have specified an unrecognized chart type. Available types for this property are line/area/column/bar/scatter/bubble');
+ }
+
+ if (comboCount > 1) {
+ gl.comboCharts = true;
+ }
+ } else {
+ lineSeries.series.push(series);
+ lineSeries.i.push(st);
+ }
+ });
+ var line = new Line(this.ctx, xyRatios);
+ var boxCandlestick = new BoxCandleStick(this.ctx, xyRatios);
+ this.ctx.pie = new Pie(this.ctx);
+ var radialBar = new Radial(this.ctx);
+ this.ctx.rangeBar = new RangeBar(this.ctx, xyRatios);
+ var radar = new Radar(this.ctx);
+ var elGraph = [];
+
+ if (gl.comboCharts) {
+ if (areaSeries.series.length > 0) {
+ elGraph.push(line.draw(areaSeries.series, 'area', areaSeries.i));
+ }
+
+ if (columnSeries.series.length > 0) {
+ if (w.config.chart.stacked) {
+ var barStacked = new BarStacked(this.ctx, xyRatios);
+ elGraph.push(barStacked.draw(columnSeries.series, columnSeries.i));
+ } else {
+ this.ctx.bar = new Bar(this.ctx, xyRatios);
+ elGraph.push(this.ctx.bar.draw(columnSeries.series, columnSeries.i));
+ }
+ }
+
+ if (lineSeries.series.length > 0) {
+ elGraph.push(line.draw(lineSeries.series, 'line', lineSeries.i));
+ }
+
+ if (candlestickSeries.series.length > 0) {
+ elGraph.push(boxCandlestick.draw(candlestickSeries.series, candlestickSeries.i));
+ }
+
+ if (boxplotSeries.series.length > 0) {
+ elGraph.push(boxCandlestick.draw(boxplotSeries.series, boxplotSeries.i));
+ }
+
+ if (scatterSeries.series.length > 0) {
+ var scatterLine = new Line(this.ctx, xyRatios, true);
+ elGraph.push(scatterLine.draw(scatterSeries.series, 'scatter', scatterSeries.i));
+ }
+
+ if (bubbleSeries.series.length > 0) {
+ var bubbleLine = new Line(this.ctx, xyRatios, true);
+ elGraph.push(bubbleLine.draw(bubbleSeries.series, 'bubble', bubbleSeries.i));
+ }
+ } else {
+ switch (cnf.chart.type) {
+ case 'line':
+ elGraph = line.draw(gl.series, 'line');
+ break;
+
+ case 'area':
+ elGraph = line.draw(gl.series, 'area');
+ break;
+
+ case 'bar':
+ if (cnf.chart.stacked) {
+ var _barStacked = new BarStacked(this.ctx, xyRatios);
+
+ elGraph = _barStacked.draw(gl.series);
+ } else {
+ this.ctx.bar = new Bar(this.ctx, xyRatios);
+ elGraph = this.ctx.bar.draw(gl.series);
+ }
+
+ break;
+
+ case 'candlestick':
+ var candleStick = new BoxCandleStick(this.ctx, xyRatios);
+ elGraph = candleStick.draw(gl.series);
+ break;
+
+ case 'boxPlot':
+ var boxPlot = new BoxCandleStick(this.ctx, xyRatios);
+ elGraph = boxPlot.draw(gl.series);
+ break;
+
+ case 'rangeBar':
+ elGraph = this.ctx.rangeBar.draw(gl.series);
+ break;
+
+ case 'heatmap':
+ var heatmap = new HeatMap(this.ctx, xyRatios);
+ elGraph = heatmap.draw(gl.series);
+ break;
+
+ case 'treemap':
+ var treemap = new TreemapChart(this.ctx, xyRatios);
+ elGraph = treemap.draw(gl.series);
+ break;
+
+ case 'pie':
+ case 'donut':
+ case 'polarArea':
+ elGraph = this.ctx.pie.draw(gl.series);
+ break;
+
+ case 'radialBar':
+ elGraph = radialBar.draw(gl.series);
+ break;
+
+ case 'radar':
+ elGraph = radar.draw(gl.series);
+ break;
+
+ default:
+ elGraph = line.draw(gl.series);
+ }
+ }
+
+ return elGraph;
+ }
+ }, {
+ key: "setSVGDimensions",
+ value: function setSVGDimensions() {
+ var gl = this.w.globals;
+ var cnf = this.w.config;
+ gl.svgWidth = cnf.chart.width;
+ gl.svgHeight = cnf.chart.height;
+ var elDim = Utils$1.getDimensions(this.el);
+ var widthUnit = cnf.chart.width.toString().split(/[0-9]+/g).pop();
+
+ if (widthUnit === '%') {
+ if (Utils$1.isNumber(elDim[0])) {
+ if (elDim[0].width === 0) {
+ elDim = Utils$1.getDimensions(this.el.parentNode);
+ }
+
+ gl.svgWidth = elDim[0] * parseInt(cnf.chart.width, 10) / 100;
+ }
+ } else if (widthUnit === 'px' || widthUnit === '') {
+ gl.svgWidth = parseInt(cnf.chart.width, 10);
+ }
+
+ var heightUnit = cnf.chart.height.toString().split(/[0-9]+/g).pop();
+
+ if (gl.svgHeight !== 'auto' && gl.svgHeight !== '') {
+ if (heightUnit === '%') {
+ var elParentDim = Utils$1.getDimensions(this.el.parentNode);
+ gl.svgHeight = elParentDim[1] * parseInt(cnf.chart.height, 10) / 100;
+ } else {
+ gl.svgHeight = parseInt(cnf.chart.height, 10);
+ }
+ } else {
+ if (gl.axisCharts) {
+ gl.svgHeight = gl.svgWidth / 1.61;
+ } else {
+ gl.svgHeight = gl.svgWidth / 1.2;
+ }
+ }
+
+ if (gl.svgWidth < 0) gl.svgWidth = 0;
+ if (gl.svgHeight < 0) gl.svgHeight = 0;
+ Graphics.setAttrs(gl.dom.Paper.node, {
+ width: gl.svgWidth,
+ height: gl.svgHeight
+ });
+
+ if (heightUnit !== '%') {
+ // fixes https://github.com/apexcharts/apexcharts.js/issues/2059
+ var offsetY = cnf.chart.sparkline.enabled ? 0 : gl.axisCharts ? cnf.chart.parentHeightOffset : 0;
+ gl.dom.Paper.node.parentNode.parentNode.style.minHeight = gl.svgHeight + offsetY + 'px';
+ }
+
+ gl.dom.elWrap.style.width = gl.svgWidth + 'px';
+ gl.dom.elWrap.style.height = gl.svgHeight + 'px';
+ }
+ }, {
+ key: "shiftGraphPosition",
+ value: function shiftGraphPosition() {
+ var gl = this.w.globals;
+ var tY = gl.translateY;
+ var tX = gl.translateX;
+ var scalingAttrs = {
+ transform: 'translate(' + tX + ', ' + tY + ')'
+ };
+ Graphics.setAttrs(gl.dom.elGraphical.node, scalingAttrs);
+ } // To prevent extra spacings in the bottom of the chart, we need to recalculate the height for pie/donut/radialbar charts
+
+ }, {
+ key: "resizeNonAxisCharts",
+ value: function resizeNonAxisCharts() {
+ var w = this.w;
+ var gl = w.globals;
+ var legendHeight = 0;
+ var offY = w.config.chart.sparkline.enabled ? 1 : 15;
+ offY = offY + w.config.grid.padding.bottom;
+
+ if ((w.config.legend.position === 'top' || w.config.legend.position === 'bottom') && w.config.legend.show && !w.config.legend.floating) {
+ legendHeight = new Legend(this.ctx).legendHelpers.getLegendBBox().clwh + 10;
+ }
+
+ var el = w.globals.dom.baseEl.querySelector('.apexcharts-radialbar, .apexcharts-pie');
+ var chartInnerDimensions = w.globals.radialSize * 2.05;
+
+ if (el && !w.config.chart.sparkline.enabled) {
+ var elRadialRect = Utils$1.getBoundingClientRect(el);
+ chartInnerDimensions = elRadialRect.bottom;
+ var maxHeight = elRadialRect.bottom - elRadialRect.top;
+ chartInnerDimensions = Math.max(w.globals.radialSize * 2.05, maxHeight);
+ }
+
+ var newHeight = chartInnerDimensions + gl.translateY + legendHeight + offY;
+
+ if (gl.dom.elLegendForeign) {
+ gl.dom.elLegendForeign.setAttribute('height', newHeight);
+ }
+
+ gl.dom.elWrap.style.height = newHeight + 'px';
+ Graphics.setAttrs(gl.dom.Paper.node, {
+ height: newHeight
+ });
+ gl.dom.Paper.node.parentNode.parentNode.style.minHeight = newHeight + 'px';
+ }
+ /*
+ ** All the calculations for setting range in charts will be done here
+ */
+
+ }, {
+ key: "coreCalculations",
+ value: function coreCalculations() {
+ var range = new Range(this.ctx);
+ range.init();
+ }
+ }, {
+ key: "resetGlobals",
+ value: function resetGlobals() {
+ var _this = this;
+
+ var resetxyValues = function resetxyValues() {
+ return _this.w.config.series.map(function (s) {
+ return [];
+ });
+ };
+
+ var globalObj = new Globals();
+ var gl = this.w.globals;
+ globalObj.initGlobalVars(gl);
+ gl.seriesXvalues = resetxyValues();
+ gl.seriesYvalues = resetxyValues();
+ }
+ }, {
+ key: "isMultipleY",
+ value: function isMultipleY() {
+ // user has supplied an array in yaxis property. So, turn on multipleYAxis flag
+ if (this.w.config.yaxis.constructor === Array && this.w.config.yaxis.length > 1) {
+ this.w.globals.isMultipleYAxis = true;
+ return true;
+ }
+ }
+ }, {
+ key: "xySettings",
+ value: function xySettings() {
+ var xyRatios = null;
+ var w = this.w;
+
+ if (w.globals.axisCharts) {
+ if (w.config.xaxis.crosshairs.position === 'back') {
+ var crosshairs = new Crosshairs(this.ctx);
+ crosshairs.drawXCrosshairs();
+ }
+
+ if (w.config.yaxis[0].crosshairs.position === 'back') {
+ var _crosshairs = new Crosshairs(this.ctx);
+
+ _crosshairs.drawYCrosshairs();
+ }
+
+ if (w.config.xaxis.type === 'datetime' && w.config.xaxis.labels.formatter === undefined) {
+ this.ctx.timeScale = new TimeScale(this.ctx);
+ var formattedTimeScale = [];
+
+ if (isFinite(w.globals.minX) && isFinite(w.globals.maxX) && !w.globals.isBarHorizontal) {
+ formattedTimeScale = this.ctx.timeScale.calculateTimeScaleTicks(w.globals.minX, w.globals.maxX);
+ } else if (w.globals.isBarHorizontal) {
+ formattedTimeScale = this.ctx.timeScale.calculateTimeScaleTicks(w.globals.minY, w.globals.maxY);
+ }
+
+ this.ctx.timeScale.recalcDimensionsBasedOnFormat(formattedTimeScale);
+ }
+
+ var coreUtils = new CoreUtils(this.ctx);
+ xyRatios = coreUtils.getCalculatedRatios();
+ }
+
+ return xyRatios;
+ }
+ }, {
+ key: "updateSourceChart",
+ value: function updateSourceChart(targetChart) {
+ this.ctx.w.globals.selection = undefined;
+
+ this.ctx.updateHelpers._updateOptions({
+ chart: {
+ selection: {
+ xaxis: {
+ min: targetChart.w.globals.minX,
+ max: targetChart.w.globals.maxX
+ }
+ }
+ }
+ }, false, false);
+ }
+ }, {
+ key: "setupBrushHandler",
+ value: function setupBrushHandler() {
+ var _this2 = this;
+
+ var w = this.w; // only for brush charts
+
+ if (!w.config.chart.brush.enabled) {
+ return;
+ } // if user has not defined a custom function for selection - we handle the brush chart
+ // otherwise we leave it to the user to define the functionality for selection
+
+
+ if (typeof w.config.chart.events.selection !== 'function') {
+ var targets = w.config.chart.brush.targets || [w.config.chart.brush.target]; // retro compatibility with single target option
+
+ targets.forEach(function (target) {
+ var targetChart = ApexCharts.getChartByID(target);
+ targetChart.w.globals.brushSource = _this2.ctx;
+
+ if (typeof targetChart.w.config.chart.events.zoomed !== 'function') {
+ targetChart.w.config.chart.events.zoomed = function () {
+ _this2.updateSourceChart(targetChart);
+ };
+ }
+
+ if (typeof targetChart.w.config.chart.events.scrolled !== 'function') {
+ targetChart.w.config.chart.events.scrolled = function () {
+ _this2.updateSourceChart(targetChart);
+ };
+ }
+ });
+
+ w.config.chart.events.selection = function (chart, e) {
+ targets.forEach(function (target) {
+ var targetChart = ApexCharts.getChartByID(target);
+ var yaxis = Utils$1.clone(w.config.yaxis);
+
+ if (w.config.chart.brush.autoScaleYaxis && targetChart.w.globals.series.length === 1) {
+ var scale = new Range$1(targetChart);
+ yaxis = scale.autoScaleY(targetChart, yaxis, e);
+ }
+
+ var multipleYaxis = targetChart.w.config.yaxis.reduce(function (acc, curr, index) {
+ return [].concat(_toConsumableArray(acc), [_objectSpread2(_objectSpread2({}, targetChart.w.config.yaxis[index]), {}, {
+ min: yaxis[0].min,
+ max: yaxis[0].max
+ })]);
+ }, []);
+
+ targetChart.ctx.updateHelpers._updateOptions({
+ xaxis: {
+ min: e.xaxis.min,
+ max: e.xaxis.max
+ },
+ yaxis: multipleYaxis
+ }, false, false, false, false);
+ });
+ };
+ }
+ }
+ }]);
+
+ return Core;
+ }();
+
+ var UpdateHelpers = /*#__PURE__*/function () {
+ function UpdateHelpers(ctx) {
+ _classCallCheck(this, UpdateHelpers);
+
+ this.ctx = ctx;
+ this.w = ctx.w;
+ }
+ /**
+ * private method to update Options.
+ *
+ * @param {object} options - A new config object can be passed which will be merged with the existing config object
+ * @param {boolean} redraw - should redraw from beginning or should use existing paths and redraw from there
+ * @param {boolean} animate - should animate or not on updating Options
+ * @param {boolean} overwriteInitialConfig - should update the initial config or not
+ */
+
+
+ _createClass(UpdateHelpers, [{
+ key: "_updateOptions",
+ value: function _updateOptions(options) {
+ var _this = this;
+
+ var redraw = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : false;
+ var animate = arguments.length > 2 && arguments[2] !== undefined ? arguments[2] : true;
+ var updateSyncedCharts = arguments.length > 3 && arguments[3] !== undefined ? arguments[3] : true;
+ var overwriteInitialConfig = arguments.length > 4 && arguments[4] !== undefined ? arguments[4] : false;
+ var charts = [this.ctx];
+
+ if (updateSyncedCharts) {
+ charts = this.ctx.getSyncedCharts();
+ }
+
+ if (this.ctx.w.globals.isExecCalled) {
+ // If the user called exec method, we don't want to get grouped charts as user specifically provided a chartID to update
+ charts = [this.ctx];
+ this.ctx.w.globals.isExecCalled = false;
+ }
+
+ charts.forEach(function (ch) {
+ var w = ch.w;
+ w.globals.shouldAnimate = animate;
+
+ if (!redraw) {
+ w.globals.resized = true;
+ w.globals.dataChanged = true;
+
+ if (animate) {
+ ch.series.getPreviousPaths();
+ }
+ }
+
+ if (options && _typeof(options) === 'object') {
+ ch.config = new Config(options);
+ options = CoreUtils.extendArrayProps(ch.config, options, w); // fixes #914, #623
+
+ if (ch.w.globals.chartID !== _this.ctx.w.globals.chartID) {
+ // don't overwrite series of synchronized charts
+ delete options.series;
+ }
+
+ w.config = Utils$1.extend(w.config, options);
+
+ if (overwriteInitialConfig) {
+ // we need to forget the lastXAxis and lastYAxis is user forcefully overwriteInitialConfig. If we do not do this, and next time when user zooms the chart after setting yaxis.min/max or xaxis.min/max - the stored lastXAxis will never allow the chart to use the updated min/max by user.
+ w.globals.lastXAxis = options.xaxis ? Utils$1.clone(options.xaxis) : [];
+ w.globals.lastYAxis = options.yaxis ? Utils$1.clone(options.yaxis) : []; // After forgetting lastAxes, we need to restore the new config in initialConfig/initialSeries
+
+ w.globals.initialConfig = Utils$1.extend({}, w.config);
+ w.globals.initialSeries = Utils$1.clone(w.config.series);
+ }
+ }
+
+ return ch.update(options);
+ });
+ }
+ /**
+ * Private method to update Series.
+ *
+ * @param {array} series - New series which will override the existing
+ */
+
+ }, {
+ key: "_updateSeries",
+ value: function _updateSeries(newSeries, animate) {
+ var _this2 = this;
+
+ var overwriteInitialSeries = arguments.length > 2 && arguments[2] !== undefined ? arguments[2] : false;
+ var w = this.w;
+ w.globals.shouldAnimate = animate;
+ w.globals.dataChanged = true;
+
+ if (animate) {
+ this.ctx.series.getPreviousPaths();
+ }
+
+ var existingSeries; // axis charts
+
+ if (w.globals.axisCharts) {
+ existingSeries = newSeries.map(function (s, i) {
+ return _this2._extendSeries(s, i);
+ });
+
+ if (existingSeries.length === 0) {
+ existingSeries = [{
+ data: []
+ }];
+ }
+
+ w.config.series = existingSeries;
+ } else {
+ // non-axis chart (pie/radialbar)
+ w.config.series = newSeries.slice();
+ }
+
+ if (overwriteInitialSeries) {
+ w.globals.initialSeries = Utils$1.clone(w.config.series);
+ }
+
+ return this.ctx.update();
+ }
+ }, {
+ key: "_extendSeries",
+ value: function _extendSeries(s, i) {
+ var w = this.w;
+ var ser = w.config.series[i];
+ return _objectSpread2(_objectSpread2({}, w.config.series[i]), {}, {
+ name: s.name ? s.name : ser && ser.name,
+ color: s.color ? s.color : ser && ser.color,
+ type: s.type ? s.type : ser && ser.type,
+ data: s.data ? s.data : ser && ser.data
+ });
+ }
+ }, {
+ key: "toggleDataPointSelection",
+ value: function toggleDataPointSelection(seriesIndex, dataPointIndex) {
+ var w = this.w;
+ var elPath = null;
+ var parent = ".apexcharts-series[data\\:realIndex='".concat(seriesIndex, "']");
+
+ if (w.globals.axisCharts) {
+ elPath = w.globals.dom.Paper.select("".concat(parent, " path[j='").concat(dataPointIndex, "'], ").concat(parent, " circle[j='").concat(dataPointIndex, "'], ").concat(parent, " rect[j='").concat(dataPointIndex, "']")).members[0];
+ } else {
+ // dataPointIndex will be undefined here, hence using seriesIndex
+ if (typeof dataPointIndex === 'undefined') {
+ elPath = w.globals.dom.Paper.select("".concat(parent, " path[j='").concat(seriesIndex, "']")).members[0];
+
+ if (w.config.chart.type === 'pie' || w.config.chart.type === 'polarArea' || w.config.chart.type === 'donut') {
+ this.ctx.pie.pieClicked(seriesIndex);
+ }
+ }
+ }
+
+ if (elPath) {
+ var graphics = new Graphics(this.ctx);
+ graphics.pathMouseDown(elPath, null);
+ } else {
+ console.warn('toggleDataPointSelection: Element not found');
+ return null;
+ }
+
+ return elPath.node ? elPath.node : null;
+ }
+ }, {
+ key: "forceXAxisUpdate",
+ value: function forceXAxisUpdate(options) {
+ var w = this.w;
+ var minmax = ['min', 'max'];
+ minmax.forEach(function (a) {
+ if (typeof options.xaxis[a] !== 'undefined') {
+ w.config.xaxis[a] = options.xaxis[a];
+ w.globals.lastXAxis[a] = options.xaxis[a];
+ }
+ });
+
+ if (options.xaxis.categories && options.xaxis.categories.length) {
+ w.config.xaxis.categories = options.xaxis.categories;
+ }
+
+ if (w.config.xaxis.convertedCatToNumeric) {
+ var defaults = new Defaults(options);
+ options = defaults.convertCatToNumericXaxis(options, this.ctx);
+ }
+
+ return options;
+ }
+ }, {
+ key: "forceYAxisUpdate",
+ value: function forceYAxisUpdate(options) {
+ var w = this.w;
+
+ if (w.config.chart.stacked && w.config.chart.stackType === '100%') {
+ if (Array.isArray(options.yaxis)) {
+ options.yaxis.forEach(function (yaxe, index) {
+ options.yaxis[index].min = 0;
+ options.yaxis[index].max = 100;
+ });
+ } else {
+ options.yaxis.min = 0;
+ options.yaxis.max = 100;
+ }
+ }
+
+ return options;
+ }
+ /**
+ * This function reverts the yaxis and xaxis min/max values to what it was when the chart was defined.
+ * This function fixes an important bug where a user might load a new series after zooming in/out of previous series which resulted in wrong min/max
+ * Also, this should never be called internally on zoom/pan - the reset should only happen when user calls the updateSeries() function externally
+ * The function also accepts an object {xaxis, yaxis} which when present is set as the new xaxis/yaxis
+ */
+
+ }, {
+ key: "revertDefaultAxisMinMax",
+ value: function revertDefaultAxisMinMax(opts) {
+ var _this3 = this;
+
+ var w = this.w;
+ var xaxis = w.globals.lastXAxis;
+ var yaxis = w.globals.lastYAxis;
+
+ if (opts && opts.xaxis) {
+ xaxis = opts.xaxis;
+ }
+
+ if (opts && opts.yaxis) {
+ yaxis = opts.yaxis;
+ }
+
+ w.config.xaxis.min = xaxis.min;
+ w.config.xaxis.max = xaxis.max;
+
+ var getLastYAxis = function getLastYAxis(index) {
+ if (typeof yaxis[index] !== 'undefined') {
+ w.config.yaxis[index].min = yaxis[index].min;
+ w.config.yaxis[index].max = yaxis[index].max;
+ }
+ };
+
+ w.config.yaxis.map(function (yaxe, index) {
+ if (w.globals.zoomed) {
+ // user has zoomed, check the last yaxis
+ getLastYAxis(index);
+ } else {
+ // user hasn't zoomed, check the last yaxis first
+ if (typeof yaxis[index] !== 'undefined') {
+ getLastYAxis(index);
+ } else {
+ // if last y-axis don't exist, check the original yaxis
+ if (typeof _this3.ctx.opts.yaxis[index] !== 'undefined') {
+ yaxe.min = _this3.ctx.opts.yaxis[index].min;
+ yaxe.max = _this3.ctx.opts.yaxis[index].max;
+ }
+ }
+ }
+ });
+ }
+ }]);
+
+ return UpdateHelpers;
+ }();
+
+ (function (root, factory) {
+ /* istanbul ignore next */
+ if (typeof define === 'function' && define.amd) {
+ define(function () {
+ return factory(root, root.document);
+ });
+ /* below check fixes #412 */
+ } else if ((typeof exports === "undefined" ? "undefined" : _typeof(exports)) === 'object' && typeof module !== 'undefined') {
+ module.exports = root.document ? factory(root, root.document) : function (w) {
+ return factory(w, w.document);
+ };
+ } else {
+ root.SVG = factory(root, root.document);
+ }
+ })(typeof window !== 'undefined' ? window : undefined, function (window, document) {
+ // Find global reference - uses 'this' by default when available,
+ // falls back to 'window' otherwise (for bundlers like Webpack)
+ var globalRef = typeof this !== 'undefined' ? this : window; // The main wrapping element
+
+ var SVG = globalRef.SVG = function (element) {
+ if (SVG.supported) {
+ element = new SVG.Doc(element);
+
+ if (!SVG.parser.draw) {
+ SVG.prepare();
+ }
+
+ return element;
+ }
+ }; // Default namespaces
+
+
+ SVG.ns = 'http://www.w3.org/2000/svg';
+ SVG.xmlns = 'http://www.w3.org/2000/xmlns/';
+ SVG.xlink = 'http://www.w3.org/1999/xlink';
+ SVG.svgjs = 'http://svgjs.dev'; // Svg support test
+
+ SVG.supported = function () {
+ return true; // !!document.createElementNS &&
+ // !! document.createElementNS(SVG.ns,'svg').createSVGRect
+ }(); // Don't bother to continue if SVG is not supported
+
+
+ if (!SVG.supported) return false; // Element id sequence
+
+ SVG.did = 1000; // Get next named element id
+
+ SVG.eid = function (name) {
+ return 'Svgjs' + capitalize(name) + SVG.did++;
+ }; // Method for element creation
+
+
+ SVG.create = function (name) {
+ // create element
+ var element = document.createElementNS(this.ns, name); // apply unique id
+
+ element.setAttribute('id', this.eid(name));
+ return element;
+ }; // Method for extending objects
+
+
+ SVG.extend = function () {
+ var modules, methods; // Get list of modules
+
+ modules = [].slice.call(arguments); // Get object with extensions
+
+ methods = modules.pop();
+
+ for (var i = modules.length - 1; i >= 0; i--) {
+ if (modules[i]) {
+ for (var key in methods) {
+ modules[i].prototype[key] = methods[key];
+ }
+ }
+ } // Make sure SVG.Set inherits any newly added methods
+
+
+ if (SVG.Set && SVG.Set.inherit) {
+ SVG.Set.inherit();
+ }
+ }; // Invent new element
+
+
+ SVG.invent = function (config) {
+ // Create element initializer
+ var initializer = typeof config.create === 'function' ? config.create : function () {
+ this.constructor.call(this, SVG.create(config.create));
+ }; // Inherit prototype
+
+ if (config.inherit) {
+ initializer.prototype = new config.inherit();
+ } // Extend with methods
+
+
+ if (config.extend) {
+ SVG.extend(initializer, config.extend);
+ } // Attach construct method to parent
+
+
+ if (config.construct) {
+ SVG.extend(config.parent || SVG.Container, config.construct);
+ }
+
+ return initializer;
+ }; // Adopt existing svg elements
+
+
+ SVG.adopt = function (node) {
+ // check for presence of node
+ if (!node) return null; // make sure a node isn't already adopted
+
+ if (node.instance) return node.instance; // initialize variables
+
+ var element; // adopt with element-specific settings
+
+ if (node.nodeName == 'svg') {
+ element = node.parentNode instanceof window.SVGElement ? new SVG.Nested() : new SVG.Doc();
+ } else if (node.nodeName == 'linearGradient') {
+ element = new SVG.Gradient('linear');
+ } else if (node.nodeName == 'radialGradient') {
+ element = new SVG.Gradient('radial');
+ } else if (SVG[capitalize(node.nodeName)]) {
+ element = new SVG[capitalize(node.nodeName)]();
+ } else {
+ element = new SVG.Element(node);
+ } // ensure references
+
+
+ element.type = node.nodeName;
+ element.node = node;
+ node.instance = element; // SVG.Class specific preparations
+
+ if (element instanceof SVG.Doc) {
+ element.namespace().defs();
+ } // pull svgjs data from the dom (getAttributeNS doesn't work in html5)
+
+
+ element.setData(JSON.parse(node.getAttribute('svgjs:data')) || {});
+ return element;
+ }; // Initialize parsing element
+
+
+ SVG.prepare = function () {
+ // Select document body and create invisible svg element
+ var body = document.getElementsByTagName('body')[0],
+ draw = (body ? new SVG.Doc(body) : SVG.adopt(document.documentElement).nested()).size(2, 0); // Create parser object
+
+ SVG.parser = {
+ body: body || document.documentElement,
+ draw: draw.style('opacity:0;position:absolute;left:-100%;top:-100%;overflow:hidden').node,
+ poly: draw.polyline().node,
+ path: draw.path().node,
+ native: SVG.create('svg')
+ };
+ };
+
+ SVG.parser = {
+ native: SVG.create('svg')
+ };
+ document.addEventListener('DOMContentLoaded', function () {
+ if (!SVG.parser.draw) {
+ SVG.prepare();
+ }
+ }, false); // Storage for regular expressions
+
+ SVG.regex = {
+ // Parse unit value
+ numberAndUnit: /^([+-]?(\d+(\.\d*)?|\.\d+)(e[+-]?\d+)?)([a-z%]*)$/i,
+ // Parse hex value
+ hex: /^#?([a-f\d]{2})([a-f\d]{2})([a-f\d]{2})$/i,
+ // Parse rgb value
+ rgb: /rgb\((\d+),(\d+),(\d+)\)/,
+ // Parse reference id
+ reference: /#([a-z0-9\-_]+)/i,
+ // splits a transformation chain
+ transforms: /\)\s*,?\s*/,
+ // Whitespace
+ whitespace: /\s/g,
+ // Test hex value
+ isHex: /^#[a-f0-9]{3,6}$/i,
+ // Test rgb value
+ isRgb: /^rgb\(/,
+ // Test css declaration
+ isCss: /[^:]+:[^;]+;?/,
+ // Test for blank string
+ isBlank: /^(\s+)?$/,
+ // Test for numeric string
+ isNumber: /^[+-]?(\d+(\.\d*)?|\.\d+)(e[+-]?\d+)?$/i,
+ // Test for percent value
+ isPercent: /^-?[\d\.]+%$/,
+ // Test for image url
+ isImage: /\.(jpg|jpeg|png|gif|svg)(\?[^=]+.*)?/i,
+ // split at whitespace and comma
+ delimiter: /[\s,]+/,
+ // The following regex are used to parse the d attribute of a path
+ // Matches all hyphens which are not after an exponent
+ hyphen: /([^e])\-/gi,
+ // Replaces and tests for all path letters
+ pathLetters: /[MLHVCSQTAZ]/gi,
+ // yes we need this one, too
+ isPathLetter: /[MLHVCSQTAZ]/i,
+ // matches 0.154.23.45
+ numbersWithDots: /((\d?\.\d+(?:e[+-]?\d+)?)((?:\.\d+(?:e[+-]?\d+)?)+))+/gi,
+ // matches .
+ dots: /\./g
+ };
+ SVG.utils = {
+ // Map function
+ map: function map(array, block) {
+ var il = array.length,
+ result = [];
+
+ for (var i = 0; i < il; i++) {
+ result.push(block(array[i]));
+ }
+
+ return result;
+ },
+ // Filter function
+ filter: function filter(array, block) {
+ var il = array.length,
+ result = [];
+
+ for (var i = 0; i < il; i++) {
+ if (block(array[i])) {
+ result.push(array[i]);
+ }
+ }
+
+ return result;
+ },
+ filterSVGElements: function filterSVGElements(nodes) {
+ return this.filter(nodes, function (el) {
+ return el instanceof window.SVGElement;
+ });
+ }
+ };
+ SVG.defaults = {
+ // Default attribute values
+ attrs: {
+ // fill and stroke
+ 'fill-opacity': 1,
+ 'stroke-opacity': 1,
+ 'stroke-width': 0,
+ 'stroke-linejoin': 'miter',
+ 'stroke-linecap': 'butt',
+ fill: '#000000',
+ stroke: '#000000',
+ opacity: 1,
+ // position
+ x: 0,
+ y: 0,
+ cx: 0,
+ cy: 0,
+ // size
+ width: 0,
+ height: 0,
+ // radius
+ r: 0,
+ rx: 0,
+ ry: 0,
+ // gradient
+ offset: 0,
+ 'stop-opacity': 1,
+ 'stop-color': '#000000',
+ // text
+ 'font-size': 16,
+ 'font-family': 'Helvetica, Arial, sans-serif',
+ 'text-anchor': 'start'
+ }
+ }; // Module for color convertions
+
+ SVG.Color = function (color) {
+ var match; // initialize defaults
+
+ this.r = 0;
+ this.g = 0;
+ this.b = 0;
+ if (!color) return; // parse color
+
+ if (typeof color === 'string') {
+ if (SVG.regex.isRgb.test(color)) {
+ // get rgb values
+ match = SVG.regex.rgb.exec(color.replace(SVG.regex.whitespace, '')); // parse numeric values
+
+ this.r = parseInt(match[1]);
+ this.g = parseInt(match[2]);
+ this.b = parseInt(match[3]);
+ } else if (SVG.regex.isHex.test(color)) {
+ // get hex values
+ match = SVG.regex.hex.exec(fullHex(color)); // parse numeric values
+
+ this.r = parseInt(match[1], 16);
+ this.g = parseInt(match[2], 16);
+ this.b = parseInt(match[3], 16);
+ }
+ } else if (_typeof(color) === 'object') {
+ this.r = color.r;
+ this.g = color.g;
+ this.b = color.b;
+ }
+ };
+
+ SVG.extend(SVG.Color, {
+ // Default to hex conversion
+ toString: function toString() {
+ return this.toHex();
+ },
+ // Build hex value
+ toHex: function toHex() {
+ return '#' + compToHex(this.r) + compToHex(this.g) + compToHex(this.b);
+ },
+ // Build rgb value
+ toRgb: function toRgb() {
+ return 'rgb(' + [this.r, this.g, this.b].join() + ')';
+ },
+ // Calculate true brightness
+ brightness: function brightness() {
+ return this.r / 255 * 0.30 + this.g / 255 * 0.59 + this.b / 255 * 0.11;
+ },
+ // Make color morphable
+ morph: function morph(color) {
+ this.destination = new SVG.Color(color);
+ return this;
+ },
+ // Get morphed color at given position
+ at: function at(pos) {
+ // make sure a destination is defined
+ if (!this.destination) return this; // normalise pos
+
+ pos = pos < 0 ? 0 : pos > 1 ? 1 : pos; // generate morphed color
+
+ return new SVG.Color({
+ r: ~~(this.r + (this.destination.r - this.r) * pos),
+ g: ~~(this.g + (this.destination.g - this.g) * pos),
+ b: ~~(this.b + (this.destination.b - this.b) * pos)
+ });
+ }
+ }); // Testers
+ // Test if given value is a color string
+
+ SVG.Color.test = function (color) {
+ color += '';
+ return SVG.regex.isHex.test(color) || SVG.regex.isRgb.test(color);
+ }; // Test if given value is a rgb object
+
+
+ SVG.Color.isRgb = function (color) {
+ return color && typeof color.r === 'number' && typeof color.g === 'number' && typeof color.b === 'number';
+ }; // Test if given value is a color
+
+
+ SVG.Color.isColor = function (color) {
+ return SVG.Color.isRgb(color) || SVG.Color.test(color);
+ }; // Module for array conversion
+
+
+ SVG.Array = function (array, fallback) {
+ array = (array || []).valueOf(); // if array is empty and fallback is provided, use fallback
+
+ if (array.length == 0 && fallback) {
+ array = fallback.valueOf();
+ } // parse array
+
+
+ this.value = this.parse(array);
+ };
+
+ SVG.extend(SVG.Array, {
+ // Convert array to string
+ toString: function toString() {
+ return this.value.join(' ');
+ },
+ // Real value
+ valueOf: function valueOf() {
+ return this.value;
+ },
+ // Parse whitespace separated string
+ parse: function parse(array) {
+ array = array.valueOf(); // if already is an array, no need to parse it
+
+ if (Array.isArray(array)) return array;
+ return this.split(array);
+ }
+ }); // Poly points array
+
+ SVG.PointArray = function (array, fallback) {
+ SVG.Array.call(this, array, fallback || [[0, 0]]);
+ }; // Inherit from SVG.Array
+
+
+ SVG.PointArray.prototype = new SVG.Array();
+ SVG.PointArray.prototype.constructor = SVG.PointArray;
+ var pathHandlers = {
+ M: function M(c, p, p0) {
+ p.x = p0.x = c[0];
+ p.y = p0.y = c[1];
+ return ['M', p.x, p.y];
+ },
+ L: function L(c, p) {
+ p.x = c[0];
+ p.y = c[1];
+ return ['L', c[0], c[1]];
+ },
+ H: function H(c, p) {
+ p.x = c[0];
+ return ['H', c[0]];
+ },
+ V: function V(c, p) {
+ p.y = c[0];
+ return ['V', c[0]];
+ },
+ C: function C(c, p) {
+ p.x = c[4];
+ p.y = c[5];
+ return ['C', c[0], c[1], c[2], c[3], c[4], c[5]];
+ },
+ Q: function Q(c, p) {
+ p.x = c[2];
+ p.y = c[3];
+ return ['Q', c[0], c[1], c[2], c[3]];
+ },
+ Z: function Z(c, p, p0) {
+ p.x = p0.x;
+ p.y = p0.y;
+ return ['Z'];
+ }
+ };
+ var mlhvqtcsa = 'mlhvqtcsaz'.split('');
+
+ for (var i = 0, il = mlhvqtcsa.length; i < il; ++i) {
+ pathHandlers[mlhvqtcsa[i]] = function (i) {
+ return function (c, p, p0) {
+ if (i == 'H') c[0] = c[0] + p.x;else if (i == 'V') c[0] = c[0] + p.y;else if (i == 'A') {
+ c[5] = c[5] + p.x, c[6] = c[6] + p.y;
+ } else {
+ for (var j = 0, jl = c.length; j < jl; ++j) {
+ c[j] = c[j] + (j % 2 ? p.y : p.x);
+ }
+ }
+ return pathHandlers[i](c, p, p0);
+ };
+ }(mlhvqtcsa[i].toUpperCase());
+ } // Path points array
+
+
+ SVG.PathArray = function (array, fallback) {
+ SVG.Array.call(this, array, fallback || [['M', 0, 0]]);
+ }; // Inherit from SVG.Array
+
+
+ SVG.PathArray.prototype = new SVG.Array();
+ SVG.PathArray.prototype.constructor = SVG.PathArray;
+ SVG.extend(SVG.PathArray, {
+ // Convert array to string
+ toString: function toString() {
+ return arrayToString(this.value);
+ },
+ // Move path string
+ move: function move(x, y) {
+ // get bounding box of current situation
+ var box = this.bbox(); // get relative offset
+
+ x -= box.x;
+ y -= box.y;
+ return this;
+ },
+ // Get morphed path array at given position
+ at: function at(pos) {
+ // make sure a destination is defined
+ if (!this.destination) return this;
+ var sourceArray = this.value,
+ destinationArray = this.destination.value,
+ array = [],
+ pathArray = new SVG.PathArray(),
+ il,
+ jl; // Animate has specified in the SVG spec
+ // See: https://www.w3.org/TR/SVG11/paths.html#PathElement
+
+ for (var i = 0, il = sourceArray.length; i < il; i++) {
+ array[i] = [sourceArray[i][0]];
+
+ for (var j = 1, jl = sourceArray[i].length; j < jl; j++) {
+ array[i][j] = sourceArray[i][j] + (destinationArray[i][j] - sourceArray[i][j]) * pos;
+ } // For the two flags of the elliptical arc command, the SVG spec say:
+ // Flags and booleans are interpolated as fractions between zero and one, with any non-zero value considered to be a value of one/true
+ // Elliptical arc command as an array followed by corresponding indexes:
+ // ['A', rx, ry, x-axis-rotation, large-arc-flag, sweep-flag, x, y]
+ // 0 1 2 3 4 5 6 7
+
+
+ if (array[i][0] === 'A') {
+ array[i][4] = +(array[i][4] != 0);
+ array[i][5] = +(array[i][5] != 0);
+ }
+ } // Directly modify the value of a path array, this is done this way for performance
+
+
+ pathArray.value = array;
+ return pathArray;
+ },
+ // Absolutize and parse path to array
+ parse: function parse(array) {
+ // if it's already a patharray, no need to parse it
+ if (array instanceof SVG.PathArray) return array.valueOf(); // prepare for parsing
+
+ var s,
+ arr,
+ paramCnt = {
+ 'M': 2,
+ 'L': 2,
+ 'H': 1,
+ 'V': 1,
+ 'C': 6,
+ 'S': 4,
+ 'Q': 4,
+ 'T': 2,
+ 'A': 7,
+ 'Z': 0
+ };
+
+ if (typeof array === 'string') {
+ array = array.replace(SVG.regex.numbersWithDots, pathRegReplace) // convert 45.123.123 to 45.123 .123
+ .replace(SVG.regex.pathLetters, ' $& ') // put some room between letters and numbers
+ .replace(SVG.regex.hyphen, '$1 -') // add space before hyphen
+ .trim() // trim
+ .split(SVG.regex.delimiter); // split into array
+ } else {
+ array = array.reduce(function (prev, curr) {
+ return [].concat.call(prev, curr);
+ }, []);
+ } // array now is an array containing all parts of a path e.g. ['M', '0', '0', 'L', '30', '30' ...]
+
+
+ var arr = [],
+ p = new SVG.Point(),
+ p0 = new SVG.Point(),
+ index = 0,
+ len = array.length;
+
+ do {
+ // Test if we have a path letter
+ if (SVG.regex.isPathLetter.test(array[index])) {
+ s = array[index];
+ ++index; // If last letter was a move command and we got no new, it defaults to [L]ine
+ } else if (s == 'M') {
+ s = 'L';
+ } else if (s == 'm') {
+ s = 'l';
+ }
+
+ arr.push(pathHandlers[s].call(null, array.slice(index, index = index + paramCnt[s.toUpperCase()]).map(parseFloat), p, p0));
+ } while (len > index);
+
+ return arr;
+ },
+ // Get bounding box of path
+ bbox: function bbox() {
+ if (!SVG.parser.draw) {
+ SVG.prepare();
+ }
+
+ SVG.parser.path.setAttribute('d', this.toString());
+ return SVG.parser.path.getBBox();
+ }
+ }); // Module for unit convertions
+
+ SVG.Number = SVG.invent({
+ // Initialize
+ create: function create(value, unit) {
+ // initialize defaults
+ this.value = 0;
+ this.unit = unit || ''; // parse value
+
+ if (typeof value === 'number') {
+ // ensure a valid numeric value
+ this.value = isNaN(value) ? 0 : !isFinite(value) ? value < 0 ? -3.4e+38 : +3.4e+38 : value;
+ } else if (typeof value === 'string') {
+ unit = value.match(SVG.regex.numberAndUnit);
+
+ if (unit) {
+ // make value numeric
+ this.value = parseFloat(unit[1]); // normalize
+
+ if (unit[5] == '%') {
+ this.value /= 100;
+ } else if (unit[5] == 's') {
+ this.value *= 1000;
+ } // store unit
+
+
+ this.unit = unit[5];
+ }
+ } else {
+ if (value instanceof SVG.Number) {
+ this.value = value.valueOf();
+ this.unit = value.unit;
+ }
+ }
+ },
+ // Add methods
+ extend: {
+ // Stringalize
+ toString: function toString() {
+ return (this.unit == '%' ? ~~(this.value * 1e8) / 1e6 : this.unit == 's' ? this.value / 1e3 : this.value) + this.unit;
+ },
+ toJSON: function toJSON() {
+ return this.toString();
+ },
+ // Convert to primitive
+ valueOf: function valueOf() {
+ return this.value;
+ },
+ // Add number
+ plus: function plus(number) {
+ number = new SVG.Number(number);
+ return new SVG.Number(this + number, this.unit || number.unit);
+ },
+ // Subtract number
+ minus: function minus(number) {
+ number = new SVG.Number(number);
+ return new SVG.Number(this - number, this.unit || number.unit);
+ },
+ // Multiply number
+ times: function times(number) {
+ number = new SVG.Number(number);
+ return new SVG.Number(this * number, this.unit || number.unit);
+ },
+ // Divide number
+ divide: function divide(number) {
+ number = new SVG.Number(number);
+ return new SVG.Number(this / number, this.unit || number.unit);
+ },
+ // Convert to different unit
+ to: function to(unit) {
+ var number = new SVG.Number(this);
+
+ if (typeof unit === 'string') {
+ number.unit = unit;
+ }
+
+ return number;
+ },
+ // Make number morphable
+ morph: function morph(number) {
+ this.destination = new SVG.Number(number);
+
+ if (number.relative) {
+ this.destination.value += this.value;
+ }
+
+ return this;
+ },
+ // Get morphed number at given position
+ at: function at(pos) {
+ // Make sure a destination is defined
+ if (!this.destination) return this; // Generate new morphed number
+
+ return new SVG.Number(this.destination).minus(this).times(pos).plus(this);
+ }
+ }
+ });
+ SVG.Element = SVG.invent({
+ // Initialize node
+ create: function create(node) {
+ // make stroke value accessible dynamically
+ this._stroke = SVG.defaults.attrs.stroke;
+ this._event = null; // initialize data object
+
+ this.dom = {}; // create circular reference
+
+ if (this.node = node) {
+ this.type = node.nodeName;
+ this.node.instance = this; // store current attribute value
+
+ this._stroke = node.getAttribute('stroke') || this._stroke;
+ }
+ },
+ // Add class methods
+ extend: {
+ // Move over x-axis
+ x: function x(_x) {
+ return this.attr('x', _x);
+ },
+ // Move over y-axis
+ y: function y(_y) {
+ return this.attr('y', _y);
+ },
+ // Move by center over x-axis
+ cx: function cx(x) {
+ return x == null ? this.x() + this.width() / 2 : this.x(x - this.width() / 2);
+ },
+ // Move by center over y-axis
+ cy: function cy(y) {
+ return y == null ? this.y() + this.height() / 2 : this.y(y - this.height() / 2);
+ },
+ // Move element to given x and y values
+ move: function move(x, y) {
+ return this.x(x).y(y);
+ },
+ // Move element by its center
+ center: function center(x, y) {
+ return this.cx(x).cy(y);
+ },
+ // Set width of element
+ width: function width(_width) {
+ return this.attr('width', _width);
+ },
+ // Set height of element
+ height: function height(_height) {
+ return this.attr('height', _height);
+ },
+ // Set element size to given width and height
+ size: function size(width, height) {
+ var p = proportionalSize(this, width, height);
+ return this.width(new SVG.Number(p.width)).height(new SVG.Number(p.height));
+ },
+ // Clone element
+ clone: function clone(parent) {
+ // write dom data to the dom so the clone can pickup the data
+ this.writeDataToDom(); // clone element and assign new id
+
+ var clone = assignNewId(this.node.cloneNode(true)); // insert the clone in the given parent or after myself
+
+ if (parent) parent.add(clone);else this.after(clone);
+ return clone;
+ },
+ // Remove element
+ remove: function remove() {
+ if (this.parent()) {
+ this.parent().removeElement(this);
+ }
+
+ return this;
+ },
+ // Replace element
+ replace: function replace(element) {
+ this.after(element).remove();
+ return element;
+ },
+ // Add element to given container and return self
+ addTo: function addTo(parent) {
+ return parent.put(this);
+ },
+ // Add element to given container and return container
+ putIn: function putIn(parent) {
+ return parent.add(this);
+ },
+ // Get / set id
+ id: function id(_id) {
+ return this.attr('id', _id);
+ },
+ // Show element
+ show: function show() {
+ return this.style('display', '');
+ },
+ // Hide element
+ hide: function hide() {
+ return this.style('display', 'none');
+ },
+ // Is element visible?
+ visible: function visible() {
+ return this.style('display') != 'none';
+ },
+ // Return id on string conversion
+ toString: function toString() {
+ return this.attr('id');
+ },
+ // Return array of classes on the node
+ classes: function classes() {
+ var attr = this.attr('class');
+ return attr == null ? [] : attr.trim().split(SVG.regex.delimiter);
+ },
+ // Return true if class exists on the node, false otherwise
+ hasClass: function hasClass(name) {
+ return this.classes().indexOf(name) != -1;
+ },
+ // Add class to the node
+ addClass: function addClass(name) {
+ if (!this.hasClass(name)) {
+ var array = this.classes();
+ array.push(name);
+ this.attr('class', array.join(' '));
+ }
+
+ return this;
+ },
+ // Remove class from the node
+ removeClass: function removeClass(name) {
+ if (this.hasClass(name)) {
+ this.attr('class', this.classes().filter(function (c) {
+ return c != name;
+ }).join(' '));
+ }
+
+ return this;
+ },
+ // Toggle the presence of a class on the node
+ toggleClass: function toggleClass(name) {
+ return this.hasClass(name) ? this.removeClass(name) : this.addClass(name);
+ },
+ // Get referenced element form attribute value
+ reference: function reference(attr) {
+ return SVG.get(this.attr(attr));
+ },
+ // Returns the parent element instance
+ parent: function parent(type) {
+ var parent = this; // check for parent
+
+ if (!parent.node.parentNode) return null; // get parent element
+
+ parent = SVG.adopt(parent.node.parentNode);
+ if (!type) return parent; // loop trough ancestors if type is given
+
+ while (parent && parent.node instanceof window.SVGElement) {
+ if (typeof type === 'string' ? parent.matches(type) : parent instanceof type) return parent;
+ if (!parent.node.parentNode || parent.node.parentNode.nodeName == '#document') return null; // #759, #720
+
+ parent = SVG.adopt(parent.node.parentNode);
+ }
+ },
+ // Get parent document
+ doc: function doc() {
+ return this instanceof SVG.Doc ? this : this.parent(SVG.Doc);
+ },
+ // return array of all ancestors of given type up to the root svg
+ parents: function parents(type) {
+ var parents = [],
+ parent = this;
+
+ do {
+ parent = parent.parent(type);
+ if (!parent || !parent.node) break;
+ parents.push(parent);
+ } while (parent.parent);
+
+ return parents;
+ },
+ // matches the element vs a css selector
+ matches: function matches(selector) {
+ return _matches(this.node, selector);
+ },
+ // Returns the svg node to call native svg methods on it
+ native: function native() {
+ return this.node;
+ },
+ // Import raw svg
+ svg: function svg(_svg) {
+ // create temporary holder
+ var well = document.createElement('svg'); // act as a setter if svg is given
+
+ if (_svg && this instanceof SVG.Parent) {
+ // dump raw svg
+ well.innerHTML = '' + _svg.replace(/\n/, '').replace(/<([\w:-]+)([^<]+?)\/>/g, '<$1$2>$1>') + ' '; // transplant nodes
+
+ for (var i = 0, il = well.firstChild.childNodes.length; i < il; i++) {
+ this.node.appendChild(well.firstChild.firstChild);
+ } // otherwise act as a getter
+
+ } else {
+ // create a wrapping svg element in case of partial content
+ well.appendChild(_svg = document.createElement('svg')); // write svgjs data to the dom
+
+ this.writeDataToDom(); // insert a copy of this node
+
+ _svg.appendChild(this.node.cloneNode(true)); // return target element
+
+
+ return well.innerHTML.replace(/^/, '').replace(/<\/svg>$/, '');
+ }
+
+ return this;
+ },
+ // write svgjs data to the dom
+ writeDataToDom: function writeDataToDom() {
+ // dump variables recursively
+ if (this.each || this.lines) {
+ var fn = this.each ? this : this.lines();
+ fn.each(function () {
+ this.writeDataToDom();
+ });
+ } // remove previously set data
+
+
+ this.node.removeAttribute('svgjs:data');
+
+ if (Object.keys(this.dom).length) {
+ this.node.setAttribute('svgjs:data', JSON.stringify(this.dom));
+ } // see #428
+
+
+ return this;
+ },
+ // set given data to the elements data property
+ setData: function setData(o) {
+ this.dom = o;
+ return this;
+ },
+ is: function is(obj) {
+ return _is(this, obj);
+ }
+ }
+ });
+ SVG.easing = {
+ '-': function _(pos) {
+ return pos;
+ },
+ '<>': function _(pos) {
+ return -Math.cos(pos * Math.PI) / 2 + 0.5;
+ },
+ '>': function _(pos) {
+ return Math.sin(pos * Math.PI / 2);
+ },
+ '<': function _(pos) {
+ return -Math.cos(pos * Math.PI / 2) + 1;
+ }
+ };
+
+ SVG.morph = function (pos) {
+ return function (from, to) {
+ return new SVG.MorphObj(from, to).at(pos);
+ };
+ };
+
+ SVG.Situation = SVG.invent({
+ create: function create(o) {
+ this.init = false;
+ this.reversed = false;
+ this.reversing = false;
+ this.duration = new SVG.Number(o.duration).valueOf();
+ this.delay = new SVG.Number(o.delay).valueOf();
+ this.start = +new Date() + this.delay;
+ this.finish = this.start + this.duration;
+ this.ease = o.ease; // this.loop is incremented from 0 to this.loops
+ // it is also incremented when in an infinite loop (when this.loops is true)
+
+ this.loop = 0;
+ this.loops = false;
+ this.animations = {// functionToCall: [list of morphable objects]
+ // e.g. move: [SVG.Number, SVG.Number]
+ };
+ this.attrs = {// holds all attributes which are not represented from a function svg.js provides
+ // e.g. someAttr: SVG.Number
+ };
+ this.styles = {// holds all styles which should be animated
+ // e.g. fill-color: SVG.Color
+ };
+ this.transforms = [// holds all transformations as transformation objects
+ // e.g. [SVG.Rotate, SVG.Translate, SVG.Matrix]
+ ];
+ this.once = {// functions to fire at a specific position
+ // e.g. "0.5": function foo(){}
+ };
+ }
+ });
+ SVG.FX = SVG.invent({
+ create: function create(element) {
+ this._target = element;
+ this.situations = [];
+ this.active = false;
+ this.situation = null;
+ this.paused = false;
+ this.lastPos = 0;
+ this.pos = 0; // The absolute position of an animation is its position in the context of its complete duration (including delay and loops)
+ // When performing a delay, absPos is below 0 and when performing a loop, its value is above 1
+
+ this.absPos = 0;
+ this._speed = 1;
+ },
+ extend: {
+ /**
+ * sets or returns the target of this animation
+ * @param o object || number In case of Object it holds all parameters. In case of number its the duration of the animation
+ * @param ease function || string Function which should be used for easing or easing keyword
+ * @param delay Number indicating the delay before the animation starts
+ * @return target || this
+ */
+ animate: function animate(o, ease, delay) {
+ if (_typeof(o) === 'object') {
+ ease = o.ease;
+ delay = o.delay;
+ o = o.duration;
+ }
+
+ var situation = new SVG.Situation({
+ duration: o || 1000,
+ delay: delay || 0,
+ ease: SVG.easing[ease || '-'] || ease
+ });
+ this.queue(situation);
+ return this;
+ },
+
+ /**
+ * sets a delay before the next element of the queue is called
+ * @param delay Duration of delay in milliseconds
+ * @return this.target()
+ */
+
+ /**
+ * sets or returns the target of this animation
+ * @param null || target SVG.Element which should be set as new target
+ * @return target || this
+ */
+ target: function target(_target) {
+ if (_target && _target instanceof SVG.Element) {
+ this._target = _target;
+ return this;
+ }
+
+ return this._target;
+ },
+ // returns the absolute position at a given time
+ timeToAbsPos: function timeToAbsPos(timestamp) {
+ return (timestamp - this.situation.start) / (this.situation.duration / this._speed);
+ },
+ // returns the timestamp from a given absolute positon
+ absPosToTime: function absPosToTime(absPos) {
+ return this.situation.duration / this._speed * absPos + this.situation.start;
+ },
+ // starts the animationloop
+ startAnimFrame: function startAnimFrame() {
+ this.stopAnimFrame();
+ this.animationFrame = window.requestAnimationFrame(function () {
+ this.step();
+ }.bind(this));
+ },
+ // cancels the animationframe
+ stopAnimFrame: function stopAnimFrame() {
+ window.cancelAnimationFrame(this.animationFrame);
+ },
+ // kicks off the animation - only does something when the queue is currently not active and at least one situation is set
+ start: function start() {
+ // dont start if already started
+ if (!this.active && this.situation) {
+ this.active = true;
+ this.startCurrent();
+ }
+
+ return this;
+ },
+ // start the current situation
+ startCurrent: function startCurrent() {
+ this.situation.start = +new Date() + this.situation.delay / this._speed;
+ this.situation.finish = this.situation.start + this.situation.duration / this._speed;
+ return this.initAnimations().step();
+ },
+
+ /**
+ * adds a function / Situation to the animation queue
+ * @param fn function / situation to add
+ * @return this
+ */
+ queue: function queue(fn) {
+ if (typeof fn === 'function' || fn instanceof SVG.Situation) {
+ this.situations.push(fn);
+ }
+
+ if (!this.situation) this.situation = this.situations.shift();
+ return this;
+ },
+
+ /**
+ * pulls next element from the queue and execute it
+ * @return this
+ */
+ dequeue: function dequeue() {
+ // stop current animation
+ this.stop(); // get next animation from queue
+
+ this.situation = this.situations.shift();
+
+ if (this.situation) {
+ if (this.situation instanceof SVG.Situation) {
+ this.start();
+ } else {
+ // If it is not a SVG.Situation, then it is a function, we execute it
+ this.situation.call(this);
+ }
+ }
+
+ return this;
+ },
+ // updates all animations to the current state of the element
+ // this is important when one property could be changed from another property
+ initAnimations: function initAnimations() {
+ var source;
+ var s = this.situation;
+ if (s.init) return this;
+
+ for (var i in s.animations) {
+ source = this.target()[i]();
+
+ if (!Array.isArray(source)) {
+ source = [source];
+ }
+
+ if (!Array.isArray(s.animations[i])) {
+ s.animations[i] = [s.animations[i]];
+ } // if(s.animations[i].length > source.length) {
+ // source.concat = source.concat(s.animations[i].slice(source.length, s.animations[i].length))
+ // }
+
+
+ for (var j = source.length; j--;) {
+ // The condition is because some methods return a normal number instead
+ // of a SVG.Number
+ if (s.animations[i][j] instanceof SVG.Number) {
+ source[j] = new SVG.Number(source[j]);
+ }
+
+ s.animations[i][j] = source[j].morph(s.animations[i][j]);
+ }
+ }
+
+ for (var i in s.attrs) {
+ s.attrs[i] = new SVG.MorphObj(this.target().attr(i), s.attrs[i]);
+ }
+
+ for (var i in s.styles) {
+ s.styles[i] = new SVG.MorphObj(this.target().style(i), s.styles[i]);
+ }
+
+ s.initialTransformation = this.target().matrixify();
+ s.init = true;
+ return this;
+ },
+ clearQueue: function clearQueue() {
+ this.situations = [];
+ return this;
+ },
+ clearCurrent: function clearCurrent() {
+ this.situation = null;
+ return this;
+ },
+
+ /** stops the animation immediately
+ * @param jumpToEnd A Boolean indicating whether to complete the current animation immediately.
+ * @param clearQueue A Boolean indicating whether to remove queued animation as well.
+ * @return this
+ */
+ stop: function stop(jumpToEnd, clearQueue) {
+ var active = this.active;
+ this.active = false;
+
+ if (clearQueue) {
+ this.clearQueue();
+ }
+
+ if (jumpToEnd && this.situation) {
+ // initialize the situation if it was not
+ !active && this.startCurrent();
+ this.atEnd();
+ }
+
+ this.stopAnimFrame();
+ return this.clearCurrent();
+ },
+ after: function after(fn) {
+ var c = this.last(),
+ wrapper = function wrapper(e) {
+ if (e.detail.situation == c) {
+ fn.call(this, c);
+ this.off('finished.fx', wrapper); // prevent memory leak
+ }
+ };
+
+ this.target().on('finished.fx', wrapper);
+ return this._callStart();
+ },
+ // adds a callback which is called whenever one animation step is performed
+ during: function during(fn) {
+ var c = this.last(),
+ wrapper = function wrapper(e) {
+ if (e.detail.situation == c) {
+ fn.call(this, e.detail.pos, SVG.morph(e.detail.pos), e.detail.eased, c);
+ }
+ }; // see above
+
+
+ this.target().off('during.fx', wrapper).on('during.fx', wrapper);
+ this.after(function () {
+ this.off('during.fx', wrapper);
+ });
+ return this._callStart();
+ },
+ // calls after ALL animations in the queue are finished
+ afterAll: function afterAll(fn) {
+ var wrapper = function wrapper(e) {
+ fn.call(this);
+ this.off('allfinished.fx', wrapper);
+ }; // see above
+
+
+ this.target().off('allfinished.fx', wrapper).on('allfinished.fx', wrapper);
+ return this._callStart();
+ },
+ last: function last() {
+ return this.situations.length ? this.situations[this.situations.length - 1] : this.situation;
+ },
+ // adds one property to the animations
+ add: function add(method, args, type) {
+ this.last()[type || 'animations'][method] = args;
+ return this._callStart();
+ },
+
+ /** perform one step of the animation
+ * @param ignoreTime Boolean indicating whether to ignore time and use position directly or recalculate position based on time
+ * @return this
+ */
+ step: function step(ignoreTime) {
+ // convert current time to an absolute position
+ if (!ignoreTime) this.absPos = this.timeToAbsPos(+new Date()); // This part convert an absolute position to a position
+
+ if (this.situation.loops !== false) {
+ var absPos, absPosInt, lastLoop; // If the absolute position is below 0, we just treat it as if it was 0
+
+ absPos = Math.max(this.absPos, 0);
+ absPosInt = Math.floor(absPos);
+
+ if (this.situation.loops === true || absPosInt < this.situation.loops) {
+ this.pos = absPos - absPosInt;
+ lastLoop = this.situation.loop;
+ this.situation.loop = absPosInt;
+ } else {
+ this.absPos = this.situation.loops;
+ this.pos = 1; // The -1 here is because we don't want to toggle reversed when all the loops have been completed
+
+ lastLoop = this.situation.loop - 1;
+ this.situation.loop = this.situation.loops;
+ }
+
+ if (this.situation.reversing) {
+ // Toggle reversed if an odd number of loops as occured since the last call of step
+ this.situation.reversed = this.situation.reversed != Boolean((this.situation.loop - lastLoop) % 2);
+ }
+ } else {
+ // If there are no loop, the absolute position must not be above 1
+ this.absPos = Math.min(this.absPos, 1);
+ this.pos = this.absPos;
+ } // while the absolute position can be below 0, the position must not be below 0
+
+
+ if (this.pos < 0) this.pos = 0;
+ if (this.situation.reversed) this.pos = 1 - this.pos; // apply easing
+
+ var eased = this.situation.ease(this.pos); // call once-callbacks
+
+ for (var i in this.situation.once) {
+ if (i > this.lastPos && i <= eased) {
+ this.situation.once[i].call(this.target(), this.pos, eased);
+ delete this.situation.once[i];
+ }
+ } // fire during callback with position, eased position and current situation as parameter
+
+
+ if (this.active) this.target().fire('during', {
+ pos: this.pos,
+ eased: eased,
+ fx: this,
+ situation: this.situation
+ }); // the user may call stop or finish in the during callback
+ // so make sure that we still have a valid situation
+
+ if (!this.situation) {
+ return this;
+ } // apply the actual animation to every property
+
+
+ this.eachAt(); // do final code when situation is finished
+
+ if (this.pos == 1 && !this.situation.reversed || this.situation.reversed && this.pos == 0) {
+ // stop animation callback
+ this.stopAnimFrame(); // fire finished callback with current situation as parameter
+
+ this.target().fire('finished', {
+ fx: this,
+ situation: this.situation
+ });
+
+ if (!this.situations.length) {
+ this.target().fire('allfinished'); // Recheck the length since the user may call animate in the afterAll callback
+
+ if (!this.situations.length) {
+ this.target().off('.fx'); // there shouldnt be any binding left, but to make sure...
+
+ this.active = false;
+ }
+ } // start next animation
+
+
+ if (this.active) this.dequeue();else this.clearCurrent();
+ } else if (!this.paused && this.active) {
+ // we continue animating when we are not at the end
+ this.startAnimFrame();
+ } // save last eased position for once callback triggering
+
+
+ this.lastPos = eased;
+ return this;
+ },
+ // calculates the step for every property and calls block with it
+ eachAt: function eachAt() {
+ var len,
+ at,
+ self = this,
+ target = this.target(),
+ s = this.situation; // apply animations which can be called trough a method
+
+ for (var i in s.animations) {
+ at = [].concat(s.animations[i]).map(function (el) {
+ return typeof el !== 'string' && el.at ? el.at(s.ease(self.pos), self.pos) : el;
+ });
+ target[i].apply(target, at);
+ } // apply animation which has to be applied with attr()
+
+
+ for (var i in s.attrs) {
+ at = [i].concat(s.attrs[i]).map(function (el) {
+ return typeof el !== 'string' && el.at ? el.at(s.ease(self.pos), self.pos) : el;
+ });
+ target.attr.apply(target, at);
+ } // apply animation which has to be applied with style()
+
+
+ for (var i in s.styles) {
+ at = [i].concat(s.styles[i]).map(function (el) {
+ return typeof el !== 'string' && el.at ? el.at(s.ease(self.pos), self.pos) : el;
+ });
+ target.style.apply(target, at);
+ } // animate initialTransformation which has to be chained
+
+
+ if (s.transforms.length) {
+ // get initial initialTransformation
+ at = s.initialTransformation;
+
+ for (var i = 0, len = s.transforms.length; i < len; i++) {
+ // get next transformation in chain
+ var a = s.transforms[i]; // multiply matrix directly
+
+ if (a instanceof SVG.Matrix) {
+ if (a.relative) {
+ at = at.multiply(new SVG.Matrix().morph(a).at(s.ease(this.pos)));
+ } else {
+ at = at.morph(a).at(s.ease(this.pos));
+ }
+
+ continue;
+ } // when transformation is absolute we have to reset the needed transformation first
+
+
+ if (!a.relative) {
+ a.undo(at.extract());
+ } // and reapply it after
+
+
+ at = at.multiply(a.at(s.ease(this.pos)));
+ } // set new matrix on element
+
+
+ target.matrix(at);
+ }
+
+ return this;
+ },
+ // adds an once-callback which is called at a specific position and never again
+ once: function once(pos, fn, isEased) {
+ var c = this.last();
+ if (!isEased) pos = c.ease(pos);
+ c.once[pos] = fn;
+ return this;
+ },
+ _callStart: function _callStart() {
+ setTimeout(function () {
+ this.start();
+ }.bind(this), 0);
+ return this;
+ }
+ },
+ parent: SVG.Element,
+ // Add method to parent elements
+ construct: {
+ // Get fx module or create a new one, then animate with given duration and ease
+ animate: function animate(o, ease, delay) {
+ return (this.fx || (this.fx = new SVG.FX(this))).animate(o, ease, delay);
+ },
+ delay: function delay(_delay) {
+ return (this.fx || (this.fx = new SVG.FX(this))).delay(_delay);
+ },
+ stop: function stop(jumpToEnd, clearQueue) {
+ if (this.fx) {
+ this.fx.stop(jumpToEnd, clearQueue);
+ }
+
+ return this;
+ },
+ finish: function finish() {
+ if (this.fx) {
+ this.fx.finish();
+ }
+
+ return this;
+ }
+ }
+ }); // MorphObj is used whenever no morphable object is given
+
+ SVG.MorphObj = SVG.invent({
+ create: function create(from, to) {
+ // prepare color for morphing
+ if (SVG.Color.isColor(to)) return new SVG.Color(from).morph(to); // check if we have a list of values
+
+ if (SVG.regex.delimiter.test(from)) {
+ // prepare path for morphing
+ if (SVG.regex.pathLetters.test(from)) return new SVG.PathArray(from).morph(to); // prepare value list for morphing
+ else return new SVG.Array(from).morph(to);
+ } // prepare number for morphing
+
+
+ if (SVG.regex.numberAndUnit.test(to)) return new SVG.Number(from).morph(to); // prepare for plain morphing
+
+ this.value = from;
+ this.destination = to;
+ },
+ extend: {
+ at: function at(pos, real) {
+ return real < 1 ? this.value : this.destination;
+ },
+ valueOf: function valueOf() {
+ return this.value;
+ }
+ }
+ });
+ SVG.extend(SVG.FX, {
+ // Add animatable attributes
+ attr: function attr(a, v, relative) {
+ // apply attributes individually
+ if (_typeof(a) === 'object') {
+ for (var key in a) {
+ this.attr(key, a[key]);
+ }
+ } else {
+ this.add(a, v, 'attrs');
+ }
+
+ return this;
+ },
+ // Add animatable plot
+ plot: function plot(a, b, c, d) {
+ // Lines can be plotted with 4 arguments
+ if (arguments.length == 4) {
+ return this.plot([a, b, c, d]);
+ }
+
+ return this.add('plot', new (this.target().morphArray)(a));
+ }
+ });
+ SVG.Box = SVG.invent({
+ create: function create(x, y, width, height) {
+ if (_typeof(x) === 'object' && !(x instanceof SVG.Element)) {
+ // chromes getBoundingClientRect has no x and y property
+ return SVG.Box.call(this, x.left != null ? x.left : x.x, x.top != null ? x.top : x.y, x.width, x.height);
+ } else if (arguments.length == 4) {
+ this.x = x;
+ this.y = y;
+ this.width = width;
+ this.height = height;
+ } // add center, right, bottom...
+
+
+ fullBox(this);
+ }
+ });
+ SVG.BBox = SVG.invent({
+ // Initialize
+ create: function create(element) {
+ SVG.Box.apply(this, [].slice.call(arguments)); // get values if element is given
+
+ if (element instanceof SVG.Element) {
+ var box; // yes this is ugly, but Firefox can be a pain when it comes to elements that are not yet rendered
+
+ try {
+ if (!document.documentElement.contains) {
+ // This is IE - it does not support contains() for top-level SVGs
+ var topParent = element.node;
+
+ while (topParent.parentNode) {
+ topParent = topParent.parentNode;
+ }
+
+ if (topParent != document) throw new Error('Element not in the dom');
+ } else {} // the element is NOT in the dom, throw error
+ // disabling the check below which fixes issue #76
+ // if (!document.documentElement.contains(element.node)) throw new Exception('Element not in the dom')
+ // find native bbox
+
+
+ box = element.node.getBBox();
+ } catch (e) {
+ if (element instanceof SVG.Shape) {
+ if (!SVG.parser.draw) {
+ // fixes apexcharts/vue-apexcharts #14
+ SVG.prepare();
+ }
+
+ var clone = element.clone(SVG.parser.draw.instance).show();
+ box = clone.node.getBBox();
+ clone.remove();
+ } else {
+ box = {
+ x: element.node.clientLeft,
+ y: element.node.clientTop,
+ width: element.node.clientWidth,
+ height: element.node.clientHeight
+ };
+ }
+ }
+
+ SVG.Box.call(this, box);
+ }
+ },
+ // Define ancestor
+ inherit: SVG.Box,
+ // Define Parent
+ parent: SVG.Element,
+ // Constructor
+ construct: {
+ // Get bounding box
+ bbox: function bbox() {
+ return new SVG.BBox(this);
+ }
+ }
+ });
+ SVG.BBox.prototype.constructor = SVG.BBox;
+ SVG.Matrix = SVG.invent({
+ // Initialize
+ create: function create(source) {
+ var base = arrayToMatrix([1, 0, 0, 1, 0, 0]); // ensure source as object
+
+ source = source === null ? base : source instanceof SVG.Element ? source.matrixify() : typeof source === 'string' ? arrayToMatrix(source.split(SVG.regex.delimiter).map(parseFloat)) : arguments.length == 6 ? arrayToMatrix([].slice.call(arguments)) : Array.isArray(source) ? arrayToMatrix(source) : source && _typeof(source) === 'object' ? source : base; // merge source
+
+ for (var i = abcdef.length - 1; i >= 0; --i) {
+ this[abcdef[i]] = source[abcdef[i]] != null ? source[abcdef[i]] : base[abcdef[i]];
+ }
+ },
+ // Add methods
+ extend: {
+ // Extract individual transformations
+ extract: function extract() {
+ // find delta transform points
+ var px = deltaTransformPoint(this, 0, 1);
+ deltaTransformPoint(this, 1, 0);
+ var skewX = 180 / Math.PI * Math.atan2(px.y, px.x) - 90;
+ return {
+ // translation
+ x: this.e,
+ y: this.f,
+ transformedX: (this.e * Math.cos(skewX * Math.PI / 180) + this.f * Math.sin(skewX * Math.PI / 180)) / Math.sqrt(this.a * this.a + this.b * this.b),
+ transformedY: (this.f * Math.cos(skewX * Math.PI / 180) + this.e * Math.sin(-skewX * Math.PI / 180)) / Math.sqrt(this.c * this.c + this.d * this.d),
+ // rotation
+ rotation: skewX,
+ a: this.a,
+ b: this.b,
+ c: this.c,
+ d: this.d,
+ e: this.e,
+ f: this.f,
+ matrix: new SVG.Matrix(this)
+ };
+ },
+ // Clone matrix
+ clone: function clone() {
+ return new SVG.Matrix(this);
+ },
+ // Morph one matrix into another
+ morph: function morph(matrix) {
+ // store new destination
+ this.destination = new SVG.Matrix(matrix);
+ return this;
+ },
+ // Multiplies by given matrix
+ multiply: function multiply(matrix) {
+ return new SVG.Matrix(this.native().multiply(parseMatrix(matrix).native()));
+ },
+ // Inverses matrix
+ inverse: function inverse() {
+ return new SVG.Matrix(this.native().inverse());
+ },
+ // Translate matrix
+ translate: function translate(x, y) {
+ return new SVG.Matrix(this.native().translate(x || 0, y || 0));
+ },
+ // Convert to native SVGMatrix
+ native: function native() {
+ // create new matrix
+ var matrix = SVG.parser.native.createSVGMatrix(); // update with current values
+
+ for (var i = abcdef.length - 1; i >= 0; i--) {
+ matrix[abcdef[i]] = this[abcdef[i]];
+ }
+
+ return matrix;
+ },
+ // Convert matrix to string
+ toString: function toString() {
+ // Construct the matrix directly, avoid values that are too small
+ return 'matrix(' + float32String(this.a) + ',' + float32String(this.b) + ',' + float32String(this.c) + ',' + float32String(this.d) + ',' + float32String(this.e) + ',' + float32String(this.f) + ')';
+ }
+ },
+ // Define parent
+ parent: SVG.Element,
+ // Add parent method
+ construct: {
+ // Get current matrix
+ ctm: function ctm() {
+ return new SVG.Matrix(this.node.getCTM());
+ },
+ // Get current screen matrix
+ screenCTM: function screenCTM() {
+ /* https://bugzilla.mozilla.org/show_bug.cgi?id=1344537
+ This is needed because FF does not return the transformation matrix
+ for the inner coordinate system when getScreenCTM() is called on nested svgs.
+ However all other Browsers do that */
+ if (this instanceof SVG.Nested) {
+ var rect = this.rect(1, 1);
+ var m = rect.node.getScreenCTM();
+ rect.remove();
+ return new SVG.Matrix(m);
+ }
+
+ return new SVG.Matrix(this.node.getScreenCTM());
+ }
+ }
+ });
+ SVG.Point = SVG.invent({
+ // Initialize
+ create: function create(x, y) {
+ var source,
+ base = {
+ x: 0,
+ y: 0
+ }; // ensure source as object
+
+ source = Array.isArray(x) ? {
+ x: x[0],
+ y: x[1]
+ } : _typeof(x) === 'object' ? {
+ x: x.x,
+ y: x.y
+ } : x != null ? {
+ x: x,
+ y: y != null ? y : x
+ } : base; // If y has no value, then x is used has its value
+ // merge source
+
+ this.x = source.x;
+ this.y = source.y;
+ },
+ // Add methods
+ extend: {
+ // Clone point
+ clone: function clone() {
+ return new SVG.Point(this);
+ },
+ // Morph one point into another
+ morph: function morph(x, y) {
+ // store new destination
+ this.destination = new SVG.Point(x, y);
+ return this;
+ }
+ }
+ });
+ SVG.extend(SVG.Element, {
+ // Get point
+ point: function point(x, y) {
+ return new SVG.Point(x, y).transform(this.screenCTM().inverse());
+ }
+ });
+ SVG.extend(SVG.Element, {
+ // Set svg element attribute
+ attr: function attr(a, v, n) {
+ // act as full getter
+ if (a == null) {
+ // get an object of attributes
+ a = {};
+ v = this.node.attributes;
+
+ for (var n = v.length - 1; n >= 0; n--) {
+ a[v[n].nodeName] = SVG.regex.isNumber.test(v[n].nodeValue) ? parseFloat(v[n].nodeValue) : v[n].nodeValue;
+ }
+
+ return a;
+ } else if (_typeof(a) === 'object') {
+ // apply every attribute individually if an object is passed
+ for (var v_ in a) {
+ this.attr(v_, a[v_]);
+ }
+ } else if (v === null) {
+ // remove value
+ this.node.removeAttribute(a);
+ } else if (v == null) {
+ // act as a getter if the first and only argument is not an object
+ v = this.node.getAttribute(a);
+ return v == null ? SVG.defaults.attrs[a] : SVG.regex.isNumber.test(v) ? parseFloat(v) : v;
+ } else {
+ // BUG FIX: some browsers will render a stroke if a color is given even though stroke width is 0
+ if (a == 'stroke-width') {
+ this.attr('stroke', parseFloat(v) > 0 ? this._stroke : null);
+ } else if (a == 'stroke') {
+ this._stroke = v;
+ } // convert image fill and stroke to patterns
+
+
+ if (a == 'fill' || a == 'stroke') {
+ if (SVG.regex.isImage.test(v)) {
+ v = this.doc().defs().image(v, 0, 0);
+ }
+
+ if (v instanceof SVG.Image) {
+ v = this.doc().defs().pattern(0, 0, function () {
+ this.add(v);
+ });
+ }
+ } // ensure correct numeric values (also accepts NaN and Infinity)
+
+
+ if (typeof v === 'number') {
+ v = new SVG.Number(v);
+ } // ensure full hex color
+ else if (SVG.Color.isColor(v)) {
+ v = new SVG.Color(v);
+ } // parse array values
+ else if (Array.isArray(v)) {
+ v = new SVG.Array(v);
+ } // if the passed attribute is leading...
+
+
+ if (a == 'leading') {
+ // ... call the leading method instead
+ if (this.leading) {
+ this.leading(v);
+ }
+ } else {
+ // set given attribute on node
+ typeof n === 'string' ? this.node.setAttributeNS(n, a, v.toString()) : this.node.setAttribute(a, v.toString());
+ } // rebuild if required
+
+
+ if (this.rebuild && (a == 'font-size' || a == 'x')) {
+ this.rebuild(a, v);
+ }
+ }
+
+ return this;
+ }
+ });
+ SVG.extend(SVG.Element, {
+ // Add transformations
+ transform: function transform(o, relative) {
+ // get target in case of the fx module, otherwise reference this
+ var target = this,
+ matrix;
+ // act as a getter
+
+ if (_typeof(o) !== 'object') {
+ // get current matrix
+ matrix = new SVG.Matrix(target).extract();
+ return typeof o === 'string' ? matrix[o] : matrix;
+ } // get current matrix
+
+
+ matrix = new SVG.Matrix(target); // ensure relative flag
+
+ relative = !!relative || !!o.relative; // act on matrix
+
+ if (o.a != null) {
+ matrix = relative // relative
+ ? matrix.multiply(new SVG.Matrix(o)) // absolute
+ : new SVG.Matrix(o);
+ }
+
+ return this.attr('transform', matrix);
+ }
+ });
+ SVG.extend(SVG.Element, {
+ // Reset all transformations
+ untransform: function untransform() {
+ return this.attr('transform', null);
+ },
+ // merge the whole transformation chain into one matrix and returns it
+ matrixify: function matrixify() {
+ var matrix = (this.attr('transform') || ''). // split transformations
+ split(SVG.regex.transforms).slice(0, -1).map(function (str) {
+ // generate key => value pairs
+ var kv = str.trim().split('(');
+ return [kv[0], kv[1].split(SVG.regex.delimiter).map(function (str) {
+ return parseFloat(str);
+ })];
+ }) // merge every transformation into one matrix
+ .reduce(function (matrix, transform) {
+ if (transform[0] == 'matrix') return matrix.multiply(arrayToMatrix(transform[1]));
+ return matrix[transform[0]].apply(matrix, transform[1]);
+ }, new SVG.Matrix());
+ return matrix;
+ },
+ // add an element to another parent without changing the visual representation on the screen
+ toParent: function toParent(parent) {
+ if (this == parent) return this;
+ var ctm = this.screenCTM();
+ var pCtm = parent.screenCTM().inverse();
+ this.addTo(parent).untransform().transform(pCtm.multiply(ctm));
+ return this;
+ },
+ // same as above with parent equals root-svg
+ toDoc: function toDoc() {
+ return this.toParent(this.doc());
+ }
+ });
+ SVG.Transformation = SVG.invent({
+ create: function create(source, inversed) {
+ if (arguments.length > 1 && typeof inversed !== 'boolean') {
+ return this.constructor.call(this, [].slice.call(arguments));
+ }
+
+ if (Array.isArray(source)) {
+ for (var i = 0, len = this.arguments.length; i < len; ++i) {
+ this[this.arguments[i]] = source[i];
+ }
+ } else if (source && _typeof(source) === 'object') {
+ for (var i = 0, len = this.arguments.length; i < len; ++i) {
+ this[this.arguments[i]] = source[this.arguments[i]];
+ }
+ }
+
+ this.inversed = false;
+
+ if (inversed === true) {
+ this.inversed = true;
+ }
+ }
+ });
+ SVG.Translate = SVG.invent({
+ parent: SVG.Matrix,
+ inherit: SVG.Transformation,
+ create: function create(source, inversed) {
+ this.constructor.apply(this, [].slice.call(arguments));
+ },
+ extend: {
+ arguments: ['transformedX', 'transformedY'],
+ method: 'translate'
+ }
+ });
+ SVG.extend(SVG.Element, {
+ // Dynamic style generator
+ style: function style(s, v) {
+ if (arguments.length == 0) {
+ // get full style
+ return this.node.style.cssText || '';
+ } else if (arguments.length < 2) {
+ // apply every style individually if an object is passed
+ if (_typeof(s) === 'object') {
+ for (var v_ in s) {
+ this.style(v_, s[v_]);
+ }
+ } else if (SVG.regex.isCss.test(s)) {
+ // parse css string
+ s = s.split(/\s*;\s*/) // filter out suffix ; and stuff like ;;
+ .filter(function (e) {
+ return !!e;
+ }).map(function (e) {
+ return e.split(/\s*:\s*/);
+ }); // apply every definition individually
+
+ while (v = s.pop()) {
+ this.style(v[0], v[1]);
+ }
+ } else {
+ // act as a getter if the first and only argument is not an object
+ return this.node.style[camelCase(s)];
+ }
+ } else {
+ this.node.style[camelCase(s)] = v === null || SVG.regex.isBlank.test(v) ? '' : v;
+ }
+
+ return this;
+ }
+ });
+ SVG.Parent = SVG.invent({
+ // Initialize node
+ create: function create(element) {
+ this.constructor.call(this, element);
+ },
+ // Inherit from
+ inherit: SVG.Element,
+ // Add class methods
+ extend: {
+ // Returns all child elements
+ children: function children() {
+ return SVG.utils.map(SVG.utils.filterSVGElements(this.node.childNodes), function (node) {
+ return SVG.adopt(node);
+ });
+ },
+ // Add given element at a position
+ add: function add(element, i) {
+ if (i == null) {
+ this.node.appendChild(element.node);
+ } else if (element.node != this.node.childNodes[i]) {
+ this.node.insertBefore(element.node, this.node.childNodes[i]);
+ }
+
+ return this;
+ },
+ // Basically does the same as `add()` but returns the added element instead
+ put: function put(element, i) {
+ this.add(element, i);
+ return element;
+ },
+ // Checks if the given element is a child
+ has: function has(element) {
+ return this.index(element) >= 0;
+ },
+ // Gets index of given element
+ index: function index(element) {
+ return [].slice.call(this.node.childNodes).indexOf(element.node);
+ },
+ // Get a element at the given index
+ get: function get(i) {
+ return SVG.adopt(this.node.childNodes[i]);
+ },
+ // Get first child
+ first: function first() {
+ return this.get(0);
+ },
+ // Get the last child
+ last: function last() {
+ return this.get(this.node.childNodes.length - 1);
+ },
+ // Iterates over all children and invokes a given block
+ each: function each(block, deep) {
+ var il,
+ children = this.children();
+
+ for (var i = 0, il = children.length; i < il; i++) {
+ if (children[i] instanceof SVG.Element) {
+ block.apply(children[i], [i, children]);
+ }
+
+ if (deep && children[i] instanceof SVG.Container) {
+ children[i].each(block, deep);
+ }
+ }
+
+ return this;
+ },
+ // Remove a given child
+ removeElement: function removeElement(element) {
+ this.node.removeChild(element.node);
+ return this;
+ },
+ // Remove all elements in this container
+ clear: function clear() {
+ // remove children
+ while (this.node.hasChildNodes()) {
+ this.node.removeChild(this.node.lastChild);
+ } // remove defs reference
+
+
+ delete this._defs;
+ return this;
+ },
+ // Get defs
+ defs: function defs() {
+ return this.doc().defs();
+ }
+ }
+ });
+ SVG.extend(SVG.Parent, {
+ ungroup: function ungroup(parent, depth) {
+ if (depth === 0 || this instanceof SVG.Defs || this.node == SVG.parser.draw) return this;
+ parent = parent || (this instanceof SVG.Doc ? this : this.parent(SVG.Parent));
+ depth = depth || Infinity;
+ this.each(function () {
+ if (this instanceof SVG.Defs) return this;
+ if (this instanceof SVG.Parent) return this.ungroup(parent, depth - 1);
+ return this.toParent(parent);
+ });
+ this.node.firstChild || this.remove();
+ return this;
+ },
+ flatten: function flatten(parent, depth) {
+ return this.ungroup(parent, depth);
+ }
+ });
+ SVG.Container = SVG.invent({
+ // Initialize node
+ create: function create(element) {
+ this.constructor.call(this, element);
+ },
+ // Inherit from
+ inherit: SVG.Parent
+ });
+ SVG.ViewBox = SVG.invent({
+ // Define parent
+ parent: SVG.Container,
+ // Add parent method
+ construct: {}
+ }) // Add events to elements
+ ;
+ ['click', 'dblclick', 'mousedown', 'mouseup', 'mouseover', 'mouseout', 'mousemove', // , 'mouseenter' -> not supported by IE
+ // , 'mouseleave' -> not supported by IE
+ 'touchstart', 'touchmove', 'touchleave', 'touchend', 'touchcancel'].forEach(function (event) {
+ // add event to SVG.Element
+ SVG.Element.prototype[event] = function (f) {
+ // bind event to element rather than element node
+ SVG.on(this.node, event, f);
+ return this;
+ };
+ }); // Initialize listeners stack
+
+ SVG.listeners = [];
+ SVG.handlerMap = [];
+ SVG.listenerId = 0; // Add event binder in the SVG namespace
+
+ SVG.on = function (node, event, listener, binding, options) {
+ // create listener, get object-index
+ var l = listener.bind(binding || node.instance || node),
+ index = (SVG.handlerMap.indexOf(node) + 1 || SVG.handlerMap.push(node)) - 1,
+ ev = event.split('.')[0],
+ ns = event.split('.')[1] || '*'; // ensure valid object
+
+ SVG.listeners[index] = SVG.listeners[index] || {};
+ SVG.listeners[index][ev] = SVG.listeners[index][ev] || {};
+ SVG.listeners[index][ev][ns] = SVG.listeners[index][ev][ns] || {};
+
+ if (!listener._svgjsListenerId) {
+ listener._svgjsListenerId = ++SVG.listenerId;
+ } // reference listener
+
+
+ SVG.listeners[index][ev][ns][listener._svgjsListenerId] = l; // add listener
+
+ node.addEventListener(ev, l, options || {
+ passive: true
+ });
+ }; // Add event unbinder in the SVG namespace
+
+
+ SVG.off = function (node, event, listener) {
+ var index = SVG.handlerMap.indexOf(node),
+ ev = event && event.split('.')[0],
+ ns = event && event.split('.')[1],
+ namespace = '';
+ if (index == -1) return;
+
+ if (listener) {
+ if (typeof listener === 'function') listener = listener._svgjsListenerId;
+ if (!listener) return; // remove listener reference
+
+ if (SVG.listeners[index][ev] && SVG.listeners[index][ev][ns || '*']) {
+ // remove listener
+ node.removeEventListener(ev, SVG.listeners[index][ev][ns || '*'][listener], false);
+ delete SVG.listeners[index][ev][ns || '*'][listener];
+ }
+ } else if (ns && ev) {
+ // remove all listeners for a namespaced event
+ if (SVG.listeners[index][ev] && SVG.listeners[index][ev][ns]) {
+ for (var listener_ in SVG.listeners[index][ev][ns]) {
+ SVG.off(node, [ev, ns].join('.'), listener_);
+ }
+
+ delete SVG.listeners[index][ev][ns];
+ }
+ } else if (ns) {
+ // remove all listeners for a specific namespace
+ for (var event_ in SVG.listeners[index]) {
+ for (var namespace in SVG.listeners[index][event_]) {
+ if (ns === namespace) {
+ SVG.off(node, [event_, ns].join('.'));
+ }
+ }
+ }
+ } else if (ev) {
+ // remove all listeners for the event
+ if (SVG.listeners[index][ev]) {
+ for (var namespace in SVG.listeners[index][ev]) {
+ SVG.off(node, [ev, namespace].join('.'));
+ }
+
+ delete SVG.listeners[index][ev];
+ }
+ } else {
+ // remove all listeners on a given node
+ for (var event_ in SVG.listeners[index]) {
+ SVG.off(node, event_);
+ }
+
+ delete SVG.listeners[index];
+ delete SVG.handlerMap[index];
+ }
+ }; //
+
+
+ SVG.extend(SVG.Element, {
+ // Bind given event to listener
+ on: function on(event, listener, binding, options) {
+ SVG.on(this.node, event, listener, binding, options);
+ return this;
+ },
+ // Unbind event from listener
+ off: function off(event, listener) {
+ SVG.off(this.node, event, listener);
+ return this;
+ },
+ // Fire given event
+ fire: function fire(event, data) {
+ // Dispatch event
+ if (event instanceof window.Event) {
+ this.node.dispatchEvent(event);
+ } else {
+ this.node.dispatchEvent(event = new SVG.CustomEvent(event, {
+ detail: data,
+ cancelable: true
+ }));
+ }
+
+ this._event = event;
+ return this;
+ },
+ event: function event() {
+ return this._event;
+ }
+ });
+ SVG.Defs = SVG.invent({
+ // Initialize node
+ create: 'defs',
+ // Inherit from
+ inherit: SVG.Container
+ });
+ SVG.G = SVG.invent({
+ // Initialize node
+ create: 'g',
+ // Inherit from
+ inherit: SVG.Container,
+ // Add class methods
+ extend: {
+ // Move over x-axis
+ x: function x(_x2) {
+ return _x2 == null ? this.transform('x') : this.transform({
+ x: _x2 - this.x()
+ }, true);
+ }
+ },
+ // Add parent method
+ construct: {
+ // Create a group element
+ group: function group() {
+ return this.put(new SVG.G());
+ }
+ }
+ });
+ SVG.Doc = SVG.invent({
+ // Initialize node
+ create: function create(element) {
+ if (element) {
+ // ensure the presence of a dom element
+ element = typeof element === 'string' ? document.getElementById(element) : element; // If the target is an svg element, use that element as the main wrapper.
+ // This allows svg.js to work with svg documents as well.
+
+ if (element.nodeName == 'svg') {
+ this.constructor.call(this, element);
+ } else {
+ this.constructor.call(this, SVG.create('svg'));
+ element.appendChild(this.node);
+ this.size('100%', '100%');
+ } // set svg element attributes and ensure defs node
+
+
+ this.namespace().defs();
+ }
+ },
+ // Inherit from
+ inherit: SVG.Container,
+ // Add class methods
+ extend: {
+ // Add namespaces
+ namespace: function namespace() {
+ return this.attr({
+ xmlns: SVG.ns,
+ version: '1.1'
+ }).attr('xmlns:xlink', SVG.xlink, SVG.xmlns).attr('xmlns:svgjs', SVG.svgjs, SVG.xmlns);
+ },
+ // Creates and returns defs element
+ defs: function defs() {
+ if (!this._defs) {
+ var defs; // Find or create a defs element in this instance
+
+ if (defs = this.node.getElementsByTagName('defs')[0]) {
+ this._defs = SVG.adopt(defs);
+ } else {
+ this._defs = new SVG.Defs();
+ } // Make sure the defs node is at the end of the stack
+
+
+ this.node.appendChild(this._defs.node);
+ }
+
+ return this._defs;
+ },
+ // custom parent method
+ parent: function parent() {
+ if (!this.node.parentNode || this.node.parentNode.nodeName == '#document') return null;
+ return this.node.parentNode;
+ },
+ // Removes the doc from the DOM
+ remove: function remove() {
+ if (this.parent()) {
+ this.parent().removeChild(this.node);
+ }
+
+ return this;
+ },
+ clear: function clear() {
+ // remove children
+ while (this.node.hasChildNodes()) {
+ this.node.removeChild(this.node.lastChild);
+ } // remove defs reference
+
+
+ delete this._defs; // add back parser
+
+ if (SVG.parser.draw && !SVG.parser.draw.parentNode) {
+ this.node.appendChild(SVG.parser.draw);
+ }
+
+ return this;
+ },
+ clone: function clone(parent) {
+ // write dom data to the dom so the clone can pickup the data
+ this.writeDataToDom(); // get reference to node
+
+ var node = this.node; // clone element and assign new id
+
+ var clone = assignNewId(node.cloneNode(true)); // insert the clone in the given parent or after myself
+
+ if (parent) {
+ (parent.node || parent).appendChild(clone.node);
+ } else {
+ node.parentNode.insertBefore(clone.node, node.nextSibling);
+ }
+
+ return clone;
+ }
+ }
+ }); // ### This module adds backward / forward functionality to elements.
+ //
+
+ SVG.extend(SVG.Element, {// Get all siblings, including myself
+ });
+ SVG.Gradient = SVG.invent({
+ // Initialize node
+ create: function create(type) {
+ this.constructor.call(this, SVG.create(type + 'Gradient')); // store type
+
+ this.type = type;
+ },
+ // Inherit from
+ inherit: SVG.Container,
+ // Add class methods
+ extend: {
+ // Add a color stop
+ at: function at(offset, color, opacity) {
+ return this.put(new SVG.Stop()).update(offset, color, opacity);
+ },
+ // Update gradient
+ update: function update(block) {
+ // remove all stops
+ this.clear(); // invoke passed block
+
+ if (typeof block === 'function') {
+ block.call(this, this);
+ }
+
+ return this;
+ },
+ // Return the fill id
+ fill: function fill() {
+ return 'url(#' + this.id() + ')';
+ },
+ // Alias string convertion to fill
+ toString: function toString() {
+ return this.fill();
+ },
+ // custom attr to handle transform
+ attr: function attr(a, b, c) {
+ if (a == 'transform') a = 'gradientTransform';
+ return SVG.Container.prototype.attr.call(this, a, b, c);
+ }
+ },
+ // Add parent method
+ construct: {
+ // Create gradient element in defs
+ gradient: function gradient(type, block) {
+ return this.defs().gradient(type, block);
+ }
+ }
+ }); // Add animatable methods to both gradient and fx module
+
+ SVG.extend(SVG.Gradient, SVG.FX, {
+ // From position
+ from: function from(x, y) {
+ return (this._target || this).type == 'radial' ? this.attr({
+ fx: new SVG.Number(x),
+ fy: new SVG.Number(y)
+ }) : this.attr({
+ x1: new SVG.Number(x),
+ y1: new SVG.Number(y)
+ });
+ },
+ // To position
+ to: function to(x, y) {
+ return (this._target || this).type == 'radial' ? this.attr({
+ cx: new SVG.Number(x),
+ cy: new SVG.Number(y)
+ }) : this.attr({
+ x2: new SVG.Number(x),
+ y2: new SVG.Number(y)
+ });
+ }
+ }); // Base gradient generation
+
+ SVG.extend(SVG.Defs, {
+ // define gradient
+ gradient: function gradient(type, block) {
+ return this.put(new SVG.Gradient(type)).update(block);
+ }
+ });
+ SVG.Stop = SVG.invent({
+ // Initialize node
+ create: 'stop',
+ // Inherit from
+ inherit: SVG.Element,
+ // Add class methods
+ extend: {
+ // add color stops
+ update: function update(o) {
+ if (typeof o === 'number' || o instanceof SVG.Number) {
+ o = {
+ offset: arguments[0],
+ color: arguments[1],
+ opacity: arguments[2]
+ };
+ } // set attributes
+
+
+ if (o.opacity != null) this.attr('stop-opacity', o.opacity);
+ if (o.color != null) this.attr('stop-color', o.color);
+ if (o.offset != null) this.attr('offset', new SVG.Number(o.offset));
+ return this;
+ }
+ }
+ });
+ SVG.Pattern = SVG.invent({
+ // Initialize node
+ create: 'pattern',
+ // Inherit from
+ inherit: SVG.Container,
+ // Add class methods
+ extend: {
+ // Return the fill id
+ fill: function fill() {
+ return 'url(#' + this.id() + ')';
+ },
+ // Update pattern by rebuilding
+ update: function update(block) {
+ // remove content
+ this.clear(); // invoke passed block
+
+ if (typeof block === 'function') {
+ block.call(this, this);
+ }
+
+ return this;
+ },
+ // Alias string convertion to fill
+ toString: function toString() {
+ return this.fill();
+ },
+ // custom attr to handle transform
+ attr: function attr(a, b, c) {
+ if (a == 'transform') a = 'patternTransform';
+ return SVG.Container.prototype.attr.call(this, a, b, c);
+ }
+ },
+ // Add parent method
+ construct: {
+ // Create pattern element in defs
+ pattern: function pattern(width, height, block) {
+ return this.defs().pattern(width, height, block);
+ }
+ }
+ });
+ SVG.extend(SVG.Defs, {
+ // Define gradient
+ pattern: function pattern(width, height, block) {
+ return this.put(new SVG.Pattern()).update(block).attr({
+ x: 0,
+ y: 0,
+ width: width,
+ height: height,
+ patternUnits: 'userSpaceOnUse'
+ });
+ }
+ });
+ SVG.Shape = SVG.invent({
+ // Initialize node
+ create: function create(element) {
+ this.constructor.call(this, element);
+ },
+ // Inherit from
+ inherit: SVG.Element
+ });
+ SVG.Symbol = SVG.invent({
+ // Initialize node
+ create: 'symbol',
+ // Inherit from
+ inherit: SVG.Container,
+ construct: {
+ // create symbol
+ symbol: function symbol() {
+ return this.put(new SVG.Symbol());
+ }
+ }
+ });
+ SVG.Use = SVG.invent({
+ // Initialize node
+ create: 'use',
+ // Inherit from
+ inherit: SVG.Shape,
+ // Add class methods
+ extend: {
+ // Use element as a reference
+ element: function element(_element, file) {
+ // Set lined element
+ return this.attr('href', (file || '') + '#' + _element, SVG.xlink);
+ }
+ },
+ // Add parent method
+ construct: {
+ // Create a use element
+ use: function use(element, file) {
+ return this.put(new SVG.Use()).element(element, file);
+ }
+ }
+ });
+ SVG.Rect = SVG.invent({
+ // Initialize node
+ create: 'rect',
+ // Inherit from
+ inherit: SVG.Shape,
+ // Add parent method
+ construct: {
+ // Create a rect element
+ rect: function rect(width, height) {
+ return this.put(new SVG.Rect()).size(width, height);
+ }
+ }
+ });
+ SVG.Circle = SVG.invent({
+ // Initialize node
+ create: 'circle',
+ // Inherit from
+ inherit: SVG.Shape,
+ // Add parent method
+ construct: {
+ // Create circle element, based on ellipse
+ circle: function circle(size) {
+ return this.put(new SVG.Circle()).rx(new SVG.Number(size).divide(2)).move(0, 0);
+ }
+ }
+ });
+ SVG.extend(SVG.Circle, SVG.FX, {
+ // Radius x value
+ rx: function rx(_rx) {
+ return this.attr('r', _rx);
+ },
+ // Alias radius x value
+ ry: function ry(_ry) {
+ return this.rx(_ry);
+ }
+ });
+ SVG.Ellipse = SVG.invent({
+ // Initialize node
+ create: 'ellipse',
+ // Inherit from
+ inherit: SVG.Shape,
+ // Add parent method
+ construct: {
+ // Create an ellipse
+ ellipse: function ellipse(width, height) {
+ return this.put(new SVG.Ellipse()).size(width, height).move(0, 0);
+ }
+ }
+ });
+ SVG.extend(SVG.Ellipse, SVG.Rect, SVG.FX, {
+ // Radius x value
+ rx: function rx(_rx2) {
+ return this.attr('rx', _rx2);
+ },
+ // Radius y value
+ ry: function ry(_ry2) {
+ return this.attr('ry', _ry2);
+ }
+ }); // Add common method
+
+ SVG.extend(SVG.Circle, SVG.Ellipse, {
+ // Move over x-axis
+ x: function x(_x3) {
+ return _x3 == null ? this.cx() - this.rx() : this.cx(_x3 + this.rx());
+ },
+ // Move over y-axis
+ y: function y(_y2) {
+ return _y2 == null ? this.cy() - this.ry() : this.cy(_y2 + this.ry());
+ },
+ // Move by center over x-axis
+ cx: function cx(x) {
+ return x == null ? this.attr('cx') : this.attr('cx', x);
+ },
+ // Move by center over y-axis
+ cy: function cy(y) {
+ return y == null ? this.attr('cy') : this.attr('cy', y);
+ },
+ // Set width of element
+ width: function width(_width2) {
+ return _width2 == null ? this.rx() * 2 : this.rx(new SVG.Number(_width2).divide(2));
+ },
+ // Set height of element
+ height: function height(_height2) {
+ return _height2 == null ? this.ry() * 2 : this.ry(new SVG.Number(_height2).divide(2));
+ },
+ // Custom size function
+ size: function size(width, height) {
+ var p = proportionalSize(this, width, height);
+ return this.rx(new SVG.Number(p.width).divide(2)).ry(new SVG.Number(p.height).divide(2));
+ }
+ });
+ SVG.Line = SVG.invent({
+ // Initialize node
+ create: 'line',
+ // Inherit from
+ inherit: SVG.Shape,
+ // Add class methods
+ extend: {
+ // Get array
+ array: function array() {
+ return new SVG.PointArray([[this.attr('x1'), this.attr('y1')], [this.attr('x2'), this.attr('y2')]]);
+ },
+ // Overwrite native plot() method
+ plot: function plot(x1, y1, x2, y2) {
+ if (x1 == null) {
+ return this.array();
+ } else if (typeof y1 !== 'undefined') {
+ x1 = {
+ x1: x1,
+ y1: y1,
+ x2: x2,
+ y2: y2
+ };
+ } else {
+ x1 = new SVG.PointArray(x1).toLine();
+ }
+
+ return this.attr(x1);
+ },
+ // Move by left top corner
+ move: function move(x, y) {
+ return this.attr(this.array().move(x, y).toLine());
+ },
+ // Set element size to given width and height
+ size: function size(width, height) {
+ var p = proportionalSize(this, width, height);
+ return this.attr(this.array().size(p.width, p.height).toLine());
+ }
+ },
+ // Add parent method
+ construct: {
+ // Create a line element
+ line: function line(x1, y1, x2, y2) {
+ // make sure plot is called as a setter
+ // x1 is not necessarily a number, it can also be an array, a string and a SVG.PointArray
+ return SVG.Line.prototype.plot.apply(this.put(new SVG.Line()), x1 != null ? [x1, y1, x2, y2] : [0, 0, 0, 0]);
+ }
+ }
+ });
+ SVG.Polyline = SVG.invent({
+ // Initialize node
+ create: 'polyline',
+ // Inherit from
+ inherit: SVG.Shape,
+ // Add parent method
+ construct: {
+ // Create a wrapped polyline element
+ polyline: function polyline(p) {
+ // make sure plot is called as a setter
+ return this.put(new SVG.Polyline()).plot(p || new SVG.PointArray());
+ }
+ }
+ });
+ SVG.Polygon = SVG.invent({
+ // Initialize node
+ create: 'polygon',
+ // Inherit from
+ inherit: SVG.Shape,
+ // Add parent method
+ construct: {
+ // Create a wrapped polygon element
+ polygon: function polygon(p) {
+ // make sure plot is called as a setter
+ return this.put(new SVG.Polygon()).plot(p || new SVG.PointArray());
+ }
+ }
+ }); // Add polygon-specific functions
+
+ SVG.extend(SVG.Polyline, SVG.Polygon, {
+ // Get array
+ array: function array() {
+ return this._array || (this._array = new SVG.PointArray(this.attr('points')));
+ },
+ // Plot new path
+ plot: function plot(p) {
+ return p == null ? this.array() : this.clear().attr('points', typeof p === 'string' ? p : this._array = new SVG.PointArray(p));
+ },
+ // Clear array cache
+ clear: function clear() {
+ delete this._array;
+ return this;
+ },
+ // Move by left top corner
+ move: function move(x, y) {
+ return this.attr('points', this.array().move(x, y));
+ },
+ // Set element size to given width and height
+ size: function size(width, height) {
+ var p = proportionalSize(this, width, height);
+ return this.attr('points', this.array().size(p.width, p.height));
+ }
+ }); // unify all point to point elements
+
+ SVG.extend(SVG.Line, SVG.Polyline, SVG.Polygon, {
+ // Define morphable array
+ morphArray: SVG.PointArray,
+ // Move by left top corner over x-axis
+ x: function x(_x4) {
+ return _x4 == null ? this.bbox().x : this.move(_x4, this.bbox().y);
+ },
+ // Move by left top corner over y-axis
+ y: function y(_y3) {
+ return _y3 == null ? this.bbox().y : this.move(this.bbox().x, _y3);
+ },
+ // Set width of element
+ width: function width(_width3) {
+ var b = this.bbox();
+ return _width3 == null ? b.width : this.size(_width3, b.height);
+ },
+ // Set height of element
+ height: function height(_height3) {
+ var b = this.bbox();
+ return _height3 == null ? b.height : this.size(b.width, _height3);
+ }
+ });
+ SVG.Path = SVG.invent({
+ // Initialize node
+ create: 'path',
+ // Inherit from
+ inherit: SVG.Shape,
+ // Add class methods
+ extend: {
+ // Define morphable array
+ morphArray: SVG.PathArray,
+ // Get array
+ array: function array() {
+ return this._array || (this._array = new SVG.PathArray(this.attr('d')));
+ },
+ // Plot new path
+ plot: function plot(d) {
+ return d == null ? this.array() : this.clear().attr('d', typeof d === 'string' ? d : this._array = new SVG.PathArray(d));
+ },
+ // Clear array cache
+ clear: function clear() {
+ delete this._array;
+ return this;
+ }
+ },
+ // Add parent method
+ construct: {
+ // Create a wrapped path element
+ path: function path(d) {
+ // make sure plot is called as a setter
+ return this.put(new SVG.Path()).plot(d || new SVG.PathArray());
+ }
+ }
+ });
+ SVG.Image = SVG.invent({
+ // Initialize node
+ create: 'image',
+ // Inherit from
+ inherit: SVG.Shape,
+ // Add class methods
+ extend: {
+ // (re)load image
+ load: function load(url) {
+ if (!url) return this;
+ var self = this,
+ img = new window.Image(); // preload image
+
+ SVG.on(img, 'load', function () {
+ SVG.off(img);
+ var p = self.parent(SVG.Pattern);
+ if (p === null) return; // ensure image size
+
+ if (self.width() == 0 && self.height() == 0) {
+ self.size(img.width, img.height);
+ } // ensure pattern size if not set
+
+
+ if (p && p.width() == 0 && p.height() == 0) {
+ p.size(self.width(), self.height());
+ } // callback
+
+
+ if (typeof self._loaded === 'function') {
+ self._loaded.call(self, {
+ width: img.width,
+ height: img.height,
+ ratio: img.width / img.height,
+ url: url
+ });
+ }
+ });
+ SVG.on(img, 'error', function (e) {
+ SVG.off(img);
+
+ if (typeof self._error === 'function') {
+ self._error.call(self, e);
+ }
+ });
+ return this.attr('href', img.src = this.src = url, SVG.xlink);
+ },
+ // Add loaded callback
+ loaded: function loaded(_loaded) {
+ this._loaded = _loaded;
+ return this;
+ },
+ error: function error(_error) {
+ this._error = _error;
+ return this;
+ }
+ },
+ // Add parent method
+ construct: {
+ // create image element, load image and set its size
+ image: function image(source, width, height) {
+ return this.put(new SVG.Image()).load(source).size(width || 0, height || width || 0);
+ }
+ }
+ });
+ SVG.Text = SVG.invent({
+ // Initialize node
+ create: function create() {
+ this.constructor.call(this, SVG.create('text'));
+ this.dom.leading = new SVG.Number(1.3); // store leading value for rebuilding
+
+ this._rebuild = true; // enable automatic updating of dy values
+
+ this._build = false; // disable build mode for adding multiple lines
+ // set default font
+
+ this.attr('font-family', SVG.defaults.attrs['font-family']);
+ },
+ // Inherit from
+ inherit: SVG.Shape,
+ // Add class methods
+ extend: {
+ // Move over x-axis
+ x: function x(_x5) {
+ // act as getter
+ if (_x5 == null) {
+ return this.attr('x');
+ }
+
+ return this.attr('x', _x5);
+ },
+ // Set the text content
+ text: function text(_text) {
+ // act as getter
+ if (typeof _text === 'undefined') {
+ var _text = '';
+ var children = this.node.childNodes;
+
+ for (var i = 0, len = children.length; i < len; ++i) {
+ // add newline if its not the first child and newLined is set to true
+ if (i != 0 && children[i].nodeType != 3 && SVG.adopt(children[i]).dom.newLined == true) {
+ _text += '\n';
+ } // add content of this node
+
+
+ _text += children[i].textContent;
+ }
+
+ return _text;
+ } // remove existing content
+
+
+ this.clear().build(true);
+
+ if (typeof _text === 'function') {
+ // call block
+ _text.call(this, this);
+ } else {
+ // store text and make sure text is not blank
+ _text = _text.split('\n'); // build new lines
+
+ for (var i = 0, il = _text.length; i < il; i++) {
+ this.tspan(_text[i]).newLine();
+ }
+ } // disable build mode and rebuild lines
+
+
+ return this.build(false).rebuild();
+ },
+ // Set font size
+ size: function size(_size) {
+ return this.attr('font-size', _size).rebuild();
+ },
+ // Set / get leading
+ leading: function leading(value) {
+ // act as getter
+ if (value == null) {
+ return this.dom.leading;
+ } // act as setter
+
+
+ this.dom.leading = new SVG.Number(value);
+ return this.rebuild();
+ },
+ // Get all the first level lines
+ lines: function lines() {
+ var node = (this.textPath && this.textPath() || this).node; // filter tspans and map them to SVG.js instances
+
+ var lines = SVG.utils.map(SVG.utils.filterSVGElements(node.childNodes), function (el) {
+ return SVG.adopt(el);
+ }); // return an instance of SVG.set
+
+ return new SVG.Set(lines);
+ },
+ // Rebuild appearance type
+ rebuild: function rebuild(_rebuild) {
+ // store new rebuild flag if given
+ if (typeof _rebuild === 'boolean') {
+ this._rebuild = _rebuild;
+ } // define position of all lines
+
+
+ if (this._rebuild) {
+ var self = this,
+ blankLineOffset = 0,
+ dy = this.dom.leading * new SVG.Number(this.attr('font-size'));
+ this.lines().each(function () {
+ if (this.dom.newLined) {
+ if (!self.textPath()) {
+ this.attr('x', self.attr('x'));
+ }
+
+ if (this.text() == '\n') {
+ blankLineOffset += dy;
+ } else {
+ this.attr('dy', dy + blankLineOffset);
+ blankLineOffset = 0;
+ }
+ }
+ });
+ this.fire('rebuild');
+ }
+
+ return this;
+ },
+ // Enable / disable build mode
+ build: function build(_build) {
+ this._build = !!_build;
+ return this;
+ },
+ // overwrite method from parent to set data properly
+ setData: function setData(o) {
+ this.dom = o;
+ this.dom.leading = new SVG.Number(o.leading || 1.3);
+ return this;
+ }
+ },
+ // Add parent method
+ construct: {
+ // Create text element
+ text: function text(_text2) {
+ return this.put(new SVG.Text()).text(_text2);
+ },
+ // Create plain text element
+ plain: function plain(text) {
+ return this.put(new SVG.Text()).plain(text);
+ }
+ }
+ });
+ SVG.Tspan = SVG.invent({
+ // Initialize node
+ create: 'tspan',
+ // Inherit from
+ inherit: SVG.Shape,
+ // Add class methods
+ extend: {
+ // Set text content
+ text: function text(_text3) {
+ if (_text3 == null) return this.node.textContent + (this.dom.newLined ? '\n' : '');
+ typeof _text3 === 'function' ? _text3.call(this, this) : this.plain(_text3);
+ return this;
+ },
+ // Shortcut dx
+ dx: function dx(_dx) {
+ return this.attr('dx', _dx);
+ },
+ // Shortcut dy
+ dy: function dy(_dy) {
+ return this.attr('dy', _dy);
+ },
+ // Create new line
+ newLine: function newLine() {
+ // fetch text parent
+ var t = this.parent(SVG.Text); // mark new line
+
+ this.dom.newLined = true; // apply new hy¡n
+
+ return this.dy(t.dom.leading * t.attr('font-size')).attr('x', t.x());
+ }
+ }
+ });
+ SVG.extend(SVG.Text, SVG.Tspan, {
+ // Create plain text node
+ plain: function plain(text) {
+ // clear if build mode is disabled
+ if (this._build === false) {
+ this.clear();
+ } // create text node
+
+
+ this.node.appendChild(document.createTextNode(text));
+ return this;
+ },
+ // Create a tspan
+ tspan: function tspan(text) {
+ var node = (this.textPath && this.textPath() || this).node,
+ tspan = new SVG.Tspan(); // clear if build mode is disabled
+
+ if (this._build === false) {
+ this.clear();
+ } // add new tspan
+
+
+ node.appendChild(tspan.node);
+ return tspan.text(text);
+ },
+ // Clear all lines
+ clear: function clear() {
+ var node = (this.textPath && this.textPath() || this).node; // remove existing child nodes
+
+ while (node.hasChildNodes()) {
+ node.removeChild(node.lastChild);
+ }
+
+ return this;
+ },
+ // Get length of text element
+ length: function length() {
+ return this.node.getComputedTextLength();
+ }
+ });
+ SVG.TextPath = SVG.invent({
+ // Initialize node
+ create: 'textPath',
+ // Inherit from
+ inherit: SVG.Parent,
+ // Define parent class
+ parent: SVG.Text,
+ // Add parent method
+ construct: {
+ morphArray: SVG.PathArray,
+ // return the array of the path track element
+ array: function array() {
+ var track = this.track();
+ return track ? track.array() : null;
+ },
+ // Plot path if any
+ plot: function plot(d) {
+ var track = this.track(),
+ pathArray = null;
+
+ if (track) {
+ pathArray = track.plot(d);
+ }
+
+ return d == null ? pathArray : this;
+ },
+ // Get the path track element
+ track: function track() {
+ var path = this.textPath();
+
+ if (path) {
+ return path.reference('href');
+ }
+ },
+ // Get the textPath child
+ textPath: function textPath() {
+ if (this.node.firstChild && this.node.firstChild.nodeName == 'textPath') {
+ return SVG.adopt(this.node.firstChild);
+ }
+ }
+ }
+ });
+ SVG.Nested = SVG.invent({
+ // Initialize node
+ create: function create() {
+ this.constructor.call(this, SVG.create('svg'));
+ this.style('overflow', 'visible');
+ },
+ // Inherit from
+ inherit: SVG.Container,
+ // Add parent method
+ construct: {
+ // Create nested svg document
+ nested: function nested() {
+ return this.put(new SVG.Nested());
+ }
+ }
+ }); // Define list of available attributes for stroke and fill
+
+ var sugar = {
+ stroke: ['color', 'width', 'opacity', 'linecap', 'linejoin', 'miterlimit', 'dasharray', 'dashoffset'],
+ fill: ['color', 'opacity', 'rule'],
+ prefix: function prefix(t, a) {
+ return a == 'color' ? t : t + '-' + a;
+ }
+ } // Add sugar for fill and stroke
+ ;
+ ['fill', 'stroke'].forEach(function (m) {
+ var extension = {};
+
+ extension[m] = function (o) {
+ if (typeof o === 'undefined') {
+ return this;
+ }
+
+ if (typeof o === 'string' || SVG.Color.isRgb(o) || o && typeof o.fill === 'function') {
+ this.attr(m, o);
+ } else // set all attributes from sugar.fill and sugar.stroke list
+ {
+ for (var i = sugar[m].length - 1; i >= 0; i--) {
+ if (o[sugar[m][i]] != null) {
+ this.attr(sugar.prefix(m, sugar[m][i]), o[sugar[m][i]]);
+ }
+ }
+ }
+
+ return this;
+ };
+
+ SVG.extend(SVG.Element, SVG.FX, extension);
+ });
+ SVG.extend(SVG.Element, SVG.FX, {
+ // Map translate to transform
+ translate: function translate(x, y) {
+ return this.transform({
+ x: x,
+ y: y
+ });
+ },
+ // Map matrix to transform
+ matrix: function matrix(m) {
+ return this.attr('transform', new SVG.Matrix(arguments.length == 6 ? [].slice.call(arguments) : m));
+ },
+ // Opacity
+ opacity: function opacity(value) {
+ return this.attr('opacity', value);
+ },
+ // Relative move over x axis
+ dx: function dx(x) {
+ return this.x(new SVG.Number(x).plus(this instanceof SVG.FX ? 0 : this.x()), true);
+ },
+ // Relative move over y axis
+ dy: function dy(y) {
+ return this.y(new SVG.Number(y).plus(this instanceof SVG.FX ? 0 : this.y()), true);
+ }
+ });
+ SVG.extend(SVG.Path, {
+ // Get path length
+ length: function length() {
+ return this.node.getTotalLength();
+ },
+ // Get point at length
+ pointAt: function pointAt(length) {
+ return this.node.getPointAtLength(length);
+ }
+ });
+ SVG.Set = SVG.invent({
+ // Initialize
+ create: function create(members) {
+ // Set initial state
+ Array.isArray(members) ? this.members = members : this.clear();
+ },
+ // Add class methods
+ extend: {
+ // Add element to set
+ add: function add() {
+ var il,
+ elements = [].slice.call(arguments);
+
+ for (var i = 0, il = elements.length; i < il; i++) {
+ this.members.push(elements[i]);
+ }
+
+ return this;
+ },
+ // Remove element from set
+ remove: function remove(element) {
+ var i = this.index(element); // remove given child
+
+ if (i > -1) {
+ this.members.splice(i, 1);
+ }
+
+ return this;
+ },
+ // Iterate over all members
+ each: function each(block) {
+ for (var i = 0, il = this.members.length; i < il; i++) {
+ block.apply(this.members[i], [i, this.members]);
+ }
+
+ return this;
+ },
+ // Restore to defaults
+ clear: function clear() {
+ // initialize store
+ this.members = [];
+ return this;
+ },
+ // Get the length of a set
+ length: function length() {
+ return this.members.length;
+ },
+ // Checks if a given element is present in set
+ has: function has(element) {
+ return this.index(element) >= 0;
+ },
+ // retuns index of given element in set
+ index: function index(element) {
+ return this.members.indexOf(element);
+ },
+ // Get member at given index
+ get: function get(i) {
+ return this.members[i];
+ },
+ // Get first member
+ first: function first() {
+ return this.get(0);
+ },
+ // Get last member
+ last: function last() {
+ return this.get(this.members.length - 1);
+ },
+ // Default value
+ valueOf: function valueOf() {
+ return this.members;
+ }
+ },
+ // Add parent method
+ construct: {
+ // Create a new set
+ set: function set(members) {
+ return new SVG.Set(members);
+ }
+ }
+ });
+ SVG.FX.Set = SVG.invent({
+ // Initialize node
+ create: function create(set) {
+ // store reference to set
+ this.set = set;
+ }
+ }); // Alias methods
+
+ SVG.Set.inherit = function () {
+ var methods = []; // gather shape methods
+
+ for (var m in SVG.Shape.prototype) {
+ if (typeof SVG.Shape.prototype[m] === 'function' && typeof SVG.Set.prototype[m] !== 'function') {
+ methods.push(m);
+ }
+ } // apply shape aliasses
+
+
+ methods.forEach(function (method) {
+ SVG.Set.prototype[method] = function () {
+ for (var i = 0, il = this.members.length; i < il; i++) {
+ if (this.members[i] && typeof this.members[i][method] === 'function') {
+ this.members[i][method].apply(this.members[i], arguments);
+ }
+ }
+
+ return method == 'animate' ? this.fx || (this.fx = new SVG.FX.Set(this)) : this;
+ };
+ }); // clear methods for the next round
+
+ methods = []; // gather fx methods
+
+ for (var m in SVG.FX.prototype) {
+ if (typeof SVG.FX.prototype[m] === 'function' && typeof SVG.FX.Set.prototype[m] !== 'function') {
+ methods.push(m);
+ }
+ } // apply fx aliasses
+
+
+ methods.forEach(function (method) {
+ SVG.FX.Set.prototype[method] = function () {
+ for (var i = 0, il = this.set.members.length; i < il; i++) {
+ this.set.members[i].fx[method].apply(this.set.members[i].fx, arguments);
+ }
+
+ return this;
+ };
+ });
+ };
+
+ SVG.extend(SVG.Element, {});
+ SVG.extend(SVG.Element, {
+ // Remember arbitrary data
+ remember: function remember(k, v) {
+ // remember every item in an object individually
+ if (_typeof(arguments[0]) === 'object') {
+ for (var v_ in k) {
+ this.remember(v_, k[v_]);
+ }
+ } // retrieve memory
+ else if (arguments.length == 1) {
+ return this.memory()[k];
+ } // store memory
+ else {
+ this.memory()[k] = v;
+ }
+
+ return this;
+ },
+ // Erase a given memory
+ forget: function forget() {
+ if (arguments.length == 0) {
+ this._memory = {};
+ } else {
+ for (var i = arguments.length - 1; i >= 0; i--) {
+ delete this.memory()[arguments[i]];
+ }
+ }
+
+ return this;
+ },
+ // Initialize or return local memory object
+ memory: function memory() {
+ return this._memory || (this._memory = {});
+ }
+ }); // Method for getting an element by id
+
+ SVG.get = function (id) {
+ var node = document.getElementById(idFromReference(id) || id);
+ return SVG.adopt(node);
+ }; // Select elements by query string
+
+
+ SVG.select = function (query, parent) {
+ return new SVG.Set(SVG.utils.map((parent || document).querySelectorAll(query), function (node) {
+ return SVG.adopt(node);
+ }));
+ };
+
+ SVG.extend(SVG.Parent, {
+ // Scoped select method
+ select: function select(query) {
+ return SVG.select(query, this.node);
+ }
+ });
+
+ function pathRegReplace(a, b, c, d) {
+ return c + d.replace(SVG.regex.dots, ' .');
+ } // creates deep clone of array
+
+
+ function _is(el, obj) {
+ return el instanceof obj;
+ } // tests if a given selector matches an element
+
+
+ function _matches(el, selector) {
+ return (el.matches || el.matchesSelector || el.msMatchesSelector || el.mozMatchesSelector || el.webkitMatchesSelector || el.oMatchesSelector).call(el, selector);
+ } // Convert dash-separated-string to camelCase
+
+
+ function camelCase(s) {
+ return s.toLowerCase().replace(/-(.)/g, function (m, g) {
+ return g.toUpperCase();
+ });
+ } // Capitalize first letter of a string
+
+
+ function capitalize(s) {
+ return s.charAt(0).toUpperCase() + s.slice(1);
+ } // Ensure to six-based hex
+
+
+ function fullHex(hex) {
+ return hex.length == 4 ? ['#', hex.substring(1, 2), hex.substring(1, 2), hex.substring(2, 3), hex.substring(2, 3), hex.substring(3, 4), hex.substring(3, 4)].join('') : hex;
+ } // Component to hex value
+
+
+ function compToHex(comp) {
+ var hex = comp.toString(16);
+ return hex.length == 1 ? '0' + hex : hex;
+ } // Calculate proportional width and height values when necessary
+
+
+ function proportionalSize(element, width, height) {
+ if (width == null || height == null) {
+ var box = element.bbox();
+
+ if (width == null) {
+ width = box.width / box.height * height;
+ } else if (height == null) {
+ height = box.height / box.width * width;
+ }
+ }
+
+ return {
+ width: width,
+ height: height
+ };
+ } // Delta transform point
+
+
+ function deltaTransformPoint(matrix, x, y) {
+ return {
+ x: x * matrix.a + y * matrix.c + 0,
+ y: x * matrix.b + y * matrix.d + 0
+ };
+ } // Map matrix array to object
+
+
+ function arrayToMatrix(a) {
+ return {
+ a: a[0],
+ b: a[1],
+ c: a[2],
+ d: a[3],
+ e: a[4],
+ f: a[5]
+ };
+ } // Parse matrix if required
+
+
+ function parseMatrix(matrix) {
+ if (!(matrix instanceof SVG.Matrix)) {
+ matrix = new SVG.Matrix(matrix);
+ }
+
+ return matrix;
+ } // Add centre point to transform object
+
+
+ function arrayToString(a) {
+ for (var i = 0, il = a.length, s = ''; i < il; i++) {
+ s += a[i][0];
+
+ if (a[i][1] != null) {
+ s += a[i][1];
+
+ if (a[i][2] != null) {
+ s += ' ';
+ s += a[i][2];
+
+ if (a[i][3] != null) {
+ s += ' ';
+ s += a[i][3];
+ s += ' ';
+ s += a[i][4];
+
+ if (a[i][5] != null) {
+ s += ' ';
+ s += a[i][5];
+ s += ' ';
+ s += a[i][6];
+
+ if (a[i][7] != null) {
+ s += ' ';
+ s += a[i][7];
+ }
+ }
+ }
+ }
+ }
+ }
+
+ return s + ' ';
+ } // Deep new id assignment
+
+
+ function assignNewId(node) {
+ // do the same for SVG child nodes as well
+ for (var i = node.childNodes.length - 1; i >= 0; i--) {
+ if (node.childNodes[i] instanceof window.SVGElement) {
+ assignNewId(node.childNodes[i]);
+ }
+ }
+
+ return SVG.adopt(node).id(SVG.eid(node.nodeName));
+ } // Add more bounding box properties
+
+
+ function fullBox(b) {
+ if (b.x == null) {
+ b.x = 0;
+ b.y = 0;
+ b.width = 0;
+ b.height = 0;
+ }
+
+ b.w = b.width;
+ b.h = b.height;
+ b.x2 = b.x + b.width;
+ b.y2 = b.y + b.height;
+ b.cx = b.x + b.width / 2;
+ b.cy = b.y + b.height / 2;
+ return b;
+ } // Get id from reference string
+
+
+ function idFromReference(url) {
+ var m = (url || '').toString().match(SVG.regex.reference);
+ if (m) return m[1];
+ } // If values like 1e-88 are passed, this is not a valid 32 bit float,
+ // but in those cases, we are so close to 0 that 0 works well!
+
+
+ function float32String(v) {
+ return Math.abs(v) > 1e-37 ? v : 0;
+ } // Create matrix array for looping
+
+
+ var abcdef = 'abcdef'.split(''); // Add CustomEvent to IE9 and IE10
+
+ if (typeof window.CustomEvent !== 'function') {
+ // Code from: https://developer.mozilla.org/en-US/docs/Web/API/CustomEvent
+ var CustomEventPoly = function CustomEventPoly(event, options) {
+ options = options || {
+ bubbles: false,
+ cancelable: false,
+ detail: undefined
+ };
+ var e = document.createEvent('CustomEvent');
+ e.initCustomEvent(event, options.bubbles, options.cancelable, options.detail);
+ return e;
+ };
+
+ CustomEventPoly.prototype = window.Event.prototype;
+ SVG.CustomEvent = CustomEventPoly;
+ } else {
+ SVG.CustomEvent = window.CustomEvent;
+ }
+
+ return SVG;
+ });
+
+ /*! svg.filter.js - v2.0.2 - 2016-02-24
+ * https://github.com/wout/svg.filter.js
+ * Copyright (c) 2016 Wout Fierens; Licensed MIT */
+ (function() {
+
+ // Main filter class
+ SVG.Filter = SVG.invent({
+ create: 'filter',
+ inherit: SVG.Parent,
+ extend: {
+ // Static strings
+ source: 'SourceGraphic',
+ sourceAlpha: 'SourceAlpha',
+ background: 'BackgroundImage',
+ backgroundAlpha: 'BackgroundAlpha',
+ fill: 'FillPaint',
+ stroke: 'StrokePaint',
+
+ autoSetIn: true,
+ // Custom put method for leaner code
+ put: function(element, i) {
+ this.add(element, i);
+
+ if(!element.attr('in') && this.autoSetIn){
+ element.attr('in',this.source);
+ }
+ if(!element.attr('result')){
+ element.attr('result',element);
+ }
+
+ return element
+ },
+ // Blend effect
+ blend: function(in1, in2, mode) {
+ return this.put(new SVG.BlendEffect(in1, in2, mode))
+ },
+ // ColorMatrix effect
+ colorMatrix: function(type, values) {
+ return this.put(new SVG.ColorMatrixEffect(type, values))
+ },
+ // ConvolveMatrix effect
+ convolveMatrix: function(matrix) {
+ return this.put(new SVG.ConvolveMatrixEffect(matrix))
+ },
+ // ComponentTransfer effect
+ componentTransfer: function(components) {
+ return this.put(new SVG.ComponentTransferEffect(components))
+ },
+ // Composite effect
+ composite: function(in1, in2, operator) {
+ return this.put(new SVG.CompositeEffect(in1, in2, operator))
+ },
+ // Flood effect
+ flood: function(color, opacity) {
+ return this.put(new SVG.FloodEffect(color, opacity))
+ },
+ // Offset effect
+ offset: function(x, y) {
+ return this.put(new SVG.OffsetEffect(x,y))
+ },
+ // Image effect
+ image: function(src) {
+ return this.put(new SVG.ImageEffect(src))
+ },
+ // Merge effect
+ merge: function() {
+ //pass the array of arguments to the constructor because we dont know if the user gave us an array as the first arguemnt or wether they listed the effects in the arguments
+ var args = [undefined];
+ for(var i in arguments) args.push(arguments[i]);
+ return this.put(new (SVG.MergeEffect.bind.apply(SVG.MergeEffect,args)))
+ },
+ // Gaussian Blur effect
+ gaussianBlur: function(x,y) {
+ return this.put(new SVG.GaussianBlurEffect(x,y))
+ },
+ // Morphology effect
+ morphology: function(operator,radius){
+ return this.put(new SVG.MorphologyEffect(operator,radius))
+ },
+ // DiffuseLighting effect
+ diffuseLighting: function(surfaceScale,diffuseConstant,kernelUnitLength){
+ return this.put(new SVG.DiffuseLightingEffect(surfaceScale,diffuseConstant,kernelUnitLength))
+ },
+ // DisplacementMap effect
+ displacementMap: function(in1,in2,scale,xChannelSelector,yChannelSelector){
+ return this.put(new SVG.DisplacementMapEffect(in1,in2,scale,xChannelSelector,yChannelSelector))
+ },
+ // SpecularLighting effect
+ specularLighting: function(surfaceScale,diffuseConstant,specularExponent,kernelUnitLength){
+ return this.put(new SVG.SpecularLightingEffect(surfaceScale,diffuseConstant,specularExponent,kernelUnitLength))
+ },
+ // Tile effect
+ tile: function(){
+ return this.put(new SVG.TileEffect());
+ },
+ // Turbulence effect
+ turbulence: function(baseFrequency,numOctaves,seed,stitchTiles,type){
+ return this.put(new SVG.TurbulenceEffect(baseFrequency,numOctaves,seed,stitchTiles,type))
+ },
+ // Default string value
+ toString: function() {
+ return 'url(#' + this.attr('id') + ')'
+ }
+ }
+ });
+
+ //add .filter function
+ SVG.extend(SVG.Defs, {
+ // Define filter
+ filter: function(block) {
+ var filter = this.put(new SVG.Filter);
+
+ /* invoke passed block */
+ if (typeof block === 'function')
+ block.call(filter, filter);
+
+ return filter
+ }
+ });
+ SVG.extend(SVG.Container, {
+ // Define filter on defs
+ filter: function(block) {
+ return this.defs().filter(block)
+ }
+ });
+ SVG.extend(SVG.Element, SVG.G, SVG.Nested, {
+ // Create filter element in defs and store reference
+ filter: function(block) {
+ this.filterer = block instanceof SVG.Element ?
+ block : this.doc().filter(block);
+
+ if(this.doc() && this.filterer.doc() !== this.doc()){
+ this.doc().defs().add(this.filterer);
+ }
+
+ this.attr('filter', this.filterer);
+
+ return this.filterer
+ },
+ // Remove filter
+ unfilter: function(remove) {
+ /* also remove the filter node */
+ if (this.filterer && remove === true)
+ this.filterer.remove();
+
+ /* delete reference to filterer */
+ delete this.filterer;
+
+ /* remove filter attribute */
+ return this.attr('filter', null)
+ }
+ });
+
+ // Create SVG.Effect class
+ SVG.Effect = SVG.invent({
+ create: function(){
+ this.constructor.call(this);
+ },
+ inherit: SVG.Element,
+ extend: {
+ // Set in attribute
+ in: function(effect) {
+ return effect == null? this.parent() && this.parent().select('[result="'+this.attr('in')+'"]').get(0) || this.attr('in') : this.attr('in', effect)
+ },
+ // Named result
+ result: function(result) {
+ return result == null? this.attr('result') : this.attr('result',result)
+ },
+ // Stringification
+ toString: function() {
+ return this.result()
+ }
+ }
+ });
+
+ // create class for parent effects like merge
+ // Inherit from SVG.Parent
+ SVG.ParentEffect = SVG.invent({
+ create: function(){
+ this.constructor.call(this);
+ },
+ inherit: SVG.Parent,
+ extend: {
+ // Set in attribute
+ in: function(effect) {
+ return effect == null? this.parent() && this.parent().select('[result="'+this.attr('in')+'"]').get(0) || this.attr('in') : this.attr('in', effect)
+ },
+ // Named result
+ result: function(result) {
+ return result == null? this.attr('result') : this.attr('result',result)
+ },
+ // Stringification
+ toString: function() {
+ return this.result()
+ }
+ }
+ });
+
+ //chaining
+ var chainingEffects = {
+ // Blend effect
+ blend: function(in2, mode) {
+ return this.parent() && this.parent().blend(this, in2, mode) //pass this as the first input
+ },
+ // ColorMatrix effect
+ colorMatrix: function(type, values) {
+ return this.parent() && this.parent().colorMatrix(type, values).in(this)
+ },
+ // ConvolveMatrix effect
+ convolveMatrix: function(matrix) {
+ return this.parent() && this.parent().convolveMatrix(matrix).in(this)
+ },
+ // ComponentTransfer effect
+ componentTransfer: function(components) {
+ return this.parent() && this.parent().componentTransfer(components).in(this)
+ },
+ // Composite effect
+ composite: function(in2, operator) {
+ return this.parent() && this.parent().composite(this, in2, operator) //pass this as the first input
+ },
+ // Flood effect
+ flood: function(color, opacity) {
+ return this.parent() && this.parent().flood(color, opacity) //this effect dont have inputs
+ },
+ // Offset effect
+ offset: function(x, y) {
+ return this.parent() && this.parent().offset(x,y).in(this)
+ },
+ // Image effect
+ image: function(src) {
+ return this.parent() && this.parent().image(src) //this effect dont have inputs
+ },
+ // Merge effect
+ merge: function() {
+ return this.parent() && this.parent().merge.apply(this.parent(),[this].concat(arguments)) //pass this as the first argument
+ },
+ // Gaussian Blur effect
+ gaussianBlur: function(x,y) {
+ return this.parent() && this.parent().gaussianBlur(x,y).in(this)
+ },
+ // Morphology effect
+ morphology: function(operator,radius){
+ return this.parent() && this.parent().morphology(operator,radius).in(this)
+ },
+ // DiffuseLighting effect
+ diffuseLighting: function(surfaceScale,diffuseConstant,kernelUnitLength){
+ return this.parent() && this.parent().diffuseLighting(surfaceScale,diffuseConstant,kernelUnitLength).in(this)
+ },
+ // DisplacementMap effect
+ displacementMap: function(in2,scale,xChannelSelector,yChannelSelector){
+ return this.parent() && this.parent().displacementMap(this,in2,scale,xChannelSelector,yChannelSelector) //pass this as the first input
+ },
+ // SpecularLighting effect
+ specularLighting: function(surfaceScale,diffuseConstant,specularExponent,kernelUnitLength){
+ return this.parent() && this.parent().specularLighting(surfaceScale,diffuseConstant,specularExponent,kernelUnitLength).in(this)
+ },
+ // Tile effect
+ tile: function(){
+ return this.parent() && this.parent().tile().in(this)
+ },
+ // Turbulence effect
+ turbulence: function(baseFrequency,numOctaves,seed,stitchTiles,type){
+ return this.parent() && this.parent().turbulence(baseFrequency,numOctaves,seed,stitchTiles,type).in(this)
+ }
+ };
+ SVG.extend(SVG.Effect,chainingEffects);
+ SVG.extend(SVG.ParentEffect,chainingEffects);
+
+ //crea class for child effects, like MergeNode, FuncR and lights
+ SVG.ChildEffect = SVG.invent({
+ create: function(){
+ this.constructor.call(this);
+ },
+ inherit: SVG.Element,
+ extend: {
+ in: function(effect){
+ this.attr('in',effect);
+ }
+ //dont include any "result" functions because these types of nodes dont have them
+ }
+ });
+
+ // Create all different effects
+ var effects = {
+ blend: function(in1,in2,mode){
+ this.attr({
+ in: in1,
+ in2: in2,
+ mode: mode || 'normal'
+ });
+ },
+ colorMatrix: function(type,values){
+ if (type == 'matrix')
+ values = normaliseMatrix(values);
+
+ this.attr({
+ type: type
+ , values: typeof values == 'undefined' ? null : values
+ });
+ },
+ convolveMatrix: function(matrix){
+ matrix = normaliseMatrix(matrix);
+
+ this.attr({
+ order: Math.sqrt(matrix.split(' ').length)
+ , kernelMatrix: matrix
+ });
+ },
+ composite: function(in1, in2, operator){
+ this.attr({
+ in: in1,
+ in2: in2,
+ operator: operator
+ });
+ },
+ flood: function(color,opacity){
+ this.attr('flood-color',color);
+ if(opacity != null) this.attr('flood-opacity',opacity);
+ },
+ offset: function(x,y){
+ this.attr({
+ dx: x,
+ dy: y
+ });
+ },
+ image: function(src){
+ this.attr('href', src, SVG.xlink);
+ },
+ displacementMap: function(in1,in2,scale,xChannelSelector,yChannelSelector){
+ this.attr({
+ in: in1,
+ in2: in2,
+ scale: scale,
+ xChannelSelector: xChannelSelector,
+ yChannelSelector: yChannelSelector
+ });
+ },
+ gaussianBlur: function(x,y){
+ if(x != null || y != null)
+ this.attr('stdDeviation', listString(Array.prototype.slice.call(arguments)));
+ else
+ this.attr('stdDeviation', '0 0');
+ },
+ morphology: function(operator,radius){
+ this.attr({
+ operator: operator,
+ radius: radius
+ });
+ },
+ tile: function(){
+
+ },
+ turbulence: function(baseFrequency,numOctaves,seed,stitchTiles,type){
+ this.attr({
+ numOctaves: numOctaves,
+ seed: seed,
+ stitchTiles: stitchTiles,
+ baseFrequency: baseFrequency,
+ type: type
+ });
+ }
+ };
+
+ // Create all parent effects
+ var parentEffects = {
+ merge: function(){
+ var children;
+
+ //test to see if we have a set
+ if(arguments[0] instanceof SVG.Set){
+ var that = this;
+ arguments[0].each(function(i){
+ if(this instanceof SVG.MergeNode)
+ that.put(this);
+ else if(this instanceof SVG.Effect || this instanceof SVG.ParentEffect)
+ that.put(new SVG.MergeNode(this));
+ });
+ }
+ else {
+ //if the first argument is an array use it
+ if(Array.isArray(arguments[0]))
+ children = arguments[0];
+ else
+ children = arguments;
+
+ for(var i = 0; i < children.length; i++){
+ if(children[i] instanceof SVG.MergeNode){
+ this.put(children[i]);
+ }
+ else this.put(new SVG.MergeNode(children[i]));
+ }
+ }
+ },
+ componentTransfer: function(compontents){
+ /* create rgb set */
+ this.rgb = new SVG.Set
+
+ /* create components */
+ ;(['r', 'g', 'b', 'a']).forEach(function(c) {
+ /* create component */
+ this[c] = new SVG['Func' + c.toUpperCase()]('identity');
+
+ /* store component in set */
+ this.rgb.add(this[c]);
+
+ /* add component node */
+ this.node.appendChild(this[c].node);
+ }.bind(this)); //lost context in foreach
+
+ /* set components */
+ if (compontents) {
+ if (compontents.rgb) {
+ (['r', 'g', 'b']).forEach(function(c) {
+ this[c].attr(compontents.rgb);
+ }.bind(this));
+
+ delete compontents.rgb;
+ }
+
+ /* set individual components */
+ for (var c in compontents)
+ this[c].attr(compontents[c]);
+ }
+ },
+ diffuseLighting: function(surfaceScale,diffuseConstant,kernelUnitLength){
+ this.attr({
+ surfaceScale: surfaceScale,
+ diffuseConstant: diffuseConstant,
+ kernelUnitLength: kernelUnitLength
+ });
+ },
+ specularLighting: function(surfaceScale,diffuseConstant,specularExponent,kernelUnitLength){
+ this.attr({
+ surfaceScale: surfaceScale,
+ diffuseConstant: diffuseConstant,
+ specularExponent: specularExponent,
+ kernelUnitLength: kernelUnitLength
+ });
+ },
+ };
+
+ // Create child effects like PointLight and MergeNode
+ var childEffects = {
+ distantLight: function(azimuth, elevation){
+ this.attr({
+ azimuth: azimuth,
+ elevation: elevation
+ });
+ },
+ pointLight: function(x,y,z){
+ this.attr({
+ x: x,
+ y: y,
+ z: z
+ });
+ },
+ spotLight: function(x,y,z,pointsAtX,pointsAtY,pointsAtZ){
+ this.attr({
+ x: x,
+ y: y,
+ z: z,
+ pointsAtX: pointsAtX,
+ pointsAtY: pointsAtY,
+ pointsAtZ: pointsAtZ
+ });
+ },
+ mergeNode: function(in1){
+ this.attr('in',in1);
+ }
+ }
+
+ // Create compontent functions
+ ;(['r', 'g', 'b', 'a']).forEach(function(c) {
+ /* create class */
+ childEffects['Func' + c.toUpperCase()] = function(type) {
+ this.attr('type',type);
+
+ // take diffent arguments based on the type
+ switch(type){
+ case 'table':
+ this.attr('tableValues',arguments[1]);
+ break
+ case 'linear':
+ this.attr('slope',arguments[1]);
+ this.attr('intercept',arguments[2]);
+ break
+ case 'gamma':
+ this.attr('amplitude',arguments[1]);
+ this.attr('exponent',arguments[2]);
+ this.attr('offset',arguments[2]);
+ break
+ }
+ };
+ });
+
+ //create effects
+ foreach(effects,function(effect,i){
+
+ /* capitalize name */
+ var name = i.charAt(0).toUpperCase() + i.slice(1);
+ var proto = {};
+
+ /* create class */
+ SVG[name + 'Effect'] = SVG.invent({
+ create: function() {
+ //call super
+ this.constructor.call(this, SVG.create('fe' + name));
+
+ //call constructor for this effect
+ effect.apply(this,arguments);
+
+ //set the result
+ this.result(this.attr('id') + 'Out');
+ },
+ inherit: SVG.Effect,
+ extend: proto
+ });
+ });
+
+ //create parent effects
+ foreach(parentEffects,function(effect,i){
+
+ /* capitalize name */
+ var name = i.charAt(0).toUpperCase() + i.slice(1);
+ var proto = {};
+
+ /* create class */
+ SVG[name + 'Effect'] = SVG.invent({
+ create: function() {
+ //call super
+ this.constructor.call(this, SVG.create('fe' + name));
+
+ //call constructor for this effect
+ effect.apply(this,arguments);
+
+ //set the result
+ this.result(this.attr('id') + 'Out');
+ },
+ inherit: SVG.ParentEffect,
+ extend: proto
+ });
+ });
+
+ //create child effects
+ foreach(childEffects,function(effect,i){
+
+ /* capitalize name */
+ var name = i.charAt(0).toUpperCase() + i.slice(1);
+ var proto = {};
+
+ /* create class */
+ SVG[name] = SVG.invent({
+ create: function() {
+ //call super
+ this.constructor.call(this, SVG.create('fe' + name));
+
+ //call constructor for this effect
+ effect.apply(this,arguments);
+ },
+ inherit: SVG.ChildEffect,
+ extend: proto
+ });
+ });
+
+ // Effect-specific extensions
+ SVG.extend(SVG.MergeEffect,{
+ in: function(effect){
+ if(effect instanceof SVG.MergeNode)
+ this.add(effect,0);
+ else
+ this.add(new SVG.MergeNode(effect),0);
+
+ return this
+ }
+ });
+ SVG.extend(SVG.CompositeEffect,SVG.BlendEffect,SVG.DisplacementMapEffect,{
+ in2: function(effect){
+ return effect == null? this.parent() && this.parent().select('[result="'+this.attr('in2')+'"]').get(0) || this.attr('in2') : this.attr('in2', effect)
+ }
+ });
+
+ // Presets
+ SVG.filter = {
+ sepiatone: [ .343, .669, .119, 0, 0
+ , .249, .626, .130, 0, 0
+ , .172, .334, .111, 0, 0
+ , .000, .000, .000, 1, 0 ]
+ };
+
+ // Helpers
+ function normaliseMatrix(matrix) {
+ /* convert possible array value to string */
+ if (Array.isArray(matrix))
+ matrix = new SVG.Array(matrix);
+
+ /* ensure there are no leading, tailing or double spaces */
+ return matrix.toString().replace(/^\s+/, '').replace(/\s+$/, '').replace(/\s+/g, ' ')
+ }
+
+ function listString(list) {
+ if (!Array.isArray(list))
+ return list
+
+ for (var i = 0, l = list.length, s = []; i < l; i++)
+ s.push(list[i]);
+
+ return s.join(' ')
+ }
+
+ function foreach(){ //loops through mutiple objects
+ var fn = function(){};
+ if(typeof arguments[arguments.length-1] == 'function'){
+ fn = arguments[arguments.length-1];
+ Array.prototype.splice.call(arguments,arguments.length-1,1);
+ }
+ for(var k in arguments){
+ for(var i in arguments[k]){
+ fn(arguments[k][i],i,arguments[k]);
+ }
+ }
+ }
+
+ }).call(undefined);
+
+ (function() {
+
+ SVG.extend(SVG.PathArray, {
+ morph: function(array) {
+
+ var startArr = this.value
+ , destArr = this.parse(array);
+
+ var startOffsetM = 0
+ , destOffsetM = 0;
+
+ var startOffsetNextM = false
+ , destOffsetNextM = false;
+
+ while(true){
+ // stop if there is no M anymore
+ if(startOffsetM === false && destOffsetM === false) break
+
+ // find the next M in path array
+ startOffsetNextM = findNextM(startArr, startOffsetM === false ? false : startOffsetM+1);
+ destOffsetNextM = findNextM( destArr, destOffsetM === false ? false : destOffsetM+1);
+
+ // We have to add one M to the startArray
+ if(startOffsetM === false){
+ var bbox = new SVG.PathArray(result.start).bbox();
+
+ // when the last block had no bounding box we simply take the first M we got
+ if(bbox.height == 0 || bbox.width == 0){
+ startOffsetM = startArr.push(startArr[0]) - 1;
+ }else {
+ // we take the middle of the bbox instead when we got one
+ startOffsetM = startArr.push( ['M', bbox.x + bbox.width/2, bbox.y + bbox.height/2 ] ) - 1;
+ }
+ }
+
+ // We have to add one M to the destArray
+ if( destOffsetM === false){
+ var bbox = new SVG.PathArray(result.dest).bbox();
+
+ if(bbox.height == 0 || bbox.width == 0){
+ destOffsetM = destArr.push(destArr[0]) - 1;
+ }else {
+ destOffsetM = destArr.push( ['M', bbox.x + bbox.width/2, bbox.y + bbox.height/2 ] ) - 1;
+ }
+ }
+
+ // handle block from M to next M
+ var result = handleBlock(startArr, startOffsetM, startOffsetNextM, destArr, destOffsetM, destOffsetNextM);
+
+ // update the arrays to their new values
+ startArr = startArr.slice(0, startOffsetM).concat(result.start, startOffsetNextM === false ? [] : startArr.slice(startOffsetNextM));
+ destArr = destArr.slice(0, destOffsetM).concat(result.dest , destOffsetNextM === false ? [] : destArr.slice( destOffsetNextM));
+
+ // update offsets
+ startOffsetM = startOffsetNextM === false ? false : startOffsetM + result.start.length;
+ destOffsetM = destOffsetNextM === false ? false : destOffsetM + result.dest.length;
+
+ }
+
+ // copy back arrays
+ this.value = startArr;
+ this.destination = new SVG.PathArray();
+ this.destination.value = destArr;
+
+ return this
+ }
+ });
+
+
+
+ // sorry for the long declaration
+ // slices out one block (from M to M) and syncronize it so the types and length match
+ function handleBlock(startArr, startOffsetM, startOffsetNextM, destArr, destOffsetM, destOffsetNextM, undefined$1){
+
+ // slice out the block we need
+ var startArrTemp = startArr.slice(startOffsetM, startOffsetNextM || undefined$1)
+ , destArrTemp = destArr.slice( destOffsetM, destOffsetNextM || undefined$1);
+
+ var i = 0
+ , posStart = {pos:[0,0], start:[0,0]}
+ , posDest = {pos:[0,0], start:[0,0]};
+
+ do{
+
+ // convert shorthand types to long form
+ startArrTemp[i] = simplyfy.call(posStart, startArrTemp[i]);
+ destArrTemp[i] = simplyfy.call(posDest , destArrTemp[i]);
+
+ // check if both shape types match
+ // 2 elliptical arc curve commands ('A'), are considered different if the
+ // flags (large-arc-flag, sweep-flag) don't match
+ if(startArrTemp[i][0] != destArrTemp[i][0] || startArrTemp[i][0] == 'M' ||
+ (startArrTemp[i][0] == 'A' &&
+ (startArrTemp[i][4] != destArrTemp[i][4] || startArrTemp[i][5] != destArrTemp[i][5])
+ )
+ ) {
+
+ // if not, convert shapes to beziere
+ Array.prototype.splice.apply(startArrTemp, [i, 1].concat(toBeziere.call(posStart, startArrTemp[i])));
+ Array.prototype.splice.apply(destArrTemp, [i, 1].concat(toBeziere.call(posDest, destArrTemp[i])));
+
+ } else {
+
+ // only update positions otherwise
+ startArrTemp[i] = setPosAndReflection.call(posStart, startArrTemp[i]);
+ destArrTemp[i] = setPosAndReflection.call(posDest , destArrTemp[i]);
+
+ }
+
+ // we are at the end at both arrays. stop here
+ if(++i == startArrTemp.length && i == destArrTemp.length) break
+
+ // destArray is longer. Add one element
+ if(i == startArrTemp.length){
+ startArrTemp.push([
+ 'C',
+ posStart.pos[0],
+ posStart.pos[1],
+ posStart.pos[0],
+ posStart.pos[1],
+ posStart.pos[0],
+ posStart.pos[1],
+ ]);
+ }
+
+ // startArr is longer. Add one element
+ if(i == destArrTemp.length){
+ destArrTemp.push([
+ 'C',
+ posDest.pos[0],
+ posDest.pos[1],
+ posDest.pos[0],
+ posDest.pos[1],
+ posDest.pos[0],
+ posDest.pos[1]
+ ]);
+ }
+
+
+ }while(true)
+
+ // return the updated block
+ return {start:startArrTemp, dest:destArrTemp}
+ }
+
+ // converts shorthand types to long form
+ function simplyfy(val){
+
+ switch(val[0]){
+ case 'z': // shorthand line to start
+ case 'Z':
+ val[0] = 'L';
+ val[1] = this.start[0];
+ val[2] = this.start[1];
+ break
+ case 'H': // shorthand horizontal line
+ val[0] = 'L';
+ val[2] = this.pos[1];
+ break
+ case 'V': // shorthand vertical line
+ val[0] = 'L';
+ val[2] = val[1];
+ val[1] = this.pos[0];
+ break
+ case 'T': // shorthand quadratic beziere
+ val[0] = 'Q';
+ val[3] = val[1];
+ val[4] = val[2];
+ val[1] = this.reflection[1];
+ val[2] = this.reflection[0];
+ break
+ case 'S': // shorthand cubic beziere
+ val[0] = 'C';
+ val[6] = val[4];
+ val[5] = val[3];
+ val[4] = val[2];
+ val[3] = val[1];
+ val[2] = this.reflection[1];
+ val[1] = this.reflection[0];
+ break
+ }
+
+ return val
+
+ }
+
+ // updates reflection point and current position
+ function setPosAndReflection(val){
+
+ var len = val.length;
+
+ this.pos = [ val[len-2], val[len-1] ];
+
+ if('SCQT'.indexOf(val[0]) != -1)
+ this.reflection = [ 2 * this.pos[0] - val[len-4], 2 * this.pos[1] - val[len-3] ];
+
+ return val
+ }
+
+ // converts all types to cubic beziere
+ function toBeziere(val){
+ var retVal = [val];
+
+ switch(val[0]){
+ case 'M': // special handling for M
+ this.pos = this.start = [val[1], val[2]];
+ return retVal
+ case 'L':
+ val[5] = val[3] = val[1];
+ val[6] = val[4] = val[2];
+ val[1] = this.pos[0];
+ val[2] = this.pos[1];
+ break
+ case 'Q':
+ val[6] = val[4];
+ val[5] = val[3];
+ val[4] = val[4] * 1/3 + val[2] * 2/3;
+ val[3] = val[3] * 1/3 + val[1] * 2/3;
+ val[2] = this.pos[1] * 1/3 + val[2] * 2/3;
+ val[1] = this.pos[0] * 1/3 + val[1] * 2/3;
+ break
+ case 'A':
+ retVal = arcToBeziere(this.pos, val);
+ val = retVal[0];
+ break
+ }
+
+ val[0] = 'C';
+ this.pos = [val[5], val[6]];
+ this.reflection = [2 * val[5] - val[3], 2 * val[6] - val[4]];
+
+ return retVal
+
+ }
+
+ // finds the next position of type M
+ function findNextM(arr, offset){
+
+ if(offset === false) return false
+
+ for(var i = offset, len = arr.length;i < len;++i){
+
+ if(arr[i][0] == 'M') return i
+
+ }
+
+ return false
+ }
+
+
+
+ // Convert an arc segment into equivalent cubic Bezier curves
+ // Depending on the arc, up to 4 curves might be used to represent it since a
+ // curve gives a good approximation for only a quarter of an ellipse
+ // The curves are returned as an array of SVG curve commands:
+ // [ ['C', x1, y1, x2, y2, x, y] ... ]
+ function arcToBeziere(pos, val) {
+ // Parameters extraction, handle out-of-range parameters as specified in the SVG spec
+ // See: https://www.w3.org/TR/SVG11/implnote.html#ArcOutOfRangeParameters
+ var rx = Math.abs(val[1]), ry = Math.abs(val[2]), xAxisRotation = val[3] % 360
+ , largeArcFlag = val[4], sweepFlag = val[5], x = val[6], y = val[7]
+ , A = new SVG.Point(pos), B = new SVG.Point(x, y)
+ , primedCoord, lambda, mat, k, c, cSquare, t, O, OA, OB, tetaStart, tetaEnd
+ , deltaTeta, nbSectors, f, arcSegPoints, angle, sinAngle, cosAngle, pt, i, il
+ , retVal = [], x1, y1, x2, y2;
+
+ // Ensure radii are non-zero
+ if(rx === 0 || ry === 0 || (A.x === B.x && A.y === B.y)) {
+ // treat this arc as a straight line segment
+ return [['C', A.x, A.y, B.x, B.y, B.x, B.y]]
+ }
+
+ // Ensure radii are large enough using the algorithm provided in the SVG spec
+ // See: https://www.w3.org/TR/SVG11/implnote.html#ArcCorrectionOutOfRangeRadii
+ primedCoord = new SVG.Point((A.x-B.x)/2, (A.y-B.y)/2).transform(new SVG.Matrix().rotate(xAxisRotation));
+ lambda = (primedCoord.x * primedCoord.x) / (rx * rx) + (primedCoord.y * primedCoord.y) / (ry * ry);
+ if(lambda > 1) {
+ lambda = Math.sqrt(lambda);
+ rx = lambda*rx;
+ ry = lambda*ry;
+ }
+
+ // To simplify calculations, we make the arc part of a unit circle (rayon is 1) instead of an ellipse
+ mat = new SVG.Matrix().rotate(xAxisRotation).scale(1/rx, 1/ry).rotate(-xAxisRotation);
+ A = A.transform(mat);
+ B = B.transform(mat);
+
+ // Calculate the horizontal and vertical distance between the initial and final point of the arc
+ k = [B.x-A.x, B.y-A.y];
+
+ // Find the length of the chord formed by A and B
+ cSquare = k[0]*k[0] + k[1]*k[1];
+ c = Math.sqrt(cSquare);
+
+ // Calculate the ratios of the horizontal and vertical distance on the length of the chord
+ k[0] /= c;
+ k[1] /= c;
+
+ // Calculate the distance between the circle center and the chord midpoint
+ // using this formula: t = sqrt(r^2 - c^2 / 4)
+ // where t is the distance between the cirle center and the chord midpoint,
+ // r is the rayon of the circle and c is the chord length
+ // From: http://www.ajdesigner.com/phpcircle/circle_segment_chord_t.php
+ // Because of the imprecision of floating point numbers, cSquare might end
+ // up being slightly above 4 which would result in a negative radicand
+ // To prevent that, a test is made before computing the square root
+ t = (cSquare < 4) ? Math.sqrt(1 - cSquare/4) : 0;
+
+ // For most situations, there are actually two different ellipses that
+ // satisfy the constraints imposed by the points A and B, the radii rx and ry,
+ // and the xAxisRotation
+ // When the flags largeArcFlag and sweepFlag are equal, it means that the
+ // second ellipse is used as a solution
+ // See: https://www.w3.org/TR/SVG/paths.html#PathDataEllipticalArcCommands
+ if(largeArcFlag === sweepFlag) {
+ t *= -1;
+ }
+
+ // Calculate the coordinates of the center of the circle from the midpoint of the chord
+ // This is done by multiplying the ratios calculated previously by the distance between
+ // the circle center and the chord midpoint and using these values to go from the midpoint
+ // to the center of the circle
+ // The negative of the vertical distance ratio is used to modify the x coordinate while
+ // the horizontal distance ratio is used to modify the y coordinate
+ // That is because the center of the circle is perpendicular to the chord and perpendicular
+ // lines are negative reciprocals
+ O = new SVG.Point((B.x+A.x)/2 + t*-k[1], (B.y+A.y)/2 + t*k[0]);
+ // Move the center of the circle at the origin
+ OA = new SVG.Point(A.x-O.x, A.y-O.y);
+ OB = new SVG.Point(B.x-O.x, B.y-O.y);
+
+ // Calculate the start and end angle
+ tetaStart = Math.acos(OA.x/Math.sqrt(OA.x*OA.x + OA.y*OA.y));
+ if (OA.y < 0) {
+ tetaStart *= -1;
+ }
+ tetaEnd = Math.acos(OB.x/Math.sqrt(OB.x*OB.x + OB.y*OB.y));
+ if (OB.y < 0) {
+ tetaEnd *= -1;
+ }
+
+ // If sweep-flag is '1', then the arc will be drawn in a "positive-angle" direction,
+ // make sure that the end angle is above the start angle
+ if (sweepFlag && tetaStart > tetaEnd) {
+ tetaEnd += 2*Math.PI;
+ }
+ // If sweep-flag is '0', then the arc will be drawn in a "negative-angle" direction,
+ // make sure that the end angle is below the start angle
+ if (!sweepFlag && tetaStart < tetaEnd) {
+ tetaEnd -= 2*Math.PI;
+ }
+
+ // Find the number of Bezier curves that are required to represent the arc
+ // A cubic Bezier curve gives a good enough approximation when representing at most a quarter of a circle
+ nbSectors = Math.ceil(Math.abs(tetaStart-tetaEnd) * 2/Math.PI);
+
+ // Calculate the coordinates of the points of all the Bezier curves required to represent the arc
+ // For an in-depth explanation of this part see: http://pomax.github.io/bezierinfo/#circles_cubic
+ arcSegPoints = [];
+ angle = tetaStart;
+ deltaTeta = (tetaEnd-tetaStart)/nbSectors;
+ f = 4*Math.tan(deltaTeta/4)/3;
+ for (i = 0; i <= nbSectors; i++) { // The <= is because a Bezier curve have a start and a endpoint
+ cosAngle = Math.cos(angle);
+ sinAngle = Math.sin(angle);
+
+ pt = new SVG.Point(O.x+cosAngle, O.y+sinAngle);
+ arcSegPoints[i] = [new SVG.Point(pt.x+f*sinAngle, pt.y-f*cosAngle), pt, new SVG.Point(pt.x-f*sinAngle, pt.y+f*cosAngle)];
+
+ angle += deltaTeta;
+ }
+
+ // Remove the first control point of the first segment point and remove the second control point of the last segment point
+ // These two control points are not used in the approximation of the arc, that is why they are removed
+ arcSegPoints[0][0] = arcSegPoints[0][1].clone();
+ arcSegPoints[arcSegPoints.length-1][2] = arcSegPoints[arcSegPoints.length-1][1].clone();
+
+ // Revert the transformation that was applied to make the arc part of a unit circle instead of an ellipse
+ mat = new SVG.Matrix().rotate(xAxisRotation).scale(rx, ry).rotate(-xAxisRotation);
+ for (i = 0, il = arcSegPoints.length; i < il; i++) {
+ arcSegPoints[i][0] = arcSegPoints[i][0].transform(mat);
+ arcSegPoints[i][1] = arcSegPoints[i][1].transform(mat);
+ arcSegPoints[i][2] = arcSegPoints[i][2].transform(mat);
+ }
+
+
+ // Convert the segments points to SVG curve commands
+ for (i = 1, il = arcSegPoints.length; i < il; i++) {
+ pt = arcSegPoints[i-1][2];
+ x1 = pt.x;
+ y1 = pt.y;
+
+ pt = arcSegPoints[i][0];
+ x2 = pt.x;
+ y2 = pt.y;
+
+ pt = arcSegPoints[i][1];
+ x = pt.x;
+ y = pt.y;
+
+ retVal.push(['C', x1, y1, x2, y2, x, y]);
+ }
+
+ return retVal
+ }
+ }());
+
+ /*! svg.draggable.js - v2.2.2 - 2019-01-08
+ * https://github.com/svgdotjs/svg.draggable.js
+ * Copyright (c) 2019 Wout Fierens; Licensed MIT */
+ (function() {
+
+ // creates handler, saves it
+ function DragHandler(el){
+ el.remember('_draggable', this);
+ this.el = el;
+ }
+
+
+ // Sets new parameter, starts dragging
+ DragHandler.prototype.init = function(constraint, val){
+ var _this = this;
+ this.constraint = constraint;
+ this.value = val;
+ this.el.on('mousedown.drag', function(e){ _this.start(e); });
+ this.el.on('touchstart.drag', function(e){ _this.start(e); });
+ };
+
+ // transforms one point from screen to user coords
+ DragHandler.prototype.transformPoint = function(event, offset){
+ event = event || window.event;
+ var touches = event.changedTouches && event.changedTouches[0] || event;
+ this.p.x = touches.clientX - (offset || 0);
+ this.p.y = touches.clientY;
+ return this.p.matrixTransform(this.m)
+ };
+
+ // gets elements bounding box with special handling of groups, nested and use
+ DragHandler.prototype.getBBox = function(){
+
+ var box = this.el.bbox();
+
+ if(this.el instanceof SVG.Nested) box = this.el.rbox();
+
+ if (this.el instanceof SVG.G || this.el instanceof SVG.Use || this.el instanceof SVG.Nested) {
+ box.x = this.el.x();
+ box.y = this.el.y();
+ }
+
+ return box
+ };
+
+ // start dragging
+ DragHandler.prototype.start = function(e){
+
+ // check for left button
+ if(e.type == 'click'|| e.type == 'mousedown' || e.type == 'mousemove'){
+ if((e.which || e.buttons) != 1){
+ return
+ }
+ }
+
+ var _this = this;
+
+ // fire beforedrag event
+ this.el.fire('beforedrag', { event: e, handler: this });
+ if(this.el.event().defaultPrevented) return;
+
+ // prevent browser drag behavior as soon as possible
+ e.preventDefault();
+
+ // prevent propagation to a parent that might also have dragging enabled
+ e.stopPropagation();
+
+ // search for parent on the fly to make sure we can call
+ // draggable() even when element is not in the dom currently
+ this.parent = this.parent || this.el.parent(SVG.Nested) || this.el.parent(SVG.Doc);
+ this.p = this.parent.node.createSVGPoint();
+
+ // save current transformation matrix
+ this.m = this.el.node.getScreenCTM().inverse();
+
+ var box = this.getBBox();
+
+ var anchorOffset;
+
+ // fix text-anchor in text-element (#37)
+ if(this.el instanceof SVG.Text){
+ anchorOffset = this.el.node.getComputedTextLength();
+
+ switch(this.el.attr('text-anchor')){
+ case 'middle':
+ anchorOffset /= 2;
+ break
+ case 'start':
+ anchorOffset = 0;
+ break;
+ }
+ }
+
+ this.startPoints = {
+ // We take absolute coordinates since we are just using a delta here
+ point: this.transformPoint(e, anchorOffset),
+ box: box,
+ transform: this.el.transform()
+ };
+
+ // add drag and end events to window
+ SVG.on(window, 'mousemove.drag', function(e){ _this.drag(e); });
+ SVG.on(window, 'touchmove.drag', function(e){ _this.drag(e); });
+ SVG.on(window, 'mouseup.drag', function(e){ _this.end(e); });
+ SVG.on(window, 'touchend.drag', function(e){ _this.end(e); });
+
+ // fire dragstart event
+ this.el.fire('dragstart', {event: e, p: this.startPoints.point, m: this.m, handler: this});
+ };
+
+ // while dragging
+ DragHandler.prototype.drag = function(e){
+
+ var box = this.getBBox()
+ , p = this.transformPoint(e)
+ , x = this.startPoints.box.x + p.x - this.startPoints.point.x
+ , y = this.startPoints.box.y + p.y - this.startPoints.point.y
+ , c = this.constraint
+ , gx = p.x - this.startPoints.point.x
+ , gy = p.y - this.startPoints.point.y;
+
+ this.el.fire('dragmove', {
+ event: e
+ , p: p
+ , m: this.m
+ , handler: this
+ });
+
+ if(this.el.event().defaultPrevented) return p
+
+ // move the element to its new position, if possible by constraint
+ if (typeof c == 'function') {
+
+ var coord = c.call(this.el, x, y, this.m);
+
+ // bool, just show us if movement is allowed or not
+ if (typeof coord == 'boolean') {
+ coord = {
+ x: coord,
+ y: coord
+ };
+ }
+
+ // if true, we just move. If !false its a number and we move it there
+ if (coord.x === true) {
+ this.el.x(x);
+ } else if (coord.x !== false) {
+ this.el.x(coord.x);
+ }
+
+ if (coord.y === true) {
+ this.el.y(y);
+ } else if (coord.y !== false) {
+ this.el.y(coord.y);
+ }
+
+ } else if (typeof c == 'object') {
+
+ // keep element within constrained box
+ if (c.minX != null && x < c.minX) {
+ x = c.minX;
+ gx = x - this.startPoints.box.x;
+ } else if (c.maxX != null && x > c.maxX - box.width) {
+ x = c.maxX - box.width;
+ gx = x - this.startPoints.box.x;
+ } if (c.minY != null && y < c.minY) {
+ y = c.minY;
+ gy = y - this.startPoints.box.y;
+ } else if (c.maxY != null && y > c.maxY - box.height) {
+ y = c.maxY - box.height;
+ gy = y - this.startPoints.box.y;
+ }
+
+ if (c.snapToGrid != null) {
+ x = x - (x % c.snapToGrid);
+ y = y - (y % c.snapToGrid);
+ gx = gx - (gx % c.snapToGrid);
+ gy = gy - (gy % c.snapToGrid);
+ }
+
+ if(this.el instanceof SVG.G)
+ this.el.matrix(this.startPoints.transform).transform({x:gx, y: gy}, true);
+ else
+ this.el.move(x, y);
+ }
+
+ // so we can use it in the end-method, too
+ return p
+ };
+
+ DragHandler.prototype.end = function(e){
+
+ // final drag
+ var p = this.drag(e);
+
+ // fire dragend event
+ this.el.fire('dragend', { event: e, p: p, m: this.m, handler: this });
+
+ // unbind events
+ SVG.off(window, 'mousemove.drag');
+ SVG.off(window, 'touchmove.drag');
+ SVG.off(window, 'mouseup.drag');
+ SVG.off(window, 'touchend.drag');
+
+ };
+
+ SVG.extend(SVG.Element, {
+ // Make element draggable
+ // Constraint might be an object (as described in readme.md) or a function in the form "function (x, y)" that gets called before every move.
+ // The function can return a boolean or an object of the form {x, y}, to which the element will be moved. "False" skips moving, true moves to raw x, y.
+ draggable: function(value, constraint) {
+
+ // Check the parameters and reassign if needed
+ if (typeof value == 'function' || typeof value == 'object') {
+ constraint = value;
+ value = true;
+ }
+
+ var dragHandler = this.remember('_draggable') || new DragHandler(this);
+
+ // When no parameter is given, value is true
+ value = typeof value === 'undefined' ? true : value;
+
+ if(value) dragHandler.init(constraint || {}, value);
+ else {
+ this.off('mousedown.drag');
+ this.off('touchstart.drag');
+ }
+
+ return this
+ }
+
+ });
+
+ }).call(undefined);
+
+ (function() {
+
+ function SelectHandler(el) {
+
+ this.el = el;
+ el.remember('_selectHandler', this);
+ this.pointSelection = {isSelected: false};
+ this.rectSelection = {isSelected: false};
+
+ // helper list with position settings of each type of point
+ this.pointsList = {
+ lt: [ 0, 0 ],
+ rt: [ 'width', 0 ],
+ rb: [ 'width', 'height' ],
+ lb: [ 0, 'height' ],
+ t: [ 'width', 0 ],
+ r: [ 'width', 'height' ],
+ b: [ 'width', 'height' ],
+ l: [ 0, 'height' ]
+ };
+
+ // helper function to get point coordinates based on settings above and an object (bbox in our case)
+ this.pointCoord = function (setting, object, isPointCentered) {
+ var coord = typeof setting !== 'string' ? setting : object[setting];
+ // Top, bottom, right and left points are placed in the center of element width/height
+ return isPointCentered ? coord / 2 : coord
+ };
+
+ this.pointCoords = function (point, object) {
+ var settings = this.pointsList[point];
+
+ return {
+ x: this.pointCoord(settings[0], object, (point === 't' || point === 'b')),
+ y: this.pointCoord(settings[1], object, (point === 'r' || point === 'l'))
+ }
+ };
+ }
+
+ SelectHandler.prototype.init = function (value, options) {
+
+ var bbox = this.el.bbox();
+ this.options = {};
+
+ // store defaults list of points in order to verify users config
+ var points = this.el.selectize.defaults.points;
+
+ // Merging the defaults and the options-object together
+ for (var i in this.el.selectize.defaults) {
+ this.options[i] = this.el.selectize.defaults[i];
+ if (options[i] !== undefined) {
+ this.options[i] = options[i];
+ }
+ }
+
+ // prepare & validate list of points to be added (or excluded)
+ var pointsLists = ['points', 'pointsExclude'];
+
+ for (var i in pointsLists) {
+ var option = this.options[pointsLists[i]];
+
+ if (typeof option === 'string') {
+ if (option.length > 0) {
+ // if set as comma separated string list => convert it into an array
+ option = option.split(/\s*,\s*/i);
+ } else {
+ option = [];
+ }
+ } else if (typeof option === 'boolean' && pointsLists[i] === 'points') {
+ // this is not needed, but let's have it for legacy support
+ option = option ? points : [];
+ }
+
+ this.options[pointsLists[i]] = option;
+ }
+
+ // intersect correct all points options with users config (exclude unwanted points)
+ // ES5 -> NO arrow functions nor Array.includes()
+ this.options.points = [ points, this.options.points ].reduce(
+ function (a, b) {
+ return a.filter(
+ function (c) {
+ return b.indexOf(c) > -1;
+ }
+ )
+ }
+ );
+
+ // exclude pointsExclude, if wanted
+ this.options.points = [ this.options.points, this.options.pointsExclude ].reduce(
+ function (a, b) {
+ return a.filter(
+ function (c) {
+ return b.indexOf(c) < 0;
+ }
+ )
+ }
+ );
+
+ this.parent = this.el.parent();
+ this.nested = (this.nested || this.parent.group());
+ this.nested.matrix(new SVG.Matrix(this.el).translate(bbox.x, bbox.y));
+
+ // When deepSelect is enabled and the element is a line/polyline/polygon, draw only points for moving
+ if (this.options.deepSelect && ['line', 'polyline', 'polygon'].indexOf(this.el.type) !== -1) {
+ this.selectPoints(value);
+ } else {
+ this.selectRect(value);
+ }
+
+ this.observe();
+ this.cleanup();
+
+ };
+
+ SelectHandler.prototype.selectPoints = function (value) {
+
+ this.pointSelection.isSelected = value;
+
+ // When set is already there we dont have to create one
+ if (this.pointSelection.set) {
+ return this;
+ }
+
+ // Create our set of elements
+ this.pointSelection.set = this.parent.set();
+ // draw the points and mark the element as selected
+ this.drawPoints();
+
+ return this;
+
+ };
+
+ // create the point-array which contains the 2 points of a line or simply the points-array of polyline/polygon
+ SelectHandler.prototype.getPointArray = function () {
+ var bbox = this.el.bbox();
+
+ return this.el.array().valueOf().map(function (el) {
+ return [el[0] - bbox.x, el[1] - bbox.y];
+ });
+ };
+
+ // Draws a points
+ SelectHandler.prototype.drawPoints = function () {
+
+ var _this = this, array = this.getPointArray();
+
+ // go through the array of points
+ for (var i = 0, len = array.length; i < len; ++i) {
+
+ var curriedEvent = (function (k) {
+ return function (ev) {
+ ev = ev || window.event;
+ ev.preventDefault ? ev.preventDefault() : ev.returnValue = false;
+ ev.stopPropagation();
+
+ var x = ev.pageX || ev.touches[0].pageX;
+ var y = ev.pageY || ev.touches[0].pageY;
+ _this.el.fire('point', {x: x, y: y, i: k, event: ev});
+ };
+ })(i);
+
+ // add every point to the set
+ // add css-classes and a touchstart-event which fires our event for moving points
+ var point = this.drawPoint(array[i][0], array[i][1])
+ .addClass(this.options.classPoints)
+ .addClass(this.options.classPoints + '_point')
+ .on('touchstart', curriedEvent)
+ .on('mousedown', curriedEvent);
+ this.pointSelection.set.add(point);
+ }
+ };
+
+ // The function to draw single point
+ SelectHandler.prototype.drawPoint = function (cx, cy) {
+ var pointType = this.options.pointType;
+
+ switch (pointType) {
+ case 'circle':
+ return this.drawCircle(cx, cy);
+ case 'rect':
+ return this.drawRect(cx, cy);
+ default:
+ if (typeof pointType === 'function') {
+ return pointType.call(this, cx, cy);
+ }
+
+ throw new Error('Unknown ' + pointType + ' point type!');
+ }
+ };
+
+ // The function to draw the circle point
+ SelectHandler.prototype.drawCircle = function (cx, cy) {
+ return this.nested.circle(this.options.pointSize)
+ .center(cx, cy);
+ };
+
+ // The function to draw the rect point
+ SelectHandler.prototype.drawRect = function (cx, cy) {
+ return this.nested.rect(this.options.pointSize, this.options.pointSize)
+ .center(cx, cy);
+ };
+
+ // every time a point is moved, we have to update the positions of our point
+ SelectHandler.prototype.updatePointSelection = function () {
+ var array = this.getPointArray();
+
+ this.pointSelection.set.each(function (i) {
+ if (this.cx() === array[i][0] && this.cy() === array[i][1]) {
+ return;
+ }
+ this.center(array[i][0], array[i][1]);
+ });
+ };
+
+ SelectHandler.prototype.updateRectSelection = function () {
+ var _this = this, bbox = this.el.bbox();
+
+ this.rectSelection.set.get(0).attr({
+ width: bbox.width,
+ height: bbox.height
+ });
+
+ // set.get(1) is always in the upper left corner. no need to move it
+ if (this.options.points.length) {
+ this.options.points.map(function (point, index) {
+ var coords = _this.pointCoords(point, bbox);
+
+ _this.rectSelection.set.get(index + 1).center(coords.x, coords.y);
+ });
+ }
+
+ if (this.options.rotationPoint) {
+ var length = this.rectSelection.set.length();
+
+ this.rectSelection.set.get(length - 1).center(bbox.width / 2, 20);
+ }
+ };
+
+ SelectHandler.prototype.selectRect = function (value) {
+
+ var _this = this, bbox = this.el.bbox();
+
+ this.rectSelection.isSelected = value;
+
+ // when set is already p
+ this.rectSelection.set = this.rectSelection.set || this.parent.set();
+
+ // helperFunction to create a mouse-down function which triggers the event specified in `eventName`
+ function getMoseDownFunc(eventName) {
+ return function (ev) {
+ ev = ev || window.event;
+ ev.preventDefault ? ev.preventDefault() : ev.returnValue = false;
+ ev.stopPropagation();
+
+ var x = ev.pageX || ev.touches[0].pageX;
+ var y = ev.pageY || ev.touches[0].pageY;
+ _this.el.fire(eventName, {x: x, y: y, event: ev});
+ };
+ }
+
+ // create the selection-rectangle and add the css-class
+ if (!this.rectSelection.set.get(0)) {
+ this.rectSelection.set.add(this.nested.rect(bbox.width, bbox.height).addClass(this.options.classRect));
+ }
+
+ // Draw Points at the edges, if enabled
+ if (this.options.points.length && this.rectSelection.set.length() < 2) {
+ var ename ="touchstart", mname = "mousedown";
+
+ this.options.points.map(function (point, index) {
+ var coords = _this.pointCoords(point, bbox);
+
+ var pointElement = _this.drawPoint(coords.x, coords.y)
+ .attr('class', _this.options.classPoints + '_' + point)
+ .on(mname, getMoseDownFunc(point))
+ .on(ename, getMoseDownFunc(point));
+ _this.rectSelection.set.add(pointElement);
+ });
+
+ this.rectSelection.set.each(function () {
+ this.addClass(_this.options.classPoints);
+ });
+ }
+
+ // draw rotationPint, if enabled
+ if (this.options.rotationPoint && ((this.options.points && !this.rectSelection.set.get(9)) || (!this.options.points && !this.rectSelection.set.get(1)))) {
+
+ var curriedEvent = function (ev) {
+ ev = ev || window.event;
+ ev.preventDefault ? ev.preventDefault() : ev.returnValue = false;
+ ev.stopPropagation();
+
+ var x = ev.pageX || ev.touches[0].pageX;
+ var y = ev.pageY || ev.touches[0].pageY;
+ _this.el.fire('rot', {x: x, y: y, event: ev});
+ };
+
+ var pointElement = this.drawPoint(bbox.width / 2, 20)
+ .attr('class', this.options.classPoints + '_rot')
+ .on("touchstart", curriedEvent)
+ .on("mousedown", curriedEvent);
+ this.rectSelection.set.add(pointElement);
+ }
+
+ };
+
+ SelectHandler.prototype.handler = function () {
+
+ var bbox = this.el.bbox();
+ this.nested.matrix(new SVG.Matrix(this.el).translate(bbox.x, bbox.y));
+
+ if (this.rectSelection.isSelected) {
+ this.updateRectSelection();
+ }
+
+ if (this.pointSelection.isSelected) {
+ this.updatePointSelection();
+ }
+
+ };
+
+ SelectHandler.prototype.observe = function () {
+ var _this = this;
+
+ if (MutationObserver) {
+ if (this.rectSelection.isSelected || this.pointSelection.isSelected) {
+ this.observerInst = this.observerInst || new MutationObserver(function () {
+ _this.handler();
+ });
+ this.observerInst.observe(this.el.node, {attributes: true});
+ } else {
+ try {
+ this.observerInst.disconnect();
+ delete this.observerInst;
+ } catch (e) {
+ }
+ }
+ } else {
+ this.el.off('DOMAttrModified.select');
+
+ if (this.rectSelection.isSelected || this.pointSelection.isSelected) {
+ this.el.on('DOMAttrModified.select', function () {
+ _this.handler();
+ });
+ }
+ }
+ };
+
+ SelectHandler.prototype.cleanup = function () {
+
+ //var _this = this;
+
+ if (!this.rectSelection.isSelected && this.rectSelection.set) {
+ // stop watching the element, remove the selection
+ this.rectSelection.set.each(function () {
+ this.remove();
+ });
+
+ this.rectSelection.set.clear();
+ delete this.rectSelection.set;
+ }
+
+ if (!this.pointSelection.isSelected && this.pointSelection.set) {
+ // Remove all points, clear the set, stop watching the element
+ this.pointSelection.set.each(function () {
+ this.remove();
+ });
+
+ this.pointSelection.set.clear();
+ delete this.pointSelection.set;
+ }
+
+ if (!this.pointSelection.isSelected && !this.rectSelection.isSelected) {
+ this.nested.remove();
+ delete this.nested;
+
+ }
+ };
+
+
+ SVG.extend(SVG.Element, {
+ // Select element with mouse
+ selectize: function (value, options) {
+
+ // Check the parameters and reassign if needed
+ if (typeof value === 'object') {
+ options = value;
+ value = true;
+ }
+
+ var selectHandler = this.remember('_selectHandler') || new SelectHandler(this);
+
+ selectHandler.init(value === undefined ? true : value, options || {});
+
+ return this;
+
+ }
+ });
+
+ SVG.Element.prototype.selectize.defaults = {
+ points: ['lt', 'rt', 'rb', 'lb', 't', 'r', 'b', 'l'], // which points to draw, default all
+ pointsExclude: [], // easier option if to exclude few than rewrite all
+ classRect: 'svg_select_boundingRect', // Css-class added to the rect
+ classPoints: 'svg_select_points', // Css-class added to the points
+ pointSize: 7, // size of point
+ rotationPoint: true, // If true, rotation point is drawn. Needed for rotation!
+ deepSelect: false, // If true, moving of single points is possible (only line, polyline, polyon)
+ pointType: 'circle' // Point type: circle or rect, default circle
+ };
+ }());
+
+ (function() {
+ (function () {
+
+ function ResizeHandler(el) {
+
+ el.remember('_resizeHandler', this);
+
+ this.el = el;
+ this.parameters = {};
+ this.lastUpdateCall = null;
+ this.p = el.doc().node.createSVGPoint();
+ }
+
+ ResizeHandler.prototype.transformPoint = function(x, y, m){
+
+ this.p.x = x - (this.offset.x - window.pageXOffset);
+ this.p.y = y - (this.offset.y - window.pageYOffset);
+
+ return this.p.matrixTransform(m || this.m);
+
+ };
+
+ ResizeHandler.prototype._extractPosition = function(event) {
+ // Extract a position from a mouse/touch event.
+ // Returns { x: .., y: .. }
+ return {
+ x: event.clientX != null ? event.clientX : event.touches[0].clientX,
+ y: event.clientY != null ? event.clientY : event.touches[0].clientY
+ }
+ };
+
+ ResizeHandler.prototype.init = function (options) {
+
+ var _this = this;
+
+ this.stop();
+
+ if (options === 'stop') {
+ return;
+ }
+
+ this.options = {};
+
+ // Merge options and defaults
+ for (var i in this.el.resize.defaults) {
+ this.options[i] = this.el.resize.defaults[i];
+ if (typeof options[i] !== 'undefined') {
+ this.options[i] = options[i];
+ }
+ }
+
+ // We listen to all these events which are specifying different edges
+ this.el.on('lt.resize', function(e){ _this.resize(e || window.event); }); // Left-Top
+ this.el.on('rt.resize', function(e){ _this.resize(e || window.event); }); // Right-Top
+ this.el.on('rb.resize', function(e){ _this.resize(e || window.event); }); // Right-Bottom
+ this.el.on('lb.resize', function(e){ _this.resize(e || window.event); }); // Left-Bottom
+
+ this.el.on('t.resize', function(e){ _this.resize(e || window.event); }); // Top
+ this.el.on('r.resize', function(e){ _this.resize(e || window.event); }); // Right
+ this.el.on('b.resize', function(e){ _this.resize(e || window.event); }); // Bottom
+ this.el.on('l.resize', function(e){ _this.resize(e || window.event); }); // Left
+
+ this.el.on('rot.resize', function(e){ _this.resize(e || window.event); }); // Rotation
+
+ this.el.on('point.resize', function(e){ _this.resize(e || window.event); }); // Point-Moving
+
+ // This call ensures, that the plugin reacts to a change of snapToGrid immediately
+ this.update();
+
+ };
+
+ ResizeHandler.prototype.stop = function(){
+ this.el.off('lt.resize');
+ this.el.off('rt.resize');
+ this.el.off('rb.resize');
+ this.el.off('lb.resize');
+
+ this.el.off('t.resize');
+ this.el.off('r.resize');
+ this.el.off('b.resize');
+ this.el.off('l.resize');
+
+ this.el.off('rot.resize');
+
+ this.el.off('point.resize');
+
+ return this;
+ };
+
+ ResizeHandler.prototype.resize = function (event) {
+
+ var _this = this;
+
+ this.m = this.el.node.getScreenCTM().inverse();
+ this.offset = { x: window.pageXOffset, y: window.pageYOffset };
+
+ var txPt = this._extractPosition(event.detail.event);
+ this.parameters = {
+ type: this.el.type, // the type of element
+ p: this.transformPoint(txPt.x, txPt.y),
+ x: event.detail.x, // x-position of the mouse when resizing started
+ y: event.detail.y, // y-position of the mouse when resizing started
+ box: this.el.bbox(), // The bounding-box of the element
+ rotation: this.el.transform().rotation // The current rotation of the element
+ };
+
+ // Add font-size parameter if the element type is text
+ if (this.el.type === "text") {
+ this.parameters.fontSize = this.el.attr()["font-size"];
+ }
+
+ // the i-param in the event holds the index of the point which is moved, when using `deepSelect`
+ if (event.detail.i !== undefined) {
+
+ // get the point array
+ var array = this.el.array().valueOf();
+
+ // Save the index and the point which is moved
+ this.parameters.i = event.detail.i;
+ this.parameters.pointCoords = [array[event.detail.i][0], array[event.detail.i][1]];
+ }
+
+ // Lets check which edge of the bounding-box was clicked and resize the this.el according to this
+ switch (event.type) {
+
+ // Left-Top-Edge
+ case 'lt':
+ // We build a calculating function for every case which gives us the new position of the this.el
+ this.calc = function (diffX, diffY) {
+ // The procedure is always the same
+ // First we snap the edge to the given grid (snapping to 1px grid is normal resizing)
+ var snap = this.snapToGrid(diffX, diffY);
+
+ // Now we check if the new height and width still valid (> 0)
+ if (this.parameters.box.width - snap[0] > 0 && this.parameters.box.height - snap[1] > 0) {
+ // ...if valid, we resize the this.el (which can include moving because the coord-system starts at the left-top and this edge is moving sometimes when resized)
+
+ /*
+ * but first check if the element is text box, so we can change the font size instead of
+ * the width and height
+ */
+
+ if (this.parameters.type === "text") {
+ this.el.move(this.parameters.box.x + snap[0], this.parameters.box.y);
+ this.el.attr("font-size", this.parameters.fontSize - snap[0]);
+ return;
+ }
+
+ snap = this.checkAspectRatio(snap);
+
+ this.el.move(this.parameters.box.x + snap[0], this.parameters.box.y + snap[1]).size(this.parameters.box.width - snap[0], this.parameters.box.height - snap[1]);
+ }
+ };
+ break;
+
+ // Right-Top
+ case 'rt':
+ // s.a.
+ this.calc = function (diffX, diffY) {
+ var snap = this.snapToGrid(diffX, diffY, 1 << 1);
+ if (this.parameters.box.width + snap[0] > 0 && this.parameters.box.height - snap[1] > 0) {
+ if (this.parameters.type === "text") {
+ this.el.move(this.parameters.box.x - snap[0], this.parameters.box.y);
+ this.el.attr("font-size", this.parameters.fontSize + snap[0]);
+ return;
+ }
+
+ snap = this.checkAspectRatio(snap, true);
+
+ this.el.move(this.parameters.box.x, this.parameters.box.y + snap[1]).size(this.parameters.box.width + snap[0], this.parameters.box.height - snap[1]);
+ }
+ };
+ break;
+
+ // Right-Bottom
+ case 'rb':
+ // s.a.
+ this.calc = function (diffX, diffY) {
+ var snap = this.snapToGrid(diffX, diffY, 0);
+ if (this.parameters.box.width + snap[0] > 0 && this.parameters.box.height + snap[1] > 0) {
+ if (this.parameters.type === "text") {
+ this.el.move(this.parameters.box.x - snap[0], this.parameters.box.y);
+ this.el.attr("font-size", this.parameters.fontSize + snap[0]);
+ return;
+ }
+
+ snap = this.checkAspectRatio(snap);
+
+ this.el.move(this.parameters.box.x, this.parameters.box.y).size(this.parameters.box.width + snap[0], this.parameters.box.height + snap[1]);
+ }
+ };
+ break;
+
+ // Left-Bottom
+ case 'lb':
+ // s.a.
+ this.calc = function (diffX, diffY) {
+ var snap = this.snapToGrid(diffX, diffY, 1);
+ if (this.parameters.box.width - snap[0] > 0 && this.parameters.box.height + snap[1] > 0) {
+ if (this.parameters.type === "text") {
+ this.el.move(this.parameters.box.x + snap[0], this.parameters.box.y);
+ this.el.attr("font-size", this.parameters.fontSize - snap[0]);
+ return;
+ }
+
+ snap = this.checkAspectRatio(snap, true);
+
+ this.el.move(this.parameters.box.x + snap[0], this.parameters.box.y).size(this.parameters.box.width - snap[0], this.parameters.box.height + snap[1]);
+ }
+ };
+ break;
+
+ // Top
+ case 't':
+ // s.a.
+ this.calc = function (diffX, diffY) {
+ var snap = this.snapToGrid(diffX, diffY, 1 << 1);
+ if (this.parameters.box.height - snap[1] > 0) {
+ // Disable the font-resizing if it is not from the corner of bounding-box
+ if (this.parameters.type === "text") {
+ return;
+ }
+
+ this.el.move(this.parameters.box.x, this.parameters.box.y + snap[1]).height(this.parameters.box.height - snap[1]);
+ }
+ };
+ break;
+
+ // Right
+ case 'r':
+ // s.a.
+ this.calc = function (diffX, diffY) {
+ var snap = this.snapToGrid(diffX, diffY, 0);
+ if (this.parameters.box.width + snap[0] > 0) {
+ if (this.parameters.type === "text") {
+ return;
+ }
+
+ this.el.move(this.parameters.box.x, this.parameters.box.y).width(this.parameters.box.width + snap[0]);
+ }
+ };
+ break;
+
+ // Bottom
+ case 'b':
+ // s.a.
+ this.calc = function (diffX, diffY) {
+ var snap = this.snapToGrid(diffX, diffY, 0);
+ if (this.parameters.box.height + snap[1] > 0) {
+ if (this.parameters.type === "text") {
+ return;
+ }
+
+ this.el.move(this.parameters.box.x, this.parameters.box.y).height(this.parameters.box.height + snap[1]);
+ }
+ };
+ break;
+
+ // Left
+ case 'l':
+ // s.a.
+ this.calc = function (diffX, diffY) {
+ var snap = this.snapToGrid(diffX, diffY, 1);
+ if (this.parameters.box.width - snap[0] > 0) {
+ if (this.parameters.type === "text") {
+ return;
+ }
+
+ this.el.move(this.parameters.box.x + snap[0], this.parameters.box.y).width(this.parameters.box.width - snap[0]);
+ }
+ };
+ break;
+
+ // Rotation
+ case 'rot':
+ // s.a.
+ this.calc = function (diffX, diffY) {
+
+ // yes this is kinda stupid but we need the mouse coords back...
+ var current = {x: diffX + this.parameters.p.x, y: diffY + this.parameters.p.y};
+
+ // start minus middle
+ var sAngle = Math.atan2((this.parameters.p.y - this.parameters.box.y - this.parameters.box.height / 2), (this.parameters.p.x - this.parameters.box.x - this.parameters.box.width / 2));
+
+ // end minus middle
+ var pAngle = Math.atan2((current.y - this.parameters.box.y - this.parameters.box.height / 2), (current.x - this.parameters.box.x - this.parameters.box.width / 2));
+
+ var angle = this.parameters.rotation + (pAngle - sAngle) * 180 / Math.PI + this.options.snapToAngle / 2;
+
+ // We have to move the element to the center of the box first and change the rotation afterwards
+ // because rotation always works around a rotation-center, which is changed when moving the element
+ // We also set the new rotation center to the center of the box.
+ this.el.center(this.parameters.box.cx, this.parameters.box.cy).rotate(angle - (angle % this.options.snapToAngle), this.parameters.box.cx, this.parameters.box.cy);
+ };
+ break;
+
+ // Moving one single Point (needed when an element is deepSelected which means you can move every single point of the object)
+ case 'point':
+ this.calc = function (diffX, diffY) {
+
+ // Snapping the point to the grid
+ var snap = this.snapToGrid(diffX, diffY, this.parameters.pointCoords[0], this.parameters.pointCoords[1]);
+
+ // Get the point array
+ var array = this.el.array().valueOf();
+
+ // Changing the moved point in the array
+ array[this.parameters.i][0] = this.parameters.pointCoords[0] + snap[0];
+ array[this.parameters.i][1] = this.parameters.pointCoords[1] + snap[1];
+
+ // And plot the new this.el
+ this.el.plot(array);
+ };
+ }
+
+ this.el.fire('resizestart', {dx: this.parameters.x, dy: this.parameters.y, event: event});
+ // When resizing started, we have to register events for...
+ // Touches.
+ SVG.on(window, 'touchmove.resize', function(e) {
+ _this.update(e || window.event);
+ });
+ SVG.on(window, 'touchend.resize', function() {
+ _this.done();
+ });
+ // Mouse.
+ SVG.on(window, 'mousemove.resize', function (e) {
+ _this.update(e || window.event);
+ });
+ SVG.on(window, 'mouseup.resize', function () {
+ _this.done();
+ });
+
+ };
+
+ // The update-function redraws the element every time the mouse is moving
+ ResizeHandler.prototype.update = function (event) {
+
+ if (!event) {
+ if (this.lastUpdateCall) {
+ this.calc(this.lastUpdateCall[0], this.lastUpdateCall[1]);
+ }
+ return;
+ }
+
+ // Calculate the difference between the mouseposition at start and now
+ var txPt = this._extractPosition(event);
+ var p = this.transformPoint(txPt.x, txPt.y);
+
+ var diffX = p.x - this.parameters.p.x,
+ diffY = p.y - this.parameters.p.y;
+
+ this.lastUpdateCall = [diffX, diffY];
+
+ // Calculate the new position and height / width of the element
+ this.calc(diffX, diffY);
+
+ // Emit an event to say we have changed.
+ this.el.fire('resizing', {dx: diffX, dy: diffY, event: event});
+ };
+
+ // Is called on mouseup.
+ // Removes the update-function from the mousemove event
+ ResizeHandler.prototype.done = function () {
+ this.lastUpdateCall = null;
+ SVG.off(window, 'mousemove.resize');
+ SVG.off(window, 'mouseup.resize');
+ SVG.off(window, 'touchmove.resize');
+ SVG.off(window, 'touchend.resize');
+ this.el.fire('resizedone');
+ };
+
+ // The flag is used to determine whether the resizing is used with a left-Point (first bit) and top-point (second bit)
+ // In this cases the temp-values are calculated differently
+ ResizeHandler.prototype.snapToGrid = function (diffX, diffY, flag, pointCoordsY) {
+
+ var temp;
+
+ // If `pointCoordsY` is given, a single Point has to be snapped (deepSelect). That's why we need a different temp-value
+ if (typeof pointCoordsY !== 'undefined') {
+ // Note that flag = pointCoordsX in this case
+ temp = [(flag + diffX) % this.options.snapToGrid, (pointCoordsY + diffY) % this.options.snapToGrid];
+ } else {
+ // We check if the flag is set and if not we set a default-value (both bits set - which means upper-left-edge)
+ flag = flag == null ? 1 | 1 << 1 : flag;
+ temp = [(this.parameters.box.x + diffX + (flag & 1 ? 0 : this.parameters.box.width)) % this.options.snapToGrid, (this.parameters.box.y + diffY + (flag & (1 << 1) ? 0 : this.parameters.box.height)) % this.options.snapToGrid];
+ }
+
+ if(diffX < 0) {
+ temp[0] -= this.options.snapToGrid;
+ }
+ if(diffY < 0) {
+ temp[1] -= this.options.snapToGrid;
+ }
+
+ diffX -= (Math.abs(temp[0]) < this.options.snapToGrid / 2 ?
+ temp[0] :
+ temp[0] - (diffX < 0 ? -this.options.snapToGrid : this.options.snapToGrid));
+ diffY -= (Math.abs(temp[1]) < this.options.snapToGrid / 2 ?
+ temp[1] :
+ temp[1] - (diffY < 0 ? -this.options.snapToGrid : this.options.snapToGrid));
+
+ return this.constraintToBox(diffX, diffY, flag, pointCoordsY);
+
+ };
+
+ // keep element within constrained box
+ ResizeHandler.prototype.constraintToBox = function (diffX, diffY, flag, pointCoordsY) {
+ //return [diffX, diffY]
+ var c = this.options.constraint || {};
+ var orgX, orgY;
+
+ if (typeof pointCoordsY !== 'undefined') {
+ orgX = flag;
+ orgY = pointCoordsY;
+ } else {
+ orgX = this.parameters.box.x + (flag & 1 ? 0 : this.parameters.box.width);
+ orgY = this.parameters.box.y + (flag & (1<<1) ? 0 : this.parameters.box.height);
+ }
+
+ if (typeof c.minX !== 'undefined' && orgX + diffX < c.minX) {
+ diffX = c.minX - orgX;
+ }
+
+ if (typeof c.maxX !== 'undefined' && orgX + diffX > c.maxX) {
+ diffX = c.maxX - orgX;
+ }
+
+ if (typeof c.minY !== 'undefined' && orgY + diffY < c.minY) {
+ diffY = c.minY - orgY;
+ }
+
+ if (typeof c.maxY !== 'undefined' && orgY + diffY > c.maxY) {
+ diffY = c.maxY - orgY;
+ }
+
+ return [diffX, diffY];
+ };
+
+ ResizeHandler.prototype.checkAspectRatio = function (snap, isReverse) {
+ if (!this.options.saveAspectRatio) {
+ return snap;
+ }
+
+ var updatedSnap = snap.slice();
+ var aspectRatio = this.parameters.box.width / this.parameters.box.height;
+ var newW = this.parameters.box.width + snap[0];
+ var newH = this.parameters.box.height - snap[1];
+ var newAspectRatio = newW / newH;
+
+ if (newAspectRatio < aspectRatio) {
+ // Height is too big. Adapt it
+ updatedSnap[1] = newW / aspectRatio - this.parameters.box.height;
+ isReverse && (updatedSnap[1] = -updatedSnap[1]);
+ } else if (newAspectRatio > aspectRatio) {
+ // Width is too big. Adapt it
+ updatedSnap[0] = this.parameters.box.width - newH * aspectRatio;
+ isReverse && (updatedSnap[0] = -updatedSnap[0]);
+ }
+
+ return updatedSnap;
+ };
+
+ SVG.extend(SVG.Element, {
+ // Resize element with mouse
+ resize: function (options) {
+
+ (this.remember('_resizeHandler') || new ResizeHandler(this)).init(options || {});
+
+ return this;
+
+ }
+
+ });
+
+ SVG.Element.prototype.resize.defaults = {
+ snapToAngle: 0.1, // Specifies the speed the rotation is happening when moving the mouse
+ snapToGrid: 1, // Snaps to a grid of `snapToGrid` Pixels
+ constraint: {}, // keep element within constrained box
+ saveAspectRatio: false // Save aspect ratio when resizing using lt, rt, rb or lb points
+ };
+
+ }).call(this);
+ }());
+
+ function styleInject(css, ref) {
+ if ( ref === void 0 ) ref = {};
+ var insertAt = ref.insertAt;
+
+ if (!css || typeof document === 'undefined') { return; }
+
+ var head = document.head || document.getElementsByTagName('head')[0];
+ var style = document.createElement('style');
+ style.type = 'text/css';
+
+ if (insertAt === 'top') {
+ if (head.firstChild) {
+ head.insertBefore(style, head.firstChild);
+ } else {
+ head.appendChild(style);
+ }
+ } else {
+ head.appendChild(style);
+ }
+
+ if (style.styleSheet) {
+ style.styleSheet.cssText = css;
+ } else {
+ style.appendChild(document.createTextNode(css));
+ }
+ }
+
+ var css_248z = ".apexcharts-canvas {\n position: relative;\n user-select: none;\n /* cannot give overflow: hidden as it will crop tooltips which overflow outside chart area */\n}\n\n\n/* scrollbar is not visible by default for legend, hence forcing the visibility */\n.apexcharts-canvas ::-webkit-scrollbar {\n -webkit-appearance: none;\n width: 6px;\n}\n\n.apexcharts-canvas ::-webkit-scrollbar-thumb {\n border-radius: 4px;\n background-color: rgba(0, 0, 0, .5);\n box-shadow: 0 0 1px rgba(255, 255, 255, .5);\n -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, .5);\n}\n\n\n.apexcharts-inner {\n position: relative;\n}\n\n.apexcharts-text tspan {\n font-family: inherit;\n}\n\n.legend-mouseover-inactive {\n transition: 0.15s ease all;\n opacity: 0.20;\n}\n\n.apexcharts-series-collapsed {\n opacity: 0;\n}\n\n.apexcharts-tooltip {\n border-radius: 5px;\n box-shadow: 2px 2px 6px -4px #999;\n cursor: default;\n font-size: 14px;\n left: 62px;\n opacity: 0;\n pointer-events: none;\n position: absolute;\n top: 20px;\n display: flex;\n flex-direction: column;\n overflow: hidden;\n white-space: nowrap;\n z-index: 12;\n transition: 0.15s ease all;\n}\n\n.apexcharts-tooltip.apexcharts-active {\n opacity: 1;\n transition: 0.15s ease all;\n}\n\n.apexcharts-tooltip.apexcharts-theme-light {\n border: 1px solid #e3e3e3;\n background: rgba(255, 255, 255, 0.96);\n}\n\n.apexcharts-tooltip.apexcharts-theme-dark {\n color: #fff;\n background: rgba(30, 30, 30, 0.8);\n}\n\n.apexcharts-tooltip * {\n font-family: inherit;\n}\n\n\n.apexcharts-tooltip-title {\n padding: 6px;\n font-size: 15px;\n margin-bottom: 4px;\n}\n\n.apexcharts-tooltip.apexcharts-theme-light .apexcharts-tooltip-title {\n background: #ECEFF1;\n border-bottom: 1px solid #ddd;\n}\n\n.apexcharts-tooltip.apexcharts-theme-dark .apexcharts-tooltip-title {\n background: rgba(0, 0, 0, 0.7);\n border-bottom: 1px solid #333;\n}\n\n.apexcharts-tooltip-text-y-value,\n.apexcharts-tooltip-text-goals-value,\n.apexcharts-tooltip-text-z-value {\n display: inline-block;\n font-weight: 600;\n margin-left: 5px;\n}\n\n.apexcharts-tooltip-text-y-label:empty,\n.apexcharts-tooltip-text-y-value:empty,\n.apexcharts-tooltip-text-goals-label:empty,\n.apexcharts-tooltip-text-goals-value:empty,\n.apexcharts-tooltip-text-z-value:empty {\n display: none;\n}\n\n.apexcharts-tooltip-text-y-value,\n.apexcharts-tooltip-text-goals-value,\n.apexcharts-tooltip-text-z-value {\n font-weight: 600;\n}\n\n.apexcharts-tooltip-text-goals-label, \n.apexcharts-tooltip-text-goals-value {\n padding: 6px 0 5px;\n}\n\n.apexcharts-tooltip-goals-group, \n.apexcharts-tooltip-text-goals-label, \n.apexcharts-tooltip-text-goals-value {\n display: flex;\n}\n.apexcharts-tooltip-text-goals-label:not(:empty),\n.apexcharts-tooltip-text-goals-value:not(:empty) {\n margin-top: -6px;\n}\n\n.apexcharts-tooltip-marker {\n width: 12px;\n height: 12px;\n position: relative;\n top: 0px;\n margin-right: 10px;\n border-radius: 50%;\n}\n\n.apexcharts-tooltip-series-group {\n padding: 0 10px;\n display: none;\n text-align: left;\n justify-content: left;\n align-items: center;\n}\n\n.apexcharts-tooltip-series-group.apexcharts-active .apexcharts-tooltip-marker {\n opacity: 1;\n}\n\n.apexcharts-tooltip-series-group.apexcharts-active,\n.apexcharts-tooltip-series-group:last-child {\n padding-bottom: 4px;\n}\n\n.apexcharts-tooltip-series-group-hidden {\n opacity: 0;\n height: 0;\n line-height: 0;\n padding: 0 !important;\n}\n\n.apexcharts-tooltip-y-group {\n padding: 6px 0 5px;\n}\n\n.apexcharts-tooltip-box, .apexcharts-custom-tooltip {\n padding: 4px 8px;\n}\n\n.apexcharts-tooltip-boxPlot {\n display: flex;\n flex-direction: column-reverse;\n}\n\n.apexcharts-tooltip-box>div {\n margin: 4px 0;\n}\n\n.apexcharts-tooltip-box span.value {\n font-weight: bold;\n}\n\n.apexcharts-tooltip-rangebar {\n padding: 5px 8px;\n}\n\n.apexcharts-tooltip-rangebar .category {\n font-weight: 600;\n color: #777;\n}\n\n.apexcharts-tooltip-rangebar .series-name {\n font-weight: bold;\n display: block;\n margin-bottom: 5px;\n}\n\n.apexcharts-xaxistooltip {\n opacity: 0;\n padding: 9px 10px;\n pointer-events: none;\n color: #373d3f;\n font-size: 13px;\n text-align: center;\n border-radius: 2px;\n position: absolute;\n z-index: 10;\n background: #ECEFF1;\n border: 1px solid #90A4AE;\n transition: 0.15s ease all;\n}\n\n.apexcharts-xaxistooltip.apexcharts-theme-dark {\n background: rgba(0, 0, 0, 0.7);\n border: 1px solid rgba(0, 0, 0, 0.5);\n color: #fff;\n}\n\n.apexcharts-xaxistooltip:after,\n.apexcharts-xaxistooltip:before {\n left: 50%;\n border: solid transparent;\n content: \" \";\n height: 0;\n width: 0;\n position: absolute;\n pointer-events: none;\n}\n\n.apexcharts-xaxistooltip:after {\n border-color: rgba(236, 239, 241, 0);\n border-width: 6px;\n margin-left: -6px;\n}\n\n.apexcharts-xaxistooltip:before {\n border-color: rgba(144, 164, 174, 0);\n border-width: 7px;\n margin-left: -7px;\n}\n\n.apexcharts-xaxistooltip-bottom:after,\n.apexcharts-xaxistooltip-bottom:before {\n bottom: 100%;\n}\n\n.apexcharts-xaxistooltip-top:after,\n.apexcharts-xaxistooltip-top:before {\n top: 100%;\n}\n\n.apexcharts-xaxistooltip-bottom:after {\n border-bottom-color: #ECEFF1;\n}\n\n.apexcharts-xaxistooltip-bottom:before {\n border-bottom-color: #90A4AE;\n}\n\n.apexcharts-xaxistooltip-bottom.apexcharts-theme-dark:after {\n border-bottom-color: rgba(0, 0, 0, 0.5);\n}\n\n.apexcharts-xaxistooltip-bottom.apexcharts-theme-dark:before {\n border-bottom-color: rgba(0, 0, 0, 0.5);\n}\n\n.apexcharts-xaxistooltip-top:after {\n border-top-color: #ECEFF1\n}\n\n.apexcharts-xaxistooltip-top:before {\n border-top-color: #90A4AE;\n}\n\n.apexcharts-xaxistooltip-top.apexcharts-theme-dark:after {\n border-top-color: rgba(0, 0, 0, 0.5);\n}\n\n.apexcharts-xaxistooltip-top.apexcharts-theme-dark:before {\n border-top-color: rgba(0, 0, 0, 0.5);\n}\n\n.apexcharts-xaxistooltip.apexcharts-active {\n opacity: 1;\n transition: 0.15s ease all;\n}\n\n.apexcharts-yaxistooltip {\n opacity: 0;\n padding: 4px 10px;\n pointer-events: none;\n color: #373d3f;\n font-size: 13px;\n text-align: center;\n border-radius: 2px;\n position: absolute;\n z-index: 10;\n background: #ECEFF1;\n border: 1px solid #90A4AE;\n}\n\n.apexcharts-yaxistooltip.apexcharts-theme-dark {\n background: rgba(0, 0, 0, 0.7);\n border: 1px solid rgba(0, 0, 0, 0.5);\n color: #fff;\n}\n\n.apexcharts-yaxistooltip:after,\n.apexcharts-yaxistooltip:before {\n top: 50%;\n border: solid transparent;\n content: \" \";\n height: 0;\n width: 0;\n position: absolute;\n pointer-events: none;\n}\n\n.apexcharts-yaxistooltip:after {\n border-color: rgba(236, 239, 241, 0);\n border-width: 6px;\n margin-top: -6px;\n}\n\n.apexcharts-yaxistooltip:before {\n border-color: rgba(144, 164, 174, 0);\n border-width: 7px;\n margin-top: -7px;\n}\n\n.apexcharts-yaxistooltip-left:after,\n.apexcharts-yaxistooltip-left:before {\n left: 100%;\n}\n\n.apexcharts-yaxistooltip-right:after,\n.apexcharts-yaxistooltip-right:before {\n right: 100%;\n}\n\n.apexcharts-yaxistooltip-left:after {\n border-left-color: #ECEFF1;\n}\n\n.apexcharts-yaxistooltip-left:before {\n border-left-color: #90A4AE;\n}\n\n.apexcharts-yaxistooltip-left.apexcharts-theme-dark:after {\n border-left-color: rgba(0, 0, 0, 0.5);\n}\n\n.apexcharts-yaxistooltip-left.apexcharts-theme-dark:before {\n border-left-color: rgba(0, 0, 0, 0.5);\n}\n\n.apexcharts-yaxistooltip-right:after {\n border-right-color: #ECEFF1;\n}\n\n.apexcharts-yaxistooltip-right:before {\n border-right-color: #90A4AE;\n}\n\n.apexcharts-yaxistooltip-right.apexcharts-theme-dark:after {\n border-right-color: rgba(0, 0, 0, 0.5);\n}\n\n.apexcharts-yaxistooltip-right.apexcharts-theme-dark:before {\n border-right-color: rgba(0, 0, 0, 0.5);\n}\n\n.apexcharts-yaxistooltip.apexcharts-active {\n opacity: 1;\n}\n\n.apexcharts-yaxistooltip-hidden {\n display: none;\n}\n\n.apexcharts-xcrosshairs,\n.apexcharts-ycrosshairs {\n pointer-events: none;\n opacity: 0;\n transition: 0.15s ease all;\n}\n\n.apexcharts-xcrosshairs.apexcharts-active,\n.apexcharts-ycrosshairs.apexcharts-active {\n opacity: 1;\n transition: 0.15s ease all;\n}\n\n.apexcharts-ycrosshairs-hidden {\n opacity: 0;\n}\n\n.apexcharts-selection-rect {\n cursor: move;\n}\n\n.svg_select_boundingRect, .svg_select_points_rot {\n pointer-events: none;\n opacity: 0;\n visibility: hidden;\n}\n.apexcharts-selection-rect + g .svg_select_boundingRect,\n.apexcharts-selection-rect + g .svg_select_points_rot {\n opacity: 0;\n visibility: hidden;\n}\n\n.apexcharts-selection-rect + g .svg_select_points_l,\n.apexcharts-selection-rect + g .svg_select_points_r {\n cursor: ew-resize;\n opacity: 1;\n visibility: visible;\n}\n\n.svg_select_points {\n fill: #efefef;\n stroke: #333;\n rx: 2;\n}\n\n.apexcharts-svg.apexcharts-zoomable.hovering-zoom {\n cursor: crosshair\n}\n\n.apexcharts-svg.apexcharts-zoomable.hovering-pan {\n cursor: move\n}\n\n.apexcharts-zoom-icon,\n.apexcharts-zoomin-icon,\n.apexcharts-zoomout-icon,\n.apexcharts-reset-icon,\n.apexcharts-pan-icon,\n.apexcharts-selection-icon,\n.apexcharts-menu-icon,\n.apexcharts-toolbar-custom-icon {\n cursor: pointer;\n width: 20px;\n height: 20px;\n line-height: 24px;\n color: #6E8192;\n text-align: center;\n}\n\n.apexcharts-zoom-icon svg,\n.apexcharts-zoomin-icon svg,\n.apexcharts-zoomout-icon svg,\n.apexcharts-reset-icon svg,\n.apexcharts-menu-icon svg {\n fill: #6E8192;\n}\n\n.apexcharts-selection-icon svg {\n fill: #444;\n transform: scale(0.76)\n}\n\n.apexcharts-theme-dark .apexcharts-zoom-icon svg,\n.apexcharts-theme-dark .apexcharts-zoomin-icon svg,\n.apexcharts-theme-dark .apexcharts-zoomout-icon svg,\n.apexcharts-theme-dark .apexcharts-reset-icon svg,\n.apexcharts-theme-dark .apexcharts-pan-icon svg,\n.apexcharts-theme-dark .apexcharts-selection-icon svg,\n.apexcharts-theme-dark .apexcharts-menu-icon svg,\n.apexcharts-theme-dark .apexcharts-toolbar-custom-icon svg {\n fill: #f3f4f5;\n}\n\n.apexcharts-canvas .apexcharts-zoom-icon.apexcharts-selected svg,\n.apexcharts-canvas .apexcharts-selection-icon.apexcharts-selected svg,\n.apexcharts-canvas .apexcharts-reset-zoom-icon.apexcharts-selected svg {\n fill: #008FFB;\n}\n\n.apexcharts-theme-light .apexcharts-selection-icon:not(.apexcharts-selected):hover svg,\n.apexcharts-theme-light .apexcharts-zoom-icon:not(.apexcharts-selected):hover svg,\n.apexcharts-theme-light .apexcharts-zoomin-icon:hover svg,\n.apexcharts-theme-light .apexcharts-zoomout-icon:hover svg,\n.apexcharts-theme-light .apexcharts-reset-icon:hover svg,\n.apexcharts-theme-light .apexcharts-menu-icon:hover svg {\n fill: #333;\n}\n\n.apexcharts-selection-icon,\n.apexcharts-menu-icon {\n position: relative;\n}\n\n.apexcharts-reset-icon {\n margin-left: 5px;\n}\n\n.apexcharts-zoom-icon,\n.apexcharts-reset-icon,\n.apexcharts-menu-icon {\n transform: scale(0.85);\n}\n\n.apexcharts-zoomin-icon,\n.apexcharts-zoomout-icon {\n transform: scale(0.7)\n}\n\n.apexcharts-zoomout-icon {\n margin-right: 3px;\n}\n\n.apexcharts-pan-icon {\n transform: scale(0.62);\n position: relative;\n left: 1px;\n top: 0px;\n}\n\n.apexcharts-pan-icon svg {\n fill: #fff;\n stroke: #6E8192;\n stroke-width: 2;\n}\n\n.apexcharts-pan-icon.apexcharts-selected svg {\n stroke: #008FFB;\n}\n\n.apexcharts-pan-icon:not(.apexcharts-selected):hover svg {\n stroke: #333;\n}\n\n.apexcharts-toolbar {\n position: absolute;\n z-index: 11;\n max-width: 176px;\n text-align: right;\n border-radius: 3px;\n padding: 0px 6px 2px 6px;\n display: flex;\n justify-content: space-between;\n align-items: center;\n}\n\n.apexcharts-menu {\n background: #fff;\n position: absolute;\n top: 100%;\n border: 1px solid #ddd;\n border-radius: 3px;\n padding: 3px;\n right: 10px;\n opacity: 0;\n min-width: 110px;\n transition: 0.15s ease all;\n pointer-events: none;\n}\n\n.apexcharts-menu.apexcharts-menu-open {\n opacity: 1;\n pointer-events: all;\n transition: 0.15s ease all;\n}\n\n.apexcharts-menu-item {\n padding: 6px 7px;\n font-size: 12px;\n cursor: pointer;\n}\n\n.apexcharts-theme-light .apexcharts-menu-item:hover {\n background: #eee;\n}\n\n.apexcharts-theme-dark .apexcharts-menu {\n background: rgba(0, 0, 0, 0.7);\n color: #fff;\n}\n\n@media screen and (min-width: 768px) {\n .apexcharts-canvas:hover .apexcharts-toolbar {\n opacity: 1;\n }\n}\n\n.apexcharts-datalabel.apexcharts-element-hidden {\n opacity: 0;\n}\n\n.apexcharts-pie-label,\n.apexcharts-datalabels,\n.apexcharts-datalabel,\n.apexcharts-datalabel-label,\n.apexcharts-datalabel-value {\n cursor: default;\n pointer-events: none;\n}\n\n.apexcharts-pie-label-delay {\n opacity: 0;\n animation-name: opaque;\n animation-duration: 0.3s;\n animation-fill-mode: forwards;\n animation-timing-function: ease;\n}\n\n.apexcharts-canvas .apexcharts-element-hidden {\n opacity: 0;\n}\n\n.apexcharts-hide .apexcharts-series-points {\n opacity: 0;\n}\n\n.apexcharts-gridline,\n.apexcharts-annotation-rect,\n.apexcharts-tooltip .apexcharts-marker,\n.apexcharts-area-series .apexcharts-area,\n.apexcharts-line,\n.apexcharts-zoom-rect,\n.apexcharts-toolbar svg,\n.apexcharts-area-series .apexcharts-series-markers .apexcharts-marker.no-pointer-events,\n.apexcharts-line-series .apexcharts-series-markers .apexcharts-marker.no-pointer-events,\n.apexcharts-radar-series path,\n.apexcharts-radar-series polygon {\n pointer-events: none;\n}\n\n\n/* markers */\n\n.apexcharts-marker {\n transition: 0.15s ease all;\n}\n\n@keyframes opaque {\n 0% {\n opacity: 0;\n }\n 100% {\n opacity: 1;\n }\n}\n\n\n/* Resize generated styles */\n\n@keyframes resizeanim {\n from {\n opacity: 0;\n }\n to {\n opacity: 0;\n }\n}\n\n.resize-triggers {\n animation: 1ms resizeanim;\n visibility: hidden;\n opacity: 0;\n}\n\n.resize-triggers,\n.resize-triggers>div,\n.contract-trigger:before {\n content: \" \";\n display: block;\n position: absolute;\n top: 0;\n left: 0;\n height: 100%;\n width: 100%;\n overflow: hidden;\n}\n\n.resize-triggers>div {\n background: #eee;\n overflow: auto;\n}\n\n.contract-trigger:before {\n width: 200%;\n height: 200%;\n}";
+ styleInject(css_248z);
+
+ /**
+ * Detect Element Resize
+ *
+ * https://github.com/sdecima/javascript-detect-element-resize
+ * Sebastian Decima
+ *
+ * version: 0.5.3
+ **/
+
+ (function () {
+ function resetTriggers(element) {
+ var triggers = element.__resizeTriggers__,
+ expand = triggers.firstElementChild,
+ contract = triggers.lastElementChild,
+ expandChild = expand ? expand.firstElementChild : null;
+
+ if (contract) {
+ contract.scrollLeft = contract.scrollWidth;
+ contract.scrollTop = contract.scrollHeight;
+ }
+
+ if (expandChild) {
+ expandChild.style.width = expand.offsetWidth + 1 + 'px';
+ expandChild.style.height = expand.offsetHeight + 1 + 'px';
+ }
+
+ if (expand) {
+ expand.scrollLeft = expand.scrollWidth;
+ expand.scrollTop = expand.scrollHeight;
+ }
+ }
+
+ function checkTriggers(element) {
+ return element.offsetWidth != element.__resizeLast__.width || element.offsetHeight != element.__resizeLast__.height;
+ }
+
+ function scrollListener(e) {
+ var element = this;
+ resetTriggers(this);
+ if (this.__resizeRAF__) cancelFrame(this.__resizeRAF__);
+ this.__resizeRAF__ = requestFrame(function () {
+ if (checkTriggers(element)) {
+ element.__resizeLast__.width = element.offsetWidth;
+ element.__resizeLast__.height = element.offsetHeight;
+
+ element.__resizeListeners__.forEach(function (fn) {
+ fn.call(e);
+ });
+ }
+ });
+ }
+
+ var requestFrame = function () {
+ var raf = window.requestAnimationFrame || window.mozRequestAnimationFrame || window.webkitRequestAnimationFrame || function (fn) {
+ return window.setTimeout(fn, 20);
+ };
+
+ return function (fn) {
+ return raf(fn);
+ };
+ }();
+
+ var cancelFrame = function () {
+ var cancel = window.cancelAnimationFrame || window.mozCancelAnimationFrame || window.webkitCancelAnimationFrame || window.clearTimeout;
+ return function (id) {
+ return cancel(id);
+ };
+ }();
+ /* Detect CSS Animations support to detect element display/re-attach */
+
+
+ var animation = false,
+ animationstartevent = 'animationstart',
+ domPrefixes = 'Webkit Moz O ms'.split(' '),
+ startEvents = 'webkitAnimationStart animationstart oAnimationStart MSAnimationStart'.split(' ');
+ {
+ var elm = document.createElement('fakeelement');
+
+ if (elm.style.animationName !== undefined) {
+ animation = true;
+ }
+
+ if (animation === false) {
+ for (var i = 0; i < domPrefixes.length; i++) {
+ if (elm.style[domPrefixes[i] + 'AnimationName'] !== undefined) {
+ animationstartevent = startEvents[i];
+ break;
+ }
+ }
+ }
+ }
+ var animationName = 'resizeanim';
+
+ window.addResizeListener = function (element, fn) {
+ if (!element.__resizeTriggers__) {
+ if (getComputedStyle(element).position == 'static') element.style.position = 'relative';
+ element.__resizeLast__ = {};
+ element.__resizeListeners__ = [];
+ (element.__resizeTriggers__ = document.createElement('div')).className = 'resize-triggers';
+ element.__resizeTriggers__.innerHTML = '' + '
';
+ element.appendChild(element.__resizeTriggers__);
+ resetTriggers(element);
+ element.addEventListener('scroll', scrollListener, true);
+ /* Listen for a css animation to detect element display/re-attach */
+
+ animationstartevent && element.__resizeTriggers__.addEventListener(animationstartevent, function (e) {
+ if (e.animationName == animationName) {
+ resetTriggers(element);
+ }
+ });
+ }
+
+ element.__resizeListeners__.push(fn);
+ };
+
+ window.removeResizeListener = function (element, fn) {
+ if (element) {
+ element.__resizeListeners__.splice(element.__resizeListeners__.indexOf(fn), 1);
+
+ if (!element.__resizeListeners__.length) {
+ element.removeEventListener('scroll', scrollListener);
+
+ if (element.__resizeTriggers__.parentNode) {
+ element.__resizeTriggers__ = !element.removeChild(element.__resizeTriggers__);
+ }
+ }
+ }
+ };
+ })();
+
+ if (typeof window.Apex === 'undefined') {
+ window.Apex = {};
+ }
+
+ var InitCtxVariables = /*#__PURE__*/function () {
+ function InitCtxVariables(ctx) {
+ _classCallCheck(this, InitCtxVariables);
+
+ this.ctx = ctx;
+ this.w = ctx.w;
+ }
+
+ _createClass(InitCtxVariables, [{
+ key: "initModules",
+ value: function initModules() {
+ this.ctx.publicMethods = ['updateOptions', 'updateSeries', 'appendData', 'appendSeries', 'toggleSeries', 'showSeries', 'hideSeries', 'setLocale', 'resetSeries', 'zoomX', 'toggleDataPointSelection', 'dataURI', 'addXaxisAnnotation', 'addYaxisAnnotation', 'addPointAnnotation', 'clearAnnotations', 'removeAnnotation', 'paper', 'destroy'];
+ this.ctx.eventList = ['click', 'mousedown', 'mousemove', 'mouseleave', 'touchstart', 'touchmove', 'touchleave', 'mouseup', 'touchend'];
+ this.ctx.animations = new Animations(this.ctx);
+ this.ctx.axes = new Axes(this.ctx);
+ this.ctx.core = new Core(this.ctx.el, this.ctx);
+ this.ctx.config = new Config({});
+ this.ctx.data = new Data(this.ctx);
+ this.ctx.grid = new Grid(this.ctx);
+ this.ctx.graphics = new Graphics(this.ctx);
+ this.ctx.coreUtils = new CoreUtils(this.ctx);
+ this.ctx.crosshairs = new Crosshairs(this.ctx);
+ this.ctx.events = new Events(this.ctx);
+ this.ctx.exports = new Exports(this.ctx);
+ this.ctx.localization = new Localization(this.ctx);
+ this.ctx.options = new Options();
+ this.ctx.responsive = new Responsive(this.ctx);
+ this.ctx.series = new Series(this.ctx);
+ this.ctx.theme = new Theme(this.ctx);
+ this.ctx.formatters = new Formatters(this.ctx);
+ this.ctx.titleSubtitle = new TitleSubtitle(this.ctx);
+ this.ctx.legend = new Legend(this.ctx);
+ this.ctx.toolbar = new Toolbar(this.ctx);
+ this.ctx.dimensions = new Dimensions(this.ctx);
+ this.ctx.updateHelpers = new UpdateHelpers(this.ctx);
+ this.ctx.zoomPanSelection = new ZoomPanSelection(this.ctx);
+ this.ctx.w.globals.tooltip = new Tooltip(this.ctx);
+ }
+ }]);
+
+ return InitCtxVariables;
+ }();
+
+ var Destroy = /*#__PURE__*/function () {
+ function Destroy(ctx) {
+ _classCallCheck(this, Destroy);
+
+ this.ctx = ctx;
+ this.w = ctx.w;
+ }
+
+ _createClass(Destroy, [{
+ key: "clear",
+ value: function clear(_ref) {
+ var isUpdating = _ref.isUpdating;
+
+ if (this.ctx.zoomPanSelection) {
+ this.ctx.zoomPanSelection.destroy();
+ }
+
+ if (this.ctx.toolbar) {
+ this.ctx.toolbar.destroy();
+ }
+
+ this.ctx.animations = null;
+ this.ctx.axes = null;
+ this.ctx.annotations = null;
+ this.ctx.core = null;
+ this.ctx.data = null;
+ this.ctx.grid = null;
+ this.ctx.series = null;
+ this.ctx.responsive = null;
+ this.ctx.theme = null;
+ this.ctx.formatters = null;
+ this.ctx.titleSubtitle = null;
+ this.ctx.legend = null;
+ this.ctx.dimensions = null;
+ this.ctx.options = null;
+ this.ctx.crosshairs = null;
+ this.ctx.zoomPanSelection = null;
+ this.ctx.updateHelpers = null;
+ this.ctx.toolbar = null;
+ this.ctx.localization = null;
+ this.ctx.w.globals.tooltip = null;
+ this.clearDomElements({
+ isUpdating: isUpdating
+ });
+ }
+ }, {
+ key: "killSVG",
+ value: function killSVG(draw) {
+ draw.each(function (i, children) {
+ this.removeClass('*');
+ this.off();
+ this.stop();
+ }, true);
+ draw.ungroup();
+ draw.clear();
+ }
+ }, {
+ key: "clearDomElements",
+ value: function clearDomElements(_ref2) {
+ var _this = this;
+
+ var isUpdating = _ref2.isUpdating;
+ var elSVG = this.w.globals.dom.Paper.node; // fixes apexcharts.js#1654 & vue-apexcharts#256
+
+ if (elSVG.parentNode && elSVG.parentNode.parentNode && !isUpdating) {
+ elSVG.parentNode.parentNode.style.minHeight = 'unset';
+ } // detach root event
+
+
+ var baseEl = this.w.globals.dom.baseEl;
+
+ if (baseEl) {
+ // see https://github.com/apexcharts/vue-apexcharts/issues/275
+ this.ctx.eventList.forEach(function (event) {
+ baseEl.removeEventListener(event, _this.ctx.events.documentEvent);
+ });
+ }
+
+ var domEls = this.w.globals.dom;
+
+ if (this.ctx.el !== null) {
+ // remove all child elements - resetting the whole chart
+ while (this.ctx.el.firstChild) {
+ this.ctx.el.removeChild(this.ctx.el.firstChild);
+ }
+ }
+
+ this.killSVG(domEls.Paper);
+ domEls.Paper.remove();
+ domEls.elWrap = null;
+ domEls.elGraphical = null;
+ domEls.elAnnotations = null;
+ domEls.elLegendWrap = null;
+ domEls.baseEl = null;
+ domEls.elGridRect = null;
+ domEls.elGridRectMask = null;
+ domEls.elGridRectMarkerMask = null;
+ domEls.elForecastMask = null;
+ domEls.elNonForecastMask = null;
+ domEls.elDefs = null;
+ }
+ }]);
+
+ return Destroy;
+ }();
+
+ /**
+ *
+ * @module ApexCharts
+ **/
+
+ var ApexCharts$1 = /*#__PURE__*/function () {
+ function ApexCharts(el, opts) {
+ _classCallCheck(this, ApexCharts);
+
+ this.opts = opts;
+ this.ctx = this; // Pass the user supplied options to the Base Class where these options will be extended with defaults. The returned object from Base Class will become the config object in the entire codebase.
+
+ this.w = new Base(opts).init();
+ this.el = el;
+ this.w.globals.cuid = Utils$1.randomId();
+ this.w.globals.chartID = this.w.config.chart.id ? Utils$1.escapeString(this.w.config.chart.id) : this.w.globals.cuid;
+ var initCtx = new InitCtxVariables(this);
+ initCtx.initModules();
+ this.create = Utils$1.bind(this.create, this);
+ this.windowResizeHandler = this._windowResizeHandler.bind(this);
+ this.parentResizeHandler = this._parentResizeCallback.bind(this);
+ }
+ /**
+ * The primary method user will call to render the chart.
+ */
+
+
+ _createClass(ApexCharts, [{
+ key: "render",
+ value: function render() {
+ var _this = this;
+
+ // main method
+ return new Promise(function (resolve, reject) {
+ // only draw chart, if element found
+ if (_this.el !== null) {
+ if (typeof Apex._chartInstances === 'undefined') {
+ Apex._chartInstances = [];
+ }
+
+ if (_this.w.config.chart.id) {
+ Apex._chartInstances.push({
+ id: _this.w.globals.chartID,
+ group: _this.w.config.chart.group,
+ chart: _this
+ });
+ } // set the locale here
+
+
+ _this.setLocale(_this.w.config.chart.defaultLocale);
+
+ var beforeMount = _this.w.config.chart.events.beforeMount;
+
+ if (typeof beforeMount === 'function') {
+ beforeMount(_this, _this.w);
+ }
+
+ _this.events.fireEvent('beforeMount', [_this, _this.w]);
+
+ window.addEventListener('resize', _this.windowResizeHandler);
+ window.addResizeListener(_this.el.parentNode, _this.parentResizeHandler);
+
+ var graphData = _this.create(_this.w.config.series, {});
+
+ if (!graphData) return resolve(_this);
+
+ _this.mount(graphData).then(function () {
+ if (typeof _this.w.config.chart.events.mounted === 'function') {
+ _this.w.config.chart.events.mounted(_this, _this.w);
+ }
+
+ _this.events.fireEvent('mounted', [_this, _this.w]);
+
+ resolve(graphData);
+ }).catch(function (e) {
+ reject(e); // handle error in case no data or element not found
+ });
+ } else {
+ reject(new Error('Element not found'));
+ }
+ });
+ }
+ }, {
+ key: "create",
+ value: function create(ser, opts) {
+ var w = this.w;
+ var initCtx = new InitCtxVariables(this);
+ initCtx.initModules();
+ var gl = this.w.globals;
+ gl.noData = false;
+ gl.animationEnded = false;
+ this.responsive.checkResponsiveConfig(opts);
+
+ if (w.config.xaxis.convertedCatToNumeric) {
+ var defaults = new Defaults(w.config);
+ defaults.convertCatToNumericXaxis(w.config, this.ctx);
+ }
+
+ if (this.el === null) {
+ gl.animationEnded = true;
+ return null;
+ }
+
+ this.core.setupElements();
+
+ if (w.config.chart.type === 'treemap') {
+ w.config.grid.show = false;
+ w.config.yaxis[0].show = false;
+ }
+
+ if (gl.svgWidth === 0) {
+ // if the element is hidden, skip drawing
+ gl.animationEnded = true;
+ return null;
+ }
+
+ var combo = CoreUtils.checkComboSeries(ser);
+ gl.comboCharts = combo.comboCharts;
+ gl.comboBarCount = combo.comboBarCount;
+ var allSeriesAreEmpty = ser.every(function (s) {
+ return s.data && s.data.length === 0;
+ });
+
+ if (ser.length === 0 || allSeriesAreEmpty) {
+ this.series.handleNoData();
+ }
+
+ this.events.setupEventHandlers(); // Handle the data inputted by user and set some of the global variables (for eg, if data is datetime / numeric / category). Don't calculate the range / min / max at this time
+
+ this.data.parseData(ser); // this is a good time to set theme colors first
+
+ this.theme.init(); // as markers accepts array, we need to setup global markers for easier access
+
+ var markers = new Markers(this);
+ markers.setGlobalMarkerSize(); // labelFormatters should be called before dimensions as in dimensions we need text labels width
+
+ this.formatters.setLabelFormatters();
+ this.titleSubtitle.draw(); // legend is calculated here before coreCalculations because it affects the plottable area
+ // if there is some data to show or user collapsed all series, then proceed drawing legend
+
+ if (!gl.noData || gl.collapsedSeries.length === gl.series.length || w.config.legend.showForSingleSeries) {
+ this.legend.init();
+ } // check whether in multiple series, all series share the same X
+
+
+ this.series.hasAllSeriesEqualX(); // coreCalculations will give the min/max range and yaxis/axis values. It should be called here to set series variable from config to globals
+
+ if (gl.axisCharts) {
+ this.core.coreCalculations();
+
+ if (w.config.xaxis.type !== 'category') {
+ // as we have minX and maxX values, determine the default DateTimeFormat for time series
+ this.formatters.setLabelFormatters();
+ }
+
+ this.ctx.toolbar.minX = w.globals.minX;
+ this.ctx.toolbar.maxX = w.globals.maxX;
+ } // we need to generate yaxis for heatmap separately as we are not showing numerics there, but seriesNames. There are some tweaks which are required for heatmap to align labels correctly which are done in below function
+ // Also we need to do this before calculating Dimensions plotCoords() method of Dimensions
+
+
+ this.formatters.heatmapLabelFormatters(); // We got plottable area here, next task would be to calculate axis areas
+
+ this.dimensions.plotCoords();
+ var xyRatios = this.core.xySettings();
+ this.grid.createGridMask();
+ var elGraph = this.core.plotChartType(ser, xyRatios);
+ var dataLabels = new DataLabels(this);
+ dataLabels.bringForward();
+
+ if (w.config.dataLabels.background.enabled) {
+ dataLabels.dataLabelsBackground();
+ } // after all the drawing calculations, shift the graphical area (actual charts/bars) excluding legends
+
+
+ this.core.shiftGraphPosition();
+ var dim = {
+ plot: {
+ left: w.globals.translateX,
+ top: w.globals.translateY,
+ width: w.globals.gridWidth,
+ height: w.globals.gridHeight
+ }
+ };
+ return {
+ elGraph: elGraph,
+ xyRatios: xyRatios,
+ elInner: w.globals.dom.elGraphical,
+ dimensions: dim
+ };
+ }
+ }, {
+ key: "mount",
+ value: function mount() {
+ var _this2 = this;
+
+ var graphData = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : null;
+ var me = this;
+ var w = me.w;
+ return new Promise(function (resolve, reject) {
+ // no data to display
+ if (me.el === null) {
+ return reject(new Error('Not enough data to display or target element not found'));
+ } else if (graphData === null || w.globals.allSeriesCollapsed) {
+ me.series.handleNoData();
+ }
+
+ if (w.config.chart.type !== 'treemap') {
+ me.axes.drawAxis(w.config.chart.type, graphData.xyRatios);
+ }
+
+ me.grid = new Grid(me);
+ var elgrid = me.grid.drawGrid();
+ me.annotations = new Annotations(me);
+ me.annotations.drawImageAnnos();
+ me.annotations.drawTextAnnos();
+
+ if (w.config.grid.position === 'back' && elgrid) {
+ w.globals.dom.elGraphical.add(elgrid.el);
+ }
+
+ var xAxis = new XAxis(_this2.ctx);
+ var yaxis = new YAxis(_this2.ctx);
+
+ if (elgrid !== null) {
+ xAxis.xAxisLabelCorrections(elgrid.xAxisTickWidth);
+ yaxis.setYAxisTextAlignments();
+ w.config.yaxis.map(function (yaxe, index) {
+ if (w.globals.ignoreYAxisIndexes.indexOf(index) === -1) {
+ yaxis.yAxisTitleRotate(index, yaxe.opposite);
+ }
+ });
+ }
+
+ if (w.config.annotations.position === 'back') {
+ w.globals.dom.Paper.add(w.globals.dom.elAnnotations);
+ me.annotations.drawAxesAnnotations();
+ }
+
+ if (Array.isArray(graphData.elGraph)) {
+ for (var g = 0; g < graphData.elGraph.length; g++) {
+ w.globals.dom.elGraphical.add(graphData.elGraph[g]);
+ }
+ } else {
+ w.globals.dom.elGraphical.add(graphData.elGraph);
+ }
+
+ if (w.config.grid.position === 'front' && elgrid) {
+ w.globals.dom.elGraphical.add(elgrid.el);
+ }
+
+ if (w.config.xaxis.crosshairs.position === 'front') {
+ me.crosshairs.drawXCrosshairs();
+ }
+
+ if (w.config.yaxis[0].crosshairs.position === 'front') {
+ me.crosshairs.drawYCrosshairs();
+ }
+
+ if (w.config.annotations.position === 'front') {
+ w.globals.dom.Paper.add(w.globals.dom.elAnnotations);
+ me.annotations.drawAxesAnnotations();
+ }
+
+ if (!w.globals.noData) {
+ // draw tooltips at the end
+ if (w.config.tooltip.enabled && !w.globals.noData) {
+ me.w.globals.tooltip.drawTooltip(graphData.xyRatios);
+ }
+
+ if (w.globals.axisCharts && (w.globals.isXNumeric || w.config.xaxis.convertedCatToNumeric || w.globals.isRangeBar)) {
+ if (w.config.chart.zoom.enabled || w.config.chart.selection && w.config.chart.selection.enabled || w.config.chart.pan && w.config.chart.pan.enabled) {
+ me.zoomPanSelection.init({
+ xyRatios: graphData.xyRatios
+ });
+ }
+ } else {
+ var tools = w.config.chart.toolbar.tools;
+ var toolsArr = ['zoom', 'zoomin', 'zoomout', 'selection', 'pan', 'reset'];
+ toolsArr.forEach(function (t) {
+ tools[t] = false;
+ });
+ }
+
+ if (w.config.chart.toolbar.show && !w.globals.allSeriesCollapsed) {
+ me.toolbar.createToolbar();
+ }
+ }
+
+ if (w.globals.memory.methodsToExec.length > 0) {
+ w.globals.memory.methodsToExec.forEach(function (fn) {
+ fn.method(fn.params, false, fn.context);
+ });
+ }
+
+ if (!w.globals.axisCharts && !w.globals.noData) {
+ me.core.resizeNonAxisCharts();
+ }
+
+ resolve(me);
+ });
+ }
+ /**
+ * Destroy the chart instance by removing all elements which also clean up event listeners on those elements.
+ */
+
+ }, {
+ key: "destroy",
+ value: function destroy() {
+ window.removeEventListener('resize', this.windowResizeHandler);
+ window.removeResizeListener(this.el.parentNode, this.parentResizeHandler); // remove the chart's instance from the global Apex._chartInstances
+
+ var chartID = this.w.config.chart.id;
+
+ if (chartID) {
+ Apex._chartInstances.forEach(function (c, i) {
+ if (c.id === Utils$1.escapeString(chartID)) {
+ Apex._chartInstances.splice(i, 1);
+ }
+ });
+ }
+
+ new Destroy(this.ctx).clear({
+ isUpdating: false
+ });
+ }
+ /**
+ * Allows users to update Options after the chart has rendered.
+ *
+ * @param {object} options - A new config object can be passed which will be merged with the existing config object
+ * @param {boolean} redraw - should redraw from beginning or should use existing paths and redraw from there
+ * @param {boolean} animate - should animate or not on updating Options
+ */
+
+ }, {
+ key: "updateOptions",
+ value: function updateOptions(options) {
+ var _this3 = this;
+
+ var redraw = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : false;
+ var animate = arguments.length > 2 && arguments[2] !== undefined ? arguments[2] : true;
+ var updateSyncedCharts = arguments.length > 3 && arguments[3] !== undefined ? arguments[3] : true;
+ var overwriteInitialConfig = arguments.length > 4 && arguments[4] !== undefined ? arguments[4] : true;
+ var w = this.w; // when called externally, clear some global variables
+ // fixes apexcharts.js#1488
+
+ w.globals.selection = undefined;
+
+ if (options.series) {
+ this.series.resetSeries(false, true, false);
+
+ if (options.series.length && options.series[0].data) {
+ options.series = options.series.map(function (s, i) {
+ return _this3.updateHelpers._extendSeries(s, i);
+ });
+ } // user updated the series via updateOptions() function.
+ // Hence, we need to reset axis min/max to avoid zooming issues
+
+
+ this.updateHelpers.revertDefaultAxisMinMax();
+ } // user has set x-axis min/max externally - hence we need to forcefully set the xaxis min/max
+
+
+ if (options.xaxis) {
+ options = this.updateHelpers.forceXAxisUpdate(options);
+ }
+
+ if (options.yaxis) {
+ options = this.updateHelpers.forceYAxisUpdate(options);
+ }
+
+ if (w.globals.collapsedSeriesIndices.length > 0) {
+ this.series.clearPreviousPaths();
+ }
+ /* update theme mode#459 */
+
+
+ if (options.theme) {
+ options = this.theme.updateThemeOptions(options);
+ }
+
+ return this.updateHelpers._updateOptions(options, redraw, animate, updateSyncedCharts, overwriteInitialConfig);
+ }
+ /**
+ * Allows users to update Series after the chart has rendered.
+ *
+ * @param {array} series - New series which will override the existing
+ */
+
+ }, {
+ key: "updateSeries",
+ value: function updateSeries() {
+ var newSeries = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : [];
+ var animate = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : true;
+ var overwriteInitialSeries = arguments.length > 2 && arguments[2] !== undefined ? arguments[2] : true;
+ this.series.resetSeries(false);
+ this.updateHelpers.revertDefaultAxisMinMax();
+ return this.updateHelpers._updateSeries(newSeries, animate, overwriteInitialSeries);
+ }
+ /**
+ * Allows users to append a new series after the chart has rendered.
+ *
+ * @param {array} newSerie - New serie which will be appended to the existing series
+ */
+
+ }, {
+ key: "appendSeries",
+ value: function appendSeries(newSerie) {
+ var animate = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : true;
+ var overwriteInitialSeries = arguments.length > 2 && arguments[2] !== undefined ? arguments[2] : true;
+ var newSeries = this.w.config.series.slice();
+ newSeries.push(newSerie);
+ this.series.resetSeries(false);
+ this.updateHelpers.revertDefaultAxisMinMax();
+ return this.updateHelpers._updateSeries(newSeries, animate, overwriteInitialSeries);
+ }
+ /**
+ * Allows users to append Data to series.
+ *
+ * @param {array} newData - New data in the same format as series
+ */
+
+ }, {
+ key: "appendData",
+ value: function appendData(newData) {
+ var overwriteInitialSeries = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : true;
+ var me = this;
+ me.w.globals.dataChanged = true;
+ me.series.getPreviousPaths();
+ var newSeries = me.w.config.series.slice();
+
+ for (var i = 0; i < newSeries.length; i++) {
+ if (newData[i] !== null && typeof newData[i] !== 'undefined') {
+ for (var j = 0; j < newData[i].data.length; j++) {
+ newSeries[i].data.push(newData[i].data[j]);
+ }
+ }
+ }
+
+ me.w.config.series = newSeries;
+
+ if (overwriteInitialSeries) {
+ me.w.globals.initialSeries = Utils$1.clone(me.w.config.series);
+ }
+
+ return this.update();
+ }
+ }, {
+ key: "update",
+ value: function update(options) {
+ var _this4 = this;
+
+ return new Promise(function (resolve, reject) {
+ new Destroy(_this4.ctx).clear({
+ isUpdating: true
+ });
+
+ var graphData = _this4.create(_this4.w.config.series, options);
+
+ if (!graphData) return resolve(_this4);
+
+ _this4.mount(graphData).then(function () {
+ if (typeof _this4.w.config.chart.events.updated === 'function') {
+ _this4.w.config.chart.events.updated(_this4, _this4.w);
+ }
+
+ _this4.events.fireEvent('updated', [_this4, _this4.w]);
+
+ _this4.w.globals.isDirty = true;
+ resolve(_this4);
+ }).catch(function (e) {
+ reject(e);
+ });
+ });
+ }
+ /**
+ * Get all charts in the same "group" (including the instance which is called upon) to sync them when user zooms in/out or pan.
+ */
+
+ }, {
+ key: "getSyncedCharts",
+ value: function getSyncedCharts() {
+ var chartGroups = this.getGroupedCharts();
+ var allCharts = [this];
+
+ if (chartGroups.length) {
+ allCharts = [];
+ chartGroups.forEach(function (ch) {
+ allCharts.push(ch);
+ });
+ }
+
+ return allCharts;
+ }
+ /**
+ * Get charts in the same "group" (excluding the instance which is called upon) to perform operations on the other charts of the same group (eg., tooltip hovering)
+ */
+
+ }, {
+ key: "getGroupedCharts",
+ value: function getGroupedCharts() {
+ var _this5 = this;
+
+ return Apex._chartInstances.filter(function (ch) {
+ if (ch.group) {
+ return true;
+ }
+ }).map(function (ch) {
+ return _this5.w.config.chart.group === ch.group ? ch.chart : _this5;
+ });
+ }
+ }, {
+ key: "toggleSeries",
+ value: function toggleSeries(seriesName) {
+ return this.series.toggleSeries(seriesName);
+ }
+ }, {
+ key: "highlightSeriesOnLegendHover",
+ value: function highlightSeriesOnLegendHover(e, targetElement) {
+ return this.series.toggleSeriesOnHover(e, targetElement);
+ }
+ }, {
+ key: "showSeries",
+ value: function showSeries(seriesName) {
+ this.series.showSeries(seriesName);
+ }
+ }, {
+ key: "hideSeries",
+ value: function hideSeries(seriesName) {
+ this.series.hideSeries(seriesName);
+ }
+ }, {
+ key: "resetSeries",
+ value: function resetSeries() {
+ var shouldUpdateChart = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : true;
+ var shouldResetZoom = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : true;
+ this.series.resetSeries(shouldUpdateChart, shouldResetZoom);
+ } // Public method to add event listener on chart context
+
+ }, {
+ key: "addEventListener",
+ value: function addEventListener(name, handler) {
+ this.events.addEventListener(name, handler);
+ } // Public method to remove event listener on chart context
+
+ }, {
+ key: "removeEventListener",
+ value: function removeEventListener(name, handler) {
+ this.events.removeEventListener(name, handler);
+ }
+ }, {
+ key: "addXaxisAnnotation",
+ value: function addXaxisAnnotation(opts) {
+ var pushToMemory = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : true;
+ var context = arguments.length > 2 && arguments[2] !== undefined ? arguments[2] : undefined;
+ var me = this;
+
+ if (context) {
+ me = context;
+ }
+
+ me.annotations.addXaxisAnnotationExternal(opts, pushToMemory, me);
+ }
+ }, {
+ key: "addYaxisAnnotation",
+ value: function addYaxisAnnotation(opts) {
+ var pushToMemory = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : true;
+ var context = arguments.length > 2 && arguments[2] !== undefined ? arguments[2] : undefined;
+ var me = this;
+
+ if (context) {
+ me = context;
+ }
+
+ me.annotations.addYaxisAnnotationExternal(opts, pushToMemory, me);
+ }
+ }, {
+ key: "addPointAnnotation",
+ value: function addPointAnnotation(opts) {
+ var pushToMemory = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : true;
+ var context = arguments.length > 2 && arguments[2] !== undefined ? arguments[2] : undefined;
+ var me = this;
+
+ if (context) {
+ me = context;
+ }
+
+ me.annotations.addPointAnnotationExternal(opts, pushToMemory, me);
+ }
+ }, {
+ key: "clearAnnotations",
+ value: function clearAnnotations() {
+ var context = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : undefined;
+ var me = this;
+
+ if (context) {
+ me = context;
+ }
+
+ me.annotations.clearAnnotations(me);
+ }
+ }, {
+ key: "removeAnnotation",
+ value: function removeAnnotation(id) {
+ var context = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : undefined;
+ var me = this;
+
+ if (context) {
+ me = context;
+ }
+
+ me.annotations.removeAnnotation(me, id);
+ }
+ }, {
+ key: "getChartArea",
+ value: function getChartArea() {
+ var el = this.w.globals.dom.baseEl.querySelector('.apexcharts-inner');
+ return el;
+ }
+ }, {
+ key: "getSeriesTotalXRange",
+ value: function getSeriesTotalXRange(minX, maxX) {
+ return this.coreUtils.getSeriesTotalsXRange(minX, maxX);
+ }
+ }, {
+ key: "getHighestValueInSeries",
+ value: function getHighestValueInSeries() {
+ var seriesIndex = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : 0;
+ var range = new Range(this.ctx);
+ return range.getMinYMaxY(seriesIndex).highestY;
+ }
+ }, {
+ key: "getLowestValueInSeries",
+ value: function getLowestValueInSeries() {
+ var seriesIndex = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : 0;
+ var range = new Range(this.ctx);
+ return range.getMinYMaxY(seriesIndex).lowestY;
+ }
+ }, {
+ key: "getSeriesTotal",
+ value: function getSeriesTotal() {
+ return this.w.globals.seriesTotals;
+ }
+ }, {
+ key: "toggleDataPointSelection",
+ value: function toggleDataPointSelection(seriesIndex, dataPointIndex) {
+ return this.updateHelpers.toggleDataPointSelection(seriesIndex, dataPointIndex);
+ }
+ }, {
+ key: "zoomX",
+ value: function zoomX(min, max) {
+ this.ctx.toolbar.zoomUpdateOptions(min, max);
+ }
+ }, {
+ key: "setLocale",
+ value: function setLocale(localeName) {
+ this.localization.setCurrentLocaleValues(localeName);
+ }
+ }, {
+ key: "dataURI",
+ value: function dataURI(options) {
+ var exp = new Exports(this.ctx);
+ return exp.dataURI(options);
+ }
+ }, {
+ key: "paper",
+ value: function paper() {
+ return this.w.globals.dom.Paper;
+ }
+ }, {
+ key: "_parentResizeCallback",
+ value: function _parentResizeCallback() {
+ if (this.w.globals.animationEnded && this.w.config.chart.redrawOnParentResize) {
+ this._windowResize();
+ }
+ }
+ /**
+ * Handle window resize and re-draw the whole chart.
+ */
+
+ }, {
+ key: "_windowResize",
+ value: function _windowResize() {
+ var _this6 = this;
+
+ clearTimeout(this.w.globals.resizeTimer);
+ this.w.globals.resizeTimer = window.setTimeout(function () {
+ _this6.w.globals.resized = true;
+ _this6.w.globals.dataChanged = false; // we need to redraw the whole chart on window resize (with a small delay).
+
+ _this6.ctx.update();
+ }, 150);
+ }
+ }, {
+ key: "_windowResizeHandler",
+ value: function _windowResizeHandler() {
+ var redraw = this.w.config.chart.redrawOnWindowResize;
+
+ if (typeof redraw === 'function') {
+ redraw = redraw();
+ }
+
+ redraw && this._windowResize();
+ }
+ }], [{
+ key: "getChartByID",
+ value: function getChartByID(id) {
+ var chartId = Utils$1.escapeString(id);
+
+ var c = Apex._chartInstances.filter(function (ch) {
+ return ch.id === chartId;
+ })[0];
+
+ return c && c.chart;
+ }
+ /**
+ * Allows the user to provide data attrs in the element and the chart will render automatically when this method is called by searching for the elements containing 'data-apexcharts' attribute
+ */
+
+ }, {
+ key: "initOnLoad",
+ value: function initOnLoad() {
+ var els = document.querySelectorAll('[data-apexcharts]');
+
+ for (var i = 0; i < els.length; i++) {
+ var el = els[i];
+ var options = JSON.parse(els[i].getAttribute('data-options'));
+ var apexChart = new ApexCharts(el, options);
+ apexChart.render();
+ }
+ }
+ /**
+ * This static method allows users to call chart methods without necessarily from the
+ * instance of the chart in case user has assigned chartID to the targeted chart.
+ * The chartID is used for mapping the instance stored in Apex._chartInstances global variable
+ *
+ * This is helpful in cases when you don't have reference of the chart instance
+ * easily and need to call the method from anywhere.
+ * For eg, in React/Vue applications when you have many parent/child components,
+ * and need easy reference to other charts for performing dynamic operations
+ *
+ * @param {string} chartID - The unique identifier which will be used to call methods
+ * on that chart instance
+ * @param {function} fn - The method name to call
+ * @param {object} opts - The parameters which are accepted in the original method will be passed here in the same order.
+ */
+
+ }, {
+ key: "exec",
+ value: function exec(chartID, fn) {
+ var chart = this.getChartByID(chartID);
+ if (!chart) return; // turn on the global exec flag to indicate this method was called
+
+ chart.w.globals.isExecCalled = true;
+ var ret = null;
+
+ if (chart.publicMethods.indexOf(fn) !== -1) {
+ for (var _len = arguments.length, opts = new Array(_len > 2 ? _len - 2 : 0), _key = 2; _key < _len; _key++) {
+ opts[_key - 2] = arguments[_key];
+ }
+
+ ret = chart[fn].apply(chart, opts);
+ }
+
+ return ret;
+ }
+ }, {
+ key: "merge",
+ value: function merge(target, source) {
+ return Utils$1.extend(target, source);
+ }
+ }]);
+
+ return ApexCharts;
+ }();
+
+ return ApexCharts$1;
+
+})));
diff --git a/addons/tk_construction_management/static/src/xml/template.xml b/addons/tk_construction_management/static/src/xml/template.xml
new file mode 100644
index 0000000..be04fcb
--- /dev/null
+++ b/addons/tk_construction_management/static/src/xml/template.xml
@@ -0,0 +1,164 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Construction Statistics
+
+
+
+
+
+
+
+
Sub Project Timeline
+
+
+
+
+
+
Material Requisition
+
+
+
+
+
+
+
Job Order Purchase Order
+
+
+
+
+
+
+
+
diff --git a/addons/tk_construction_management/views/assets.xml b/addons/tk_construction_management/views/assets.xml
new file mode 100644
index 0000000..44c39e3
--- /dev/null
+++ b/addons/tk_construction_management/views/assets.xml
@@ -0,0 +1,9 @@
+
+
+
+
+ Construction Management
+ construction_dashboard
+
+
+
\ No newline at end of file
diff --git a/addons/tk_construction_management/views/construction_configuration_view.xml b/addons/tk_construction_management/views/construction_configuration_view.xml
new file mode 100644
index 0000000..14f55f6
--- /dev/null
+++ b/addons/tk_construction_management/views/construction_configuration_view.xml
@@ -0,0 +1,54 @@
+
+
+
+
+
+ job.type.view.tree
+ job.type
+
+
+
+
+
+
+
+
+ Work Type
+ ir.actions.act_window
+ job.type
+ list
+
+
+
+ job.category.view.tree
+ job.sub.category
+
+
+
+
+
+
+
+ Work Sub Type
+ ir.actions.act_window
+ job.sub.category
+ list
+
+
+
+ policy.risk.view.tree
+ insurance.risk
+
+
+
+
+
+
+
+ Policy Risk
+ ir.actions.act_window
+ insurance.risk
+ list
+
+
+
\ No newline at end of file
diff --git a/addons/tk_construction_management/views/construction_department_view.xml b/addons/tk_construction_management/views/construction_department_view.xml
new file mode 100644
index 0000000..0682121
--- /dev/null
+++ b/addons/tk_construction_management/views/construction_department_view.xml
@@ -0,0 +1,142 @@
+
+
+
+
+ construction.department.view.form
+ construction.department
+
+
+
+
+
+ construction.department.view.tree
+ construction.department
+
+
+
+
+
+
+
+
+
+ Department
+ ir.actions.act_window
+ construction.department
+ list,form
+
+
+
\ No newline at end of file
diff --git a/addons/tk_construction_management/views/construction_product_template_view.xml b/addons/tk_construction_management/views/construction_product_template_view.xml
new file mode 100644
index 0000000..d578589
--- /dev/null
+++ b/addons/tk_construction_management/views/construction_product_template_view.xml
@@ -0,0 +1,43 @@
+
+
+
+
+ construction.template.view.form
+ construction.product.template
+
+
+
+
+
+ construction.template.view.tree
+ construction.product.template
+
+
+
+
+
+
+
+ Material Template
+ ir.actions.act_window
+ construction.product.template
+ list,form
+
+
+
\ No newline at end of file
diff --git a/addons/tk_construction_management/views/construction_project_task_view.xml b/addons/tk_construction_management/views/construction_project_task_view.xml
new file mode 100644
index 0000000..974491c
--- /dev/null
+++ b/addons/tk_construction_management/views/construction_project_task_view.xml
@@ -0,0 +1,51 @@
+
+
+
+
+ construction.project.form.inherit
+ project.task
+
+
+
+
+
+
+
+
+
+
+
+
+
+ con.project.project.form
+ project.project
+
+
+
+
+
+
+
+
+
+ Tasks
+ project.task
+ kanban,list,form,calendar,pivot,graph,activity
+ {'search_default_stage': 1}
+ [('con_project_id','!=',False)]
+
+
+
+ No tasks found. Let's create one!
+
+
+ Organize your tasks by dispatching them across the pipeline.
+
+ Collaborate efficiently by chatting in real-time or via email.
+
+
+
+
+
\ No newline at end of file
diff --git a/addons/tk_construction_management/views/construction_project_view.xml b/addons/tk_construction_management/views/construction_project_view.xml
new file mode 100644
index 0000000..bc69857
--- /dev/null
+++ b/addons/tk_construction_management/views/construction_project_view.xml
@@ -0,0 +1,391 @@
+
+
+
+
+ construction.project.view.form
+ tk.construction.project
+
+
+
+
+
+ construction.project.view.tree
+ tk.construction.project
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ construction.project.view.search
+ tk.construction.project
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Construction Sub Project
+ ir.actions.act_window
+ tk.construction.project
+ list,form,activity
+
+
+
\ No newline at end of file
diff --git a/addons/tk_construction_management/views/construction_res_user_view_inherit.xml b/addons/tk_construction_management/views/construction_res_user_view_inherit.xml
new file mode 100644
index 0000000..3c03cf0
--- /dev/null
+++ b/addons/tk_construction_management/views/construction_res_user_view_inherit.xml
@@ -0,0 +1,20 @@
+
+
+
+
+ construction.res.user.form.inherit.view
+ res.users
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/addons/tk_construction_management/views/construction_site_view.xml b/addons/tk_construction_management/views/construction_site_view.xml
new file mode 100644
index 0000000..17d3f02
--- /dev/null
+++ b/addons/tk_construction_management/views/construction_site_view.xml
@@ -0,0 +1,340 @@
+
+
+
+
+ construction.site.view.form
+ tk.construction.site
+
+
+
+
+
+ construction.site.tree.view
+ tk.construction.site
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Construction Project
+ tk.construction.site
+ ir.actions.act_window
+ list,form,activity
+
+
+
\ No newline at end of file
diff --git a/addons/tk_construction_management/views/document_view.xml b/addons/tk_construction_management/views/document_view.xml
new file mode 100644
index 0000000..365fe9f
--- /dev/null
+++ b/addons/tk_construction_management/views/document_view.xml
@@ -0,0 +1,35 @@
+
+
+
+
+
+ site.documents.view.tree
+ site.documents
+
+
+
+
+
+
+
+
+
+
+
+
+ document.type.tree.view
+ site.document.type
+
+
+
+
+
+
+
+ Documents Types
+ ir.actions.act_window
+ site.document.type
+ list
+
+
+
\ No newline at end of file
diff --git a/addons/tk_construction_management/views/internal_transfer_view.xml b/addons/tk_construction_management/views/internal_transfer_view.xml
new file mode 100644
index 0000000..44e82f8
--- /dev/null
+++ b/addons/tk_construction_management/views/internal_transfer_view.xml
@@ -0,0 +1,215 @@
+
+
+
+
+ internal.transfer.view.form
+ internal.transfer
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ internal.transfer.view.tree
+ internal.transfer
+
+
+
+
+
+
+
+
+
+
+
+ internal.transfer.view.search
+ internal.transfer
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Internal Transfer
+ ir.actions.act_window
+ internal.transfer
+ list,form,activity
+
+
+
\ No newline at end of file
diff --git a/addons/tk_construction_management/views/job_costing_view.xml b/addons/tk_construction_management/views/job_costing_view.xml
new file mode 100644
index 0000000..07454a0
--- /dev/null
+++ b/addons/tk_construction_management/views/job_costing_view.xml
@@ -0,0 +1,235 @@
+
+
+
+
+ job.costing.view.form
+ job.costing
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ job.costing.view.tree
+ job.costing
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ job.costing.view.search
+ job.costing
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Project Phases
+ ir.actions.act_window
+ job.costing
+ list,form,search,activity
+
+
+
diff --git a/addons/tk_construction_management/views/job_order_view.xml b/addons/tk_construction_management/views/job_order_view.xml
new file mode 100644
index 0000000..ae810d7
--- /dev/null
+++ b/addons/tk_construction_management/views/job_order_view.xml
@@ -0,0 +1,283 @@
+
+
+
+
+ job.order.view.form
+ job.order
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ View Consume Orders
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ View Contract
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ View Subcontract
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ View Subcontract
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ job.order.view.tree
+ job.order
+
+
+
+
+
+
+
+
+
+
+
+
+
+ job.order.view.search
+ job.order
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Work Orders
+ ir.actions.act_window
+ job.order
+ list,form,activity
+
+
+
\ No newline at end of file
diff --git a/addons/tk_construction_management/views/material_requisition_view.xml b/addons/tk_construction_management/views/material_requisition_view.xml
new file mode 100644
index 0000000..2d5b83c
--- /dev/null
+++ b/addons/tk_construction_management/views/material_requisition_view.xml
@@ -0,0 +1,282 @@
+
+
+
+
+ material.requisition.view.form
+ material.requisition
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ material.requisition.view.tree
+ material.requisition
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ material.requisition.view.search
+ material.requisition
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Material Requisition
+ ir.actions.act_window
+ material.requisition
+ list,form,activity,search
+
+
+
\ No newline at end of file
diff --git a/addons/tk_construction_management/views/menus.xml b/addons/tk_construction_management/views/menus.xml
new file mode 100644
index 0000000..2e591fc
--- /dev/null
+++ b/addons/tk_construction_management/views/menus.xml
@@ -0,0 +1,148 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/addons/tk_construction_management/views/project_budget_view.xml b/addons/tk_construction_management/views/project_budget_view.xml
new file mode 100644
index 0000000..89aa884
--- /dev/null
+++ b/addons/tk_construction_management/views/project_budget_view.xml
@@ -0,0 +1,430 @@
+
+
+
+
+
+ sub.project.budget.view.form
+ sub.project.budget
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ sub.project.budget.view.tree
+ sub.project.budget
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Sub Project Budget
+ ir.actions.act_window
+ sub.project.budget
+ list,form,activity
+
+
+
+
+
+ project.budget.view.tree
+ project.budget
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ project.budget.view.form
+ project.budget
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ project.budget.kanban.view
+ project.budget
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Budget:
+
+
+
+
+
Remaining Budget:
+
+
+
+
+
+
+
+
+ Budget Utilization
+
+
+
+
+
+
+
+ Material
+
+
+
+
+
+
+
+
+
+
+
Equipment
+
+
+
+
+
+
+
+
+
Overhead
+
+
+
+
+
+
+
+
+
+
Labour
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ project.budget.view.search
+ project.budget
+
+
+
+
+
+
+
+
+
+
+
+ budget.job.order.material.view.tree
+ order.material.line
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ budget.job.order.material.view.search
+ order.material.line
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ budget.job.order.equipment.view.tree
+ order.equipment.line
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ budget.job.order.equipment.view.search
+ order.equipment.line
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ budget.job.order.labour.view.tree
+ order.labour.line
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ budget.job.order.labour.view.search
+ order.labour.line
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ budget.job.order.overhead.view.tree
+ order.overhead.line
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ budget.job.order.overhead.view.search
+ order.overhead.line
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/addons/tk_construction_management/views/purchase_stock_inherit_view.xml b/addons/tk_construction_management/views/purchase_stock_inherit_view.xml
new file mode 100644
index 0000000..ac63de3
--- /dev/null
+++ b/addons/tk_construction_management/views/purchase_stock_inherit_view.xml
@@ -0,0 +1,130 @@
+
+
+
+
+
+ construction.purchase.view.form.inherit
+ purchase.order
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ construction.stock.warehouse.view.form
+ stock.warehouse
+
+
+
+
+
+
+
+
+
+
+ construction.product.form.inherit.view
+ product.product
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Material
+ ir.actions.act_window
+ product.product
+ kanban,list,form
+ [('is_material','=',True),('detailed_type','=','product')]
+ {'default_is_material':True,'default_detailed_type':'product'}
+
+
+ Equipment
+ ir.actions.act_window
+ product.product
+ kanban,list,form
+ [('is_equipment','=',True),('detailed_type','=','service')]
+ {'default_is_equipment':True,'default_detailed_type':'service'}
+
+
+ Labour
+ ir.actions.act_window
+ product.product
+ kanban,list,form
+ [('is_labour','=',True),('detailed_type','=','service')]
+ {'default_is_labour':True,'default_detailed_type':'service'}
+
+
+ Overhead
+ ir.actions.act_window
+ product.product
+ kanban,list,form
+ [('is_overhead','=',True)]
+ {'default_is_overhead':True}
+
+
+ Expense
+ ir.actions.act_window
+ product.product
+ kanban,list,form
+ [('is_expense','=',True)]
+ {'default_is_expense':True}
+
+
+
+
+ construction.account.view.form.inherit
+ account.move
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/addons/tk_construction_management/views/quality_check_view.xml b/addons/tk_construction_management/views/quality_check_view.xml
new file mode 100644
index 0000000..19e0f9a
--- /dev/null
+++ b/addons/tk_construction_management/views/quality_check_view.xml
@@ -0,0 +1,346 @@
+
+
+
+
+
+ equip.contract.line.view.form
+ equip.contract.line
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ equip.contract.line.view.tree
+ equip.contract.line
+
+
+
+
+
+
+
+
+
+
+
+
+
+ equip.contract.line.view.search
+ equip.contract.line
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Equipment Quality Check
+ equip.contract.line
+ list,form,search,activity
+
+
+
+
+ labour.contract.line.view.form
+ labour.contract.line
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ labour.contract.line.view.tree
+ labour.contract.line
+
+
+
+
+
+
+
+
+
+
+
+
+
+ labour.contract.line.view.search
+ labour.contract.line
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Labour Quality Check
+ labour.contract.line
+ list,form,activity,search
+
+
+
+
+ overhead.contract.line.view.form
+ overhead.contract.line
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ overhead.contract.line.view.tree
+ overhead.contract.line
+
+
+
+
+
+
+
+
+
+
+
+
+
+ overhead.contract.line.view.search
+ overhead.contract.line
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Overhead Quality Check
+ overhead.contract.line
+ list,form,activity,search
+
+
+
\ No newline at end of file
diff --git a/addons/tk_construction_management/views/rate_analysis_view.xml b/addons/tk_construction_management/views/rate_analysis_view.xml
new file mode 100644
index 0000000..a104b53
--- /dev/null
+++ b/addons/tk_construction_management/views/rate_analysis_view.xml
@@ -0,0 +1,149 @@
+
+
+
+
+
+ rate.analysis.view.form
+ rate.analysis
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ rate.analysis.view.tree
+ rate.analysis
+
+
+
+
+
+
+
+
+
+
+
+
+
+ rate.analysis.view.search
+ rate.analysis
+
+
+
+
+
+
+
+
+
+
+
+ Rate Analysis
+ ir.actions.act_window
+ rate.analysis
+ list,form,activity,search
+
+
+
\ No newline at end of file
diff --git a/addons/tk_construction_management/views/res_config_views.xml b/addons/tk_construction_management/views/res_config_views.xml
new file mode 100644
index 0000000..9088383
--- /dev/null
+++ b/addons/tk_construction_management/views/res_config_views.xml
@@ -0,0 +1,45 @@
+
+
+
+
+ res.config.settings.view.form.construction
+ res.config.settings
+
+
+
+
+
+ Sequences
+
+
+
+
+
+
Sequence
+
+ Set Sequence prefix for Project Phase(WBS)
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/addons/tk_construction_management/views/res_partner_view.xml b/addons/tk_construction_management/views/res_partner_view.xml
new file mode 100644
index 0000000..b4ebaf4
--- /dev/null
+++ b/addons/tk_construction_management/views/res_partner_view.xml
@@ -0,0 +1,24 @@
+
+
+
+
+ construction.site.res.partner.form
+ res.partner
+
+
+
+
+
+
+
+
+
+ Stockholders
+ ir.actions.act_window
+ res.partner
+ [('stack_holder','=',True)]
+ {'default_stack_holder':True}
+ kanban,list,form,activity
+
+
+
\ No newline at end of file
diff --git a/addons/tk_construction_management/views/scrap_order_view.xml b/addons/tk_construction_management/views/scrap_order_view.xml
new file mode 100644
index 0000000..97ffd26
--- /dev/null
+++ b/addons/tk_construction_management/views/scrap_order_view.xml
@@ -0,0 +1,72 @@
+
+
+
+
+ scrap.order.view.form
+ scrap.order
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ scrap.order.view.tree
+ scrap.order
+
+
+
+
+
+
+
+
+
+
+ Scrap Order
+ ir.actions.act_window
+ scrap.order
+ list,form
+
+
+
+
+
\ No newline at end of file
diff --git a/addons/tk_construction_management/views/sub_contract_view.xml b/addons/tk_construction_management/views/sub_contract_view.xml
new file mode 100644
index 0000000..64bd770
--- /dev/null
+++ b/addons/tk_construction_management/views/sub_contract_view.xml
@@ -0,0 +1,755 @@
+
+
+
+
+
+ equipment.subcontract.view.form
+ equipment.subcontract
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ equipment.subcontract.view.tree
+ equipment.subcontract
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ equipment.subcontract.view.search
+ equipment.subcontract
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Equipment Subcontract
+ ir.actions.act_window
+ equipment.subcontract
+ list,form,search
+
+
+
+ labour.subcontract.view.form
+ labour.subcontract
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ labour.subcontract.view.tree
+ labour.subcontract
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ labour.subcontract.view.search
+ labour.subcontract
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Labour Subcontract
+ ir.actions.act_window
+ labour.subcontract
+ list,form,search
+
+
+
+ overhead.subcontract.view.form
+ overhead.subcontract
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ overhead.subcontract.view.tree
+ overhead.subcontract
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ overhead.subcontract.view.search
+ overhead.subcontract
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Overhead Subcontract
+ ir.actions.act_window
+ overhead.subcontract
+ list,form,search
+
+
+
+ material.consume.view.form
+ material.consume
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ material.consume.view.tree
+ material.consume
+
+
+
+
+
+
+
+
+
+
+
+ material.consume.view.search
+ material.consume
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Material Quality Check
+ ir.actions.act_window
+ material.consume
+ list,form,search
+
+
+
\ No newline at end of file
diff --git a/addons/tk_construction_management/wizard/__init__.py b/addons/tk_construction_management/wizard/__init__.py
new file mode 100644
index 0000000..1f9668c
--- /dev/null
+++ b/addons/tk_construction_management/wizard/__init__.py
@@ -0,0 +1,10 @@
+# -*- coding: utf-8 -*-
+# Copyright 2020-Today TechKhedut.
+# Part of TechKhedut. See LICENSE file for full copyright and licensing details.
+from . import site_project
+from . import warehouse
+from . import requisition_reject
+from . import import_material
+from . import construction_budget
+from . import project_wbs
+from . import wbs_entries
diff --git a/addons/tk_construction_management/wizard/__pycache__/__init__.cpython-312.pyc b/addons/tk_construction_management/wizard/__pycache__/__init__.cpython-312.pyc
new file mode 100644
index 0000000..4b789f0
Binary files /dev/null and b/addons/tk_construction_management/wizard/__pycache__/__init__.cpython-312.pyc differ
diff --git a/addons/tk_construction_management/wizard/__pycache__/construction_budget.cpython-312.pyc b/addons/tk_construction_management/wizard/__pycache__/construction_budget.cpython-312.pyc
new file mode 100644
index 0000000..e641517
Binary files /dev/null and b/addons/tk_construction_management/wizard/__pycache__/construction_budget.cpython-312.pyc differ
diff --git a/addons/tk_construction_management/wizard/__pycache__/import_material.cpython-312.pyc b/addons/tk_construction_management/wizard/__pycache__/import_material.cpython-312.pyc
new file mode 100644
index 0000000..6be9356
Binary files /dev/null and b/addons/tk_construction_management/wizard/__pycache__/import_material.cpython-312.pyc differ
diff --git a/addons/tk_construction_management/wizard/__pycache__/project_wbs.cpython-312.pyc b/addons/tk_construction_management/wizard/__pycache__/project_wbs.cpython-312.pyc
new file mode 100644
index 0000000..2d6383e
Binary files /dev/null and b/addons/tk_construction_management/wizard/__pycache__/project_wbs.cpython-312.pyc differ
diff --git a/addons/tk_construction_management/wizard/__pycache__/requisition_reject.cpython-312.pyc b/addons/tk_construction_management/wizard/__pycache__/requisition_reject.cpython-312.pyc
new file mode 100644
index 0000000..587d975
Binary files /dev/null and b/addons/tk_construction_management/wizard/__pycache__/requisition_reject.cpython-312.pyc differ
diff --git a/addons/tk_construction_management/wizard/__pycache__/site_project.cpython-312.pyc b/addons/tk_construction_management/wizard/__pycache__/site_project.cpython-312.pyc
new file mode 100644
index 0000000..e3aafec
Binary files /dev/null and b/addons/tk_construction_management/wizard/__pycache__/site_project.cpython-312.pyc differ
diff --git a/addons/tk_construction_management/wizard/__pycache__/warehouse.cpython-312.pyc b/addons/tk_construction_management/wizard/__pycache__/warehouse.cpython-312.pyc
new file mode 100644
index 0000000..d9d2aa7
Binary files /dev/null and b/addons/tk_construction_management/wizard/__pycache__/warehouse.cpython-312.pyc differ
diff --git a/addons/tk_construction_management/wizard/__pycache__/wbs_entries.cpython-312.pyc b/addons/tk_construction_management/wizard/__pycache__/wbs_entries.cpython-312.pyc
new file mode 100644
index 0000000..468d785
Binary files /dev/null and b/addons/tk_construction_management/wizard/__pycache__/wbs_entries.cpython-312.pyc differ
diff --git a/addons/tk_construction_management/wizard/budget_construction_view.xml b/addons/tk_construction_management/wizard/budget_construction_view.xml
new file mode 100644
index 0000000..1e17e3f
--- /dev/null
+++ b/addons/tk_construction_management/wizard/budget_construction_view.xml
@@ -0,0 +1,33 @@
+
+
+
+
+ budget.construction.view.form
+ budget.construction
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Construction Budget
+ ir.actions.act_window
+ budget.construction
+ form
+ new
+
+
+
\ No newline at end of file
diff --git a/addons/tk_construction_management/wizard/construction_budget.py b/addons/tk_construction_management/wizard/construction_budget.py
new file mode 100644
index 0000000..66cbbd9
--- /dev/null
+++ b/addons/tk_construction_management/wizard/construction_budget.py
@@ -0,0 +1,42 @@
+from odoo import api, fields, models, _
+
+
+class BudgetConstruction(models.TransientModel):
+ _name = 'budget.construction'
+ _description = "Budget Construction"
+
+ name = fields.Char(string="Title")
+ responsible_id = fields.Many2one('res.users', default=lambda self: self.env.user and self.env.user.id or False,
+ string="Responsible")
+
+ def action_create_sub_project_budget(self):
+ active_id = self._context.get('active_id')
+ project_id = self.env['tk.construction.project'].browse(active_id)
+ if not project_id.boq_budget_ids:
+ message = {
+ 'type': 'ir.actions.client',
+ 'tag': 'display_notification',
+ 'params': {
+ 'type': 'info',
+ 'message': "Please add BOQ Line to create Budget.",
+ 'sticky': False,
+ }
+ }
+ return message
+
+ budget_id = self.env['sub.project.budget'].create({
+ 'name': self.name,
+ 'responsible_id': self.responsible_id.id,
+ 'site_id': project_id.construction_site_id.id,
+ 'sub_project_id': project_id.id,
+ 'start_date': project_id.start_date,
+ 'end_date': project_id.end_date
+ })
+ project_id.budget_id = budget_id.id
+ for data in project_id.boq_budget_ids:
+ self.env['project.budget'].create({
+ 'sub_project_budget_id': budget_id.id,
+ 'job_type_id': data.activity_id.id,
+ 'sub_category_id': data.sub_activity_id.id,
+ 'boq_qty': data.total_qty,
+ })
diff --git a/addons/tk_construction_management/wizard/import_material.py b/addons/tk_construction_management/wizard/import_material.py
new file mode 100644
index 0000000..5cd026d
--- /dev/null
+++ b/addons/tk_construction_management/wizard/import_material.py
@@ -0,0 +1,66 @@
+# -*- coding: utf-8 -*-
+# Copyright 2020-Today TechKhedut.
+# Part of TechKhedut. See LICENSE file for full copyright and licensing details.
+from odoo import api, fields, models, _
+
+
+class ImportMaterial(models.TransientModel):
+ _name = 'import.material'
+ _description = "Import Material for Material Requisition"
+
+ material_req_id = fields.Many2one('material.requisition')
+ template_id = fields.Many2one('construction.product.template', string="Template")
+
+ @api.model
+ def default_get(self, fields):
+ res = super(ImportMaterial, self).default_get(fields)
+ res['material_req_id'] = self._context.get('active_id')
+ return res
+
+ def action_import_material(self):
+ self.material_req_id.material_line_ids = [(5, 0, 0)]
+ for data in self.template_id.template_ids:
+ record = {
+ 'material_id': data.product_id.id,
+ 'name': data.name,
+ 'material_req_id': self.material_req_id.id
+ }
+ self.env['material.requisition.line'].create(record)
+
+
+class ImportMaterialSheet(models.Model):
+ _name = 'import.material.sheet'
+ _description = "Import Material from Sheet"
+
+ job_cost_id = fields.Many2one('job.costing', string="Jon Cost")
+ import_from = fields.Selection([('from_material', 'From Material Requisition'), ('from_template', 'From Template')],
+ string="Import From", default='from_material')
+ template_id = fields.Many2one('construction.product.template', string="Template")
+ material_req_id = fields.Many2one('material.requisition', string="Material Requisition")
+
+ @api.model
+ def default_get(self, fields):
+ res = super(ImportMaterialSheet, self).default_get(fields)
+ res['job_cost_id'] = self._context.get('active_id')
+ return res
+
+ def action_import_material(self):
+ self.job_cost_id.cost_material_ids = [(5, 0, 0)]
+ if self.import_from == 'from_material':
+ for data in self.material_req_id.material_line_ids:
+ record = {
+ 'material_id': data.material_id.id,
+ 'name': data.name,
+ 'job_costing_id': self.job_cost_id.id,
+ 'job_type_id': data.job_type_id.id,
+ 'sub_category_id': data.sub_category_id.id,
+ }
+ self.env['cost.material.line'].create(record)
+ if self.import_from == 'from_template':
+ for data in self.template_id.template_ids:
+ record = {
+ 'material_id': data.product_id.id,
+ 'name': data.name,
+ 'job_costing_id': self.job_cost_id.id
+ }
+ self.env['cost.material.line'].create(record)
diff --git a/addons/tk_construction_management/wizard/import_material_view.xml b/addons/tk_construction_management/wizard/import_material_view.xml
new file mode 100644
index 0000000..9136929
--- /dev/null
+++ b/addons/tk_construction_management/wizard/import_material_view.xml
@@ -0,0 +1,63 @@
+
+
+
+
+
+ import.material.view.form
+ import.material
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Import Material Line
+ ir.actions.act_window
+ import.material
+ form
+ new
+
+
+
+
+ import.material.sheet.view.form
+ import.material.sheet
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Import Material Line
+ ir.actions.act_window
+ import.material.sheet
+ form
+ new
+
+
+
\ No newline at end of file
diff --git a/addons/tk_construction_management/wizard/project_warehouse_view.xml b/addons/tk_construction_management/wizard/project_warehouse_view.xml
new file mode 100644
index 0000000..3ee6082
--- /dev/null
+++ b/addons/tk_construction_management/wizard/project_warehouse_view.xml
@@ -0,0 +1,36 @@
+
+
+
+
+
+ project.warehouse.view.form
+ project.warehouse
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Project Warehouse
+ ir.actions.act_window
+ project.warehouse
+ form
+ new
+
+
+
\ No newline at end of file
diff --git a/addons/tk_construction_management/wizard/project_wbs.py b/addons/tk_construction_management/wizard/project_wbs.py
new file mode 100644
index 0000000..103025c
--- /dev/null
+++ b/addons/tk_construction_management/wizard/project_wbs.py
@@ -0,0 +1,66 @@
+from odoo import api, fields, models, _
+from odoo.exceptions import ValidationError
+
+
+class ProjectWBS(models.TransientModel):
+ _name = 'project.wbs'
+ _description = "Sub Project WBS"
+
+ name = fields.Char(string="Title")
+ work_type_ids = fields.Many2many('job.type', string="Work Type Jobs", compute="compute_work_type_ids")
+ activity_id = fields.Many2one('job.type', string="Work Type", domain="[('id','in',work_type_ids)]")
+ start_date = fields.Date(string="Start Date")
+ end_date = fields.Date(string="End Date")
+ sub_project_id = fields.Many2one('tk.construction.project', string="Sub Project")
+ project_start_date = fields.Date(related="sub_project_id.start_date", store=True)
+ project_end_date = fields.Date(related="sub_project_id.end_date", store=True)
+
+ @api.model
+ def default_get(self, fields):
+ res = super(ProjectWBS, self).default_get(fields)
+ active_id = self._context.get('active_id')
+ res['sub_project_id'] = active_id
+ return res
+
+ def action_create_project_phase(self):
+ active_id = self._context.get('active_id')
+ sub_project_id = self.env['tk.construction.project'].browse(active_id)
+ phase_id = self.env['job.costing'].create({
+ 'title': self.name,
+ 'activity_id': self.activity_id.id,
+ 'create_date': self.start_date,
+ 'close_date': self.end_date,
+ 'site_id': sub_project_id.construction_site_id.id,
+ 'project_id': sub_project_id.id,
+ 'department_id': sub_project_id.department_id.id,
+ 'manager_ids': sub_project_id.manager_ids.ids,
+ 'user_id': sub_project_id.user_id.id
+ })
+ return {
+ 'type': 'ir.actions.act_window',
+ 'name': _('Project Phase(WBS)'),
+ 'res_model': 'job.costing',
+ 'res_id': phase_id.id,
+ 'view_mode': 'form',
+ 'target': 'current'
+ }
+
+ @api.constrains('project_start_date', 'project_end_date', 'start_date')
+ def _check_wbs_start_date(self):
+ for record in self:
+ if record.project_start_date and record.project_end_date:
+ if not record.project_start_date <= record.start_date <= record.project_end_date:
+ raise ValidationError("Invalid start date. Must be within sub project start and end dates.")
+
+ @api.constrains('start_date', 'project_end_date', 'end_date')
+ def _check_wbs_end_date(self):
+ for record in self:
+ if record.start_date and record.project_end_date:
+ if not record.project_end_date >= record.end_date > record.start_date:
+ raise ValidationError(
+ "Invalid end date. Must be within start date and sub project end date.")
+
+ @api.depends('activity_id', 'sub_project_id')
+ def compute_work_type_ids(self):
+ ids = self.sub_project_id.boq_budget_ids.mapped('activity_id').mapped('id')
+ self.work_type_ids = ids
diff --git a/addons/tk_construction_management/wizard/project_wbs_view.xml b/addons/tk_construction_management/wizard/project_wbs_view.xml
new file mode 100644
index 0000000..003eaa8
--- /dev/null
+++ b/addons/tk_construction_management/wizard/project_wbs_view.xml
@@ -0,0 +1,39 @@
+
+
+
+
+ project.wbs.view.form
+ project.wbs
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Project Phase(WBS)
+ ir.actions.act_window
+ project.wbs
+ form
+ new
+
+
+
\ No newline at end of file
diff --git a/addons/tk_construction_management/wizard/requisition_reject.py b/addons/tk_construction_management/wizard/requisition_reject.py
new file mode 100644
index 0000000..87f2d39
--- /dev/null
+++ b/addons/tk_construction_management/wizard/requisition_reject.py
@@ -0,0 +1,20 @@
+# -*- coding: utf-8 -*-
+# Copyright 2020-Today TechKhedut.
+# Part of TechKhedut. See LICENSE file for full copyright and licensing details.
+from odoo import fields, api, models
+
+
+class RequisitionReject(models.TransientModel):
+ _name = 'requisition.reject'
+ _description = "Requisition Reject Reason"
+
+ name = fields.Char(default="Material Requisition Reason")
+ reject_reason = fields.Text(string="Reject Reason")
+ allow_resubmit = fields.Boolean(string="Allow Resubmit")
+
+ def action_reject_requisition(self):
+ active_id = self._context.get('active_id')
+ material_req_id = self.env['material.requisition'].browse(active_id)
+ material_req_id.reject_reason = self.reject_reason
+ material_req_id.stage = 'reject'
+ material_req_id.allow_resubmit = self.allow_resubmit
diff --git a/addons/tk_construction_management/wizard/requisition_reject_view.xml b/addons/tk_construction_management/wizard/requisition_reject_view.xml
new file mode 100644
index 0000000..76e50d8
--- /dev/null
+++ b/addons/tk_construction_management/wizard/requisition_reject_view.xml
@@ -0,0 +1,36 @@
+
+
+
+
+ requisition.reject.view.form
+ requisition.reject
+
+
+
+
+
+
+
+
+
+ Reject Reason
+
+
+
+
+
+
+
+
+ Requisition Reject Reason
+ ir.actions.act_window
+ requisition.reject
+ form
+ new
+
+
+
\ No newline at end of file
diff --git a/addons/tk_construction_management/wizard/requisition_transfer_view.xml b/addons/tk_construction_management/wizard/requisition_transfer_view.xml
new file mode 100644
index 0000000..7e0faec
--- /dev/null
+++ b/addons/tk_construction_management/wizard/requisition_transfer_view.xml
@@ -0,0 +1,35 @@
+
+
+
+
+ requisition.transfer.view.form
+ requisition.transfer
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Requisition Transfer
+ ir.actions.act_window
+ requisition.transfer
+ form
+ new
+
+
+
\ No newline at end of file
diff --git a/addons/tk_construction_management/wizard/site_project.py b/addons/tk_construction_management/wizard/site_project.py
new file mode 100644
index 0000000..fe20e41
--- /dev/null
+++ b/addons/tk_construction_management/wizard/site_project.py
@@ -0,0 +1,38 @@
+# -*- coding: utf-8 -*-
+# Copyright 2020-Today TechKhedut.
+# Part of TechKhedut. See LICENSE file for full copyright and licensing details.
+from odoo import api, fields, models, _
+
+
+class SiteProject(models.TransientModel):
+ _name = 'site.project'
+ _description = "Site Project"
+
+ name = fields.Char(string="Name")
+
+ def action_create_construction_project(self):
+ active_id = self._context.get('active_id')
+ site_id = self.env['tk.construction.site'].browse(active_id)
+ data = {
+ 'name': self.name,
+ 'construction_site_id': site_id.id,
+ 'start_date': site_id.start_date,
+ 'end_date': site_id.end_date,
+ 'zip': site_id.zip,
+ 'street': site_id.street,
+ 'street2': site_id.street2,
+ 'city': site_id.city,
+ 'state_id': site_id.state_id.id,
+ 'country_id': site_id.country_id.id,
+ 'longitude': site_id.longitude,
+ 'latitude': site_id.latitude
+ }
+ project_id = self.env['tk.construction.project'].create(data)
+ return {
+ 'type': 'ir.actions.act_window',
+ 'name': _('Project'),
+ 'res_model': 'tk.construction.project',
+ 'res_id': project_id.id,
+ 'view_mode': 'form',
+ 'target': 'current'
+ }
diff --git a/addons/tk_construction_management/wizard/site_project_view.xml b/addons/tk_construction_management/wizard/site_project_view.xml
new file mode 100644
index 0000000..23f9a3e
--- /dev/null
+++ b/addons/tk_construction_management/wizard/site_project_view.xml
@@ -0,0 +1,30 @@
+
+
+
+
+ site.project.form.view
+ site.project
+
+
+
+
+
+
+
+
+
+
+
+
+ Construction Project
+ ir.actions.act_window
+ site.project
+ form
+ new
+
+
+
\ No newline at end of file
diff --git a/addons/tk_construction_management/wizard/warehouse.py b/addons/tk_construction_management/wizard/warehouse.py
new file mode 100644
index 0000000..628ad8d
--- /dev/null
+++ b/addons/tk_construction_management/wizard/warehouse.py
@@ -0,0 +1,44 @@
+# -*- coding: utf-8 -*-
+# Copyright 2020-Today TechKhedut.
+# Part of TechKhedut. See LICENSE file for full copyright and licensing details.
+from odoo import api, fields, models
+
+
+class ProjectWarehouse(models.TransientModel):
+ _name = 'project.warehouse'
+ _description = "Project Warehouse"
+ _rec_name = 'warehouse'
+
+ warehouse = fields.Selection([('create', 'Create new warehouse'), ('link', 'Use existing warehouse')],
+ string=" ")
+ warehouse_name = fields.Char(string="Warehouse Name")
+ warehouse_code = fields.Char(string="Warehouse Code", size=5)
+ warehouse_id = fields.Many2one('stock.warehouse', string="Warehouse")
+
+ def action_submit_warehouse(self):
+ active_id = self._context.get('active_id')
+ project_id = self.env['tk.construction.project'].browse(active_id)
+ if self.warehouse == 'create':
+ parent_location_id = self.env['stock.location'].create({
+ 'name': self.warehouse_code,
+ 'usage': 'view'
+ })
+ location_id = self.env['stock.location'].create({
+ 'location_id': parent_location_id.id,
+ 'name': 'Stock',
+ 'usage': 'internal'
+ })
+ data = {
+ 'code': self.warehouse_code,
+ 'name': self.warehouse_name,
+ 'project_id': project_id.id,
+ 'lot_stock_id': location_id.id,
+ 'view_location_id': parent_location_id.id,
+ 'delivery_steps': 'ship_only',
+ 'reception_steps': 'one_step',
+ 'company_id': self.env.company.id,
+ }
+ warehouse_id = self.env['stock.warehouse'].create(data)
+ project_id.warehouse_id = warehouse_id.id
+ else:
+ project_id.warehouse_id = self.warehouse_id.id
diff --git a/addons/tk_construction_management/wizard/wbs_entries.py b/addons/tk_construction_management/wizard/wbs_entries.py
new file mode 100644
index 0000000..58f98da
--- /dev/null
+++ b/addons/tk_construction_management/wizard/wbs_entries.py
@@ -0,0 +1,102 @@
+from odoo import api, fields, models, _
+
+
+class ProjectWBSEntries(models.TransientModel):
+ _name = 'wbs.entries'
+ _description = "WBS Entries"
+
+ boq_qty = fields.Float(string="BOQ Qty", default=1)
+ activity_id = fields.Many2one('job.type', string="Work Type")
+ sub_work_type_ids = fields.Many2many('job.sub.category', string="Work Type Jobs",
+ compute="compute_sub_work_type_ids")
+ sub_work_type_id = fields.Many2one('job.sub.category',
+ string="Work Sub Type", domain="[('id','in',sub_work_type_ids)]")
+
+ @api.model
+ def default_get(self, fields):
+ res = super(ProjectWBSEntries, self).default_get(fields)
+ active_id = self._context.get('active_id')
+ phase_id = self.env['job.costing'].browse(active_id)
+ res['activity_id'] = phase_id.activity_id.id
+ return res
+
+ @api.depends('activity_id')
+ def compute_sub_work_type_ids(self):
+ active_id = self._context.get('active_id')
+ phase_id = self.env['job.costing'].browse(active_id)
+ ids = self.env['boq.budget'].sudo().search(
+ [('project_id', '=', phase_id.project_id.id), ('activity_id', '=', self.activity_id.id)]).mapped(
+ 'sub_activity_id').mapped('id')
+ work_type_ids = [x for x in ids if x not in phase_id.sub_work_type_ids.ids] + [x for x in
+ phase_id.sub_work_type_ids.ids if
+ x not in ids]
+ self.sub_work_type_ids = work_type_ids
+
+ def action_create_wbs_entries(self):
+ active_id = self._context.get('active_id')
+ phase_id = self.env['job.costing'].browse(active_id)
+ domain = [('job_type_id', '=', self.activity_id.id), ('sub_category_id', '=', self.sub_work_type_id.id),
+ ('sub_project_budget_id', '=', phase_id.project_id.budget_id.id)]
+ budget_record_id = self.env['project.budget'].search(domain, limit=1)
+ if not budget_record_id:
+ msg = "Budget Entry with work type " + str(self.activity_id.name) + " and sub work type " + str(
+ self.sub_work_type_id.name) + " not found."
+ message = {
+ 'type': 'ir.actions.client',
+ 'tag': 'display_notification',
+ 'params': {
+ 'type': 'info',
+ 'title': _('Not Found !'),
+ 'message': msg,
+ 'sticky': False,
+ }
+ }
+ return message
+ if budget_record_id:
+ work_sub_type_ids = phase_id.sub_work_type_ids.ids
+ work_sub_type_ids.append(self.sub_work_type_id.id)
+ phase_id.write({'sub_work_type_ids': work_sub_type_ids})
+ for data in budget_record_id.rate_analysis_id.material_analysis_ids:
+ self.env['cost.material.line'].create({
+ 'sub_category_id': self.sub_work_type_id.id,
+ 'material_id': data.product_id.id,
+ 'name': data.name,
+ 'qty': data.qty * self.boq_qty,
+ 'cost': data.price,
+ 'tax_id': data.tax_id.id,
+ 'boq_per_qty': data.qty,
+ 'job_costing_id': phase_id.id
+ })
+ for data in budget_record_id.rate_analysis_id.equipment_analysis_ids:
+ self.env['cost.equipment.line'].create({
+ 'sub_category_id': self.sub_work_type_id.id,
+ 'equipment_id': data.product_id.id,
+ 'name': data.name,
+ 'qty': data.qty * self.boq_qty,
+ 'cost': data.price,
+ 'tax_id': data.tax_id.id,
+ 'boq_per_qty': data.qty,
+ 'job_costing_id': phase_id.id
+ })
+ for data in budget_record_id.rate_analysis_id.labour_analysis_ids:
+ self.env['cost.labour.line'].create({
+ 'sub_category_id': self.sub_work_type_id.id,
+ 'product_id': data.product_id.id,
+ 'name': data.name,
+ 'hours': data.qty * self.boq_qty,
+ 'cost': data.price,
+ 'tax_id': data.tax_id.id,
+ 'boq_per_qty': data.qty,
+ 'job_costing_id': phase_id.id
+ })
+ for data in budget_record_id.rate_analysis_id.overhead_analysis_ids:
+ self.env['cost.overhead.line'].create({
+ 'sub_category_id': self.sub_work_type_id.id,
+ 'product_id': data.product_id.id,
+ 'name': data.name,
+ 'qty': data.qty * self.boq_qty,
+ 'cost': data.price,
+ 'tax_id': data.tax_id.id,
+ 'boq_per_qty': data.qty,
+ 'job_costing_id': phase_id.id
+ })
diff --git a/addons/tk_construction_management/wizard/wbs_entries_view.xml b/addons/tk_construction_management/wizard/wbs_entries_view.xml
new file mode 100644
index 0000000..5d76a89
--- /dev/null
+++ b/addons/tk_construction_management/wizard/wbs_entries_view.xml
@@ -0,0 +1,35 @@
+
+
+
+
+ wbs.entries.form.view
+ wbs.entries
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Project Phase(WBS) Entries
+ ir.actions.act_window
+ wbs.entries
+ form
+ new
+
+
+
\ No newline at end of file