highchartsapi

HighChartsAPI Add-on (HREEINFO version)

License

License

Categories

Categories

Vaadin User Interface Web Frameworks Charts
GroupId

GroupId

com.hreeinfo.vaadin.addons
ArtifactId

ArtifactId

highchartsapi
Last Version

Last Version

2.2.0.HREEINFO
Release Date

Release Date

Type

Type

jar
Description

Description

highchartsapi
HighChartsAPI Add-on (HREEINFO version)
Project URL

Project URL

http://www.flyzy2005.cn
Source Code Management

Source Code Management

https://github.com/downdrown/VaadinHighChartsAPI

Download highchartsapi

How to add to project

<!-- https://jarcasting.com/artifacts/com.hreeinfo.vaadin.addons/highchartsapi/ -->
<dependency>
    <groupId>com.hreeinfo.vaadin.addons</groupId>
    <artifactId>highchartsapi</artifactId>
    <version>2.2.0.HREEINFO</version>
</dependency>
// https://jarcasting.com/artifacts/com.hreeinfo.vaadin.addons/highchartsapi/
implementation 'com.hreeinfo.vaadin.addons:highchartsapi:2.2.0.HREEINFO'
// https://jarcasting.com/artifacts/com.hreeinfo.vaadin.addons/highchartsapi/
implementation ("com.hreeinfo.vaadin.addons:highchartsapi:2.2.0.HREEINFO")
'com.hreeinfo.vaadin.addons:highchartsapi:jar:2.2.0.HREEINFO'
<dependency org="com.hreeinfo.vaadin.addons" name="highchartsapi" rev="2.2.0.HREEINFO">
  <artifact name="highchartsapi" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.hreeinfo.vaadin.addons', module='highchartsapi', version='2.2.0.HREEINFO')
)
libraryDependencies += "com.hreeinfo.vaadin.addons" % "highchartsapi" % "2.2.0.HREEINFO"
[com.hreeinfo.vaadin.addons/highchartsapi "2.2.0.HREEINFO"]

Dependencies

compile (1)

Group / Artifact Type Version
com.vaadin : vaadin-server jar 7.7.3

provided (1)

Group / Artifact Type Version
com.vaadin : vaadin-client jar 7.7.3

Project Modules

There are no modules declared in this project.

HighChartsAPI Add-on for Vaadin 7

I've decided to implement a easy-to-use graphing tool since there were only expensive solutions for this.

Any feature request will be appreciated and i will try to implement it.

Download release

Official releases of this add-on are available at Vaadin Directory. For Maven instructions, download and reviews, go to https://vaadin.com/directory#!addon/highchartsapi-add-on

Release notes

Version 1.5 (Experminetal)

  • Basic functionality is implemented. More updates will be uploaded soon.

Version 1.6 (Experminetal)

  • Different instantiation (!!!) - Take a look at the Code Samples for further info!
  • Empty Title
  • Default Background is now transparent
  • LineChart
  • BarChart
  • Margin for Chart
  • Colors interface
  • Changing Chart Colors
  • (JavaDoc)
  • (Demo UI)

Version 1.7 (Experminetal)

  • Axis Component improvements
  • PieChartPlotOptions (Will defaultly be used when none is set)
  • Changed default chart look & feel
  • Removed xAxis, yAxis components

Version 1.7.1 (Experminetal)

  • Axis Component improvements (Axis Title, GridLine Behavior)
  • ChartConfiguration improvements

Version 1.7.2 (Beta)

  • Version problem solved (Addon was bound to Vaadin 7.4.2)
  • Added AreaChartSeries
  • Added AreaChartPlotOptions
  • Added BarChartPlotOptions
  • Added ColumnChartPlotOptions
  • Added LineChartPlotOptions
  • Changed default chartConfiguration behaviour
  • Added 'default colors' to chartConfiguration

Version 2.0.0

  • Fixed issue #2
  • Fixed issue #4

Version 2.1.2

  • Fixed issue #7
  • Fixed issue #9

Version 2.2.0

  • Project setup fix
  • Fixed a maven issue where you got a "could not read artifact descriptor" error

Issue tracking

The issues for this add-on are tracked on its github.com page. All bug reports and feature requests are appreciated.

Contributions

Contributions are welcome, but there are no guarantees that they are accepted as such. Process for contributing is the following:

  • Fork this project
  • Create an issue to this project about the contribution (bug or feature) if there is no such issue about it already. Try to keep the scope minimal.
  • Develop and test the fix or functionality carefully. Only include minimum amount of code needed to fix the issue.
  • Refer to the fixed issue in commit
  • Send a pull request for the original project
  • Comment on the original issue that you have implemented a fix for it

Usage

Please take a look at the Project's wiki page for further information.

License & Author

Add-on is distributed under Apache License 2.0. For license terms, see LICENSE.txt.

HighChartsAPI is written by Manfred Huber

Versions

Version
2.2.0.HREEINFO