# This file contains metadata for your plugin. Since
# version 2.0 of QGIS this is the proper way to supply
# information about a plugin. The old method of
# embedding metadata in __init__.py will
# is no longer supported since version 2.0.

# This file should be included when you package your plugin.# Mandatory items:

[general]
name=Data Plotly
qgisMinimumVersion=3.4
qgisMaximumVersion=3.98
description=D3 Plots for QGIS
version=2.3
author=Matteo Ghetta (Faunalia)
email=matteo.ghetta@gmail.com

about=Draw D3 plots in QGIS

tracker=https://github.com/ghtmtt/DataPlotly/issues
repository=https://github.com/ghtmtt/DataPlotly
# End of mandatory metadata

# Recommended items:

# Uncomment the following line and add your changelog:
changelog=
  Version 2.3
  - [feature] tweaks polar plots, thanks @josephholler
  Version 2.2
  - [feature] UI tweaks, thanks @nyalldawson
  Version 2.1
  - [fix] typos in UI (thanks @leonmvd and @nyalldawson)
  - [fix] better python packages imports (thanks @nyalldawson)
  Version 2.0
  - [feature] DataPlotly is updated with plotly 3.3 version
  Version 1.6
  - [feature] wheel zoom! Give it a try
  - [feature] Edit plot title and X/Y labels in place
  Version 1.5.1
  - [feature] Spanish translation. Special thanks to Luca Bellani
  - [bugfix] always open English manual if locale not translated
  Version 1.5
  - [feature] **new** Violin plots!
  - [feature] **new** Polar plot layout!
  - [feature] better default color choice
  Version 1.4.3
  - [bugfix] correct interaction with pie plot
  - update plotly.js to v 1.34.0
  Version 1.4.2
  - [bugfix] correct saving html plot
  Version 1.4.1
  - [bugfixing] adaptation for new API
  Version 1.4
  - [feature] update plotly.js to v 1.33.1
  - [feature] multiple selection with Shift + selection tool
  - [feature] DataPlotly as Processing provider, thanks to Michaël Douchin of 3Liz

# Tags are comma separated with spaces allowed
tags=python, d3, plots, vector, graphs

homepage=https://github.com/ghtmtt/DataPlotly
category=Plugins
icon=icon.png
# experimental flag
experimental=False

# deprecated flag (applies to the whole plugin, not just a single version)
deprecated=False
