Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
23 commits
Select commit Hold shift + click to select a range
0e9128f
Converted existing project to Maven project (Vaadin specified structu…
michaeljfazio Jul 5, 2012
b505ee9
Ensure chart is resized when parent container is resized
axfordl Aug 31, 2012
dfae410
Fixed Time Series Zoomable Charts
michaeljfazio Sep 1, 2012
ed7df1d
Added millisecond format to datetime formats.
Oct 12, 2012
14074eb
added a few missing options
SakulK Jan 10, 2013
1a034b3
borderWidth in pie config changed from int to double
SakulK Jan 10, 2013
c5efadb
Merge pull request #2 from SakulK/master
michaeljfazio Jan 22, 2013
8e995bc
Added SCM details to project POM.
michaeljfazio Jan 22, 2013
0471534
Fixed missing SCM URL prefix.
michaeljfazio Jan 22, 2013
78d3f55
[maven-release-plugin] prepare release invient-charts-1.0
michaeljfazio Jan 22, 2013
9502279
Iterating development version to 1.1-SNAPSHOT
michaeljfazio Jan 22, 2013
e7b1341
changed the crosshairs property of tooltip from a simple boolean to a…
SakulK Feb 12, 2013
4b753ab
remove log message
SakulK Feb 12, 2013
1faa918
fixed itemStyle in Legend
SakulK Feb 21, 2013
d9e116d
fixed performance issues in DateTimePoint and added turboThreshold op…
SakulK Aug 16, 2013
fca9488
Merge https://github.com/SakulK/InvientCharts
michaeljfazio Sep 23, 2013
782111f
Merge https://github.com/mlaitinen/InvientCharts
michaeljfazio Sep 23, 2013
faaa828
Fix rendering several charts in one component.
mletenay Jun 21, 2013
4eac953
Specified maven jetty plugin version.
michaeljfazio Sep 23, 2013
b9bb93d
Minor modifications to com.invient.vaadin.charts.Color javadoc.
michaeljfazio Sep 23, 2013
ca25fbf
Minor cleanup in to com.invient.vaadin.charts.Gradient
michaeljfazio Sep 23, 2013
0d8df58
Minor changes to com.invient.vaadin.charts.InvientChartsConfig javadoc
michaeljfazio Sep 23, 2013
95443e0
Multiple updates to javadoc.
michaeljfazio Sep 23, 2013
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
12 changes: 0 additions & 12 deletions .classpath

This file was deleted.

7 changes: 7 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
*.classpath
*.project
*.settings
*.iml
*.idea
**/target
target
42 changes: 0 additions & 42 deletions .project

This file was deleted.

11 changes: 0 additions & 11 deletions .settings/.jsdtscope

This file was deleted.

7 changes: 0 additions & 7 deletions .settings/com.vaadin.integration.eclipse.prefs

This file was deleted.

3 changes: 0 additions & 3 deletions .settings/org.eclipse.core.resources.prefs

This file was deleted.

280 changes: 0 additions & 280 deletions .settings/org.eclipse.jdt.core.prefs

This file was deleted.

61 changes: 0 additions & 61 deletions .settings/org.eclipse.jdt.ui.prefs

This file was deleted.

6 changes: 0 additions & 6 deletions .settings/org.eclipse.jst.j2ee.ejb.annotations.xdoclet.prefs

This file was deleted.

10 changes: 0 additions & 10 deletions .settings/org.eclipse.wst.common.component

This file was deleted.

10 changes: 0 additions & 10 deletions .settings/org.eclipse.wst.common.project.facet.core.xml

This file was deleted.

3 changes: 0 additions & 3 deletions .settings/org.eclipse.wst.jsdt.ui.prefs

This file was deleted.

1 change: 0 additions & 1 deletion .settings/org.eclipse.wst.jsdt.ui.superType.container

This file was deleted.

1 change: 0 additions & 1 deletion .settings/org.eclipse.wst.jsdt.ui.superType.name

This file was deleted.

6 changes: 1 addition & 5 deletions NOTICE
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,4 @@ limitations under the License.
Invient Charts requires Highcharts Javascript library created by Highslide
Software, http://highsoft.com. Highcharts is licensed under separate terms:
http://www.highcharts.com/license.
---




---
2 changes: 1 addition & 1 deletion README
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ ApplicationServlet. Check the source code under demo directory for details.
loading Highcharts JavaScript files.

If you are using eclipse based project structure, then you can store the
JavaScript files in WebContent directory.
JavaScript files in webapp directory.

LICENSE
Invient Charts is licensed under Apache License 2.0. However, it requires
Expand Down
10 changes: 0 additions & 10 deletions WebContent/META-INF/MANIFEST.MF

This file was deleted.

6 changes: 0 additions & 6 deletions WebContent/WEB-INF/beans.xml

This file was deleted.

Binary file removed WebContent/WEB-INF/lib/gwt-dev.jar
Binary file not shown.
Binary file removed WebContent/WEB-INF/lib/gwt-user.jar
Binary file not shown.
Binary file removed WebContent/WEB-INF/lib/vaadin-6.5.4.jar
Binary file not shown.
Binary file not shown.
Binary file removed WebContent/WEB-INF/lib/validation-api-1.0.0.GA.jar
Binary file not shown.
11 changes: 0 additions & 11 deletions WebContent/WEB-INF/sun-web.xml

This file was deleted.

4 changes: 0 additions & 4 deletions WebContent/index.jsp

This file was deleted.

65 changes: 65 additions & 0 deletions assembly/addon.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,65 @@
<assembly>
<id>addon</id>
<formats>
<format>zip</format>
</formats>
<includeBaseDirectory>false</includeBaseDirectory>
<fileSets>
<fileSet>
<includes>
<include>LICENSE</include>
<include>NOTICE</include>
<include>CHANGELOG</include>
<include>**/README</include>
</includes>
</fileSet>
<fileSet>
<directory>invient-charts/target</directory>
<outputDirectory></outputDirectory>
<includes>
<include>${addonJarName}</include>
<include>${addonFullName}-sources.jar</include>
<include>${addonFullName}-javadoc.jar</include>
</includes>
</fileSet>
<!-- These are in the javadoc and sources JARs -->
<!--
<fileSet>
<directory>addon/target/site</directory>
<outputDirectory></outputDirectory>
<includes>
<include>apidocs/**</include>
</includes>
</fileSet>
<fileSet>
<directory>addon/src/main</directory>
<outputDirectory>addon/src/main</outputDirectory>
<includes>
<include>**</include>
</includes>
</fileSet>
-->
<fileSet>
<directory>invient-charts-demo/src/main/java</directory>
<outputDirectory>invient-charts-demo/src/main/java</outputDirectory>
<includes>
<include>**/*.java</include>
</includes>
</fileSet>
<fileSet>
<directory>invient-charts-demo/src/main/webapp</directory>
<outputDirectory>invient-charts-demo/src/main/webapp</outputDirectory>
<includes>
<include>WEB-INF/**</include>
</includes>
</fileSet>
<!-- Copy the manifest extracted from the add-on JAR to the ZIP -->
<fileSet>
<directory>target/${addonFullName}</directory>
<outputDirectory></outputDirectory>
<includes>
<include>META-INF/MANIFEST.MF</include>
</includes>
</fileSet>
</fileSets>
</assembly>
20 changes: 20 additions & 0 deletions assembly/extractManifest.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
<assembly>
<id>extractManifest</id>
<formats>
<format>dir</format>
</formats>
<includeBaseDirectory>false</includeBaseDirectory>
<!-- Extract the whole contents of the add-on JAR to get the manifest -->
<moduleSets>
<moduleSet>
<includes>
<include>com.invient.vaadin.charts:invient-charts-addon</include>
</includes>
<binaries>
<outputDirectory>/</outputDirectory>
<includeDependencies>false</includeDependencies>
<unpack>true</unpack>
</binaries>
</moduleSet>
</moduleSets>
</assembly>
25 changes: 0 additions & 25 deletions demo/com/invient/vaadin/InvientChartsDemoAppWidgetset.gwt.xml

This file was deleted.

Binary file removed dist/invientcharts-0.8.0.jar
Binary file not shown.
Binary file removed dist/invientcharts-0.8.1.jar
Binary file not shown.
Binary file removed dist/invientcharts-0.8.2.jar
Binary file not shown.
Binary file removed dist/invientcharts-0.8.3.jar
Binary file not shown.
Binary file removed dist/invientcharts-0.8.4.jar
Binary file not shown.
Binary file removed dist/invientcharts-0.8.5.jar
Binary file not shown.
Binary file removed dist/invientcharts-0.8.6.jar
Binary file not shown.
Loading