File tree Expand file tree Collapse file tree 9 files changed +52
-13
lines changed
src/main/java/gwt/material/design/amcore/client/data Expand file tree Collapse file tree 9 files changed +52
-13
lines changed Original file line number Diff line number Diff line change 22/gwt-material-amchart.iml
33/target /
44/gwt-material-amcharts.iml
5+ /gwt-material-amcharts4.iml
Original file line number Diff line number Diff line change 33GwtMaterialDesign plus [ AmCharts] ( https://www.amcharts.com/ ) Version 4 provides you professional and nice looking charts.
44
55
6- [ ![ Build Status] ( https://travis-ci.org/GwtMaterialDesign/gwt-material-amcharts.svg?branch=master )] ( https://travis-ci.org/GwtMaterialDesign/gwt-material-am4charts ) [ ![ Join the chat at https://gitter.im/GwtMaterialDesign/gwt-material ] ( https://img.shields.io/badge/GITTER-join%20chat-green.svg )] ( https://gitter.im/GwtMaterialDesign/gwt-material?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge )
6+ [ ![ Build Status] ( https://travis-ci.org/GwtMaterialDesign/gwt-material-amcharts.svg?branch=master )] ( https://travis-ci.org/GwtMaterialDesign/gwt-material-amcharts4 ) [ ![ Join the chat at https://gitter.im/GwtMaterialDesign/gwt-material ] ( https://img.shields.io/badge/GITTER-join%20chat-green.svg )] ( https://gitter.im/GwtMaterialDesign/gwt-material?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge )
77
88## Demo
9- * https://gwtmaterialdesign.github.io/gmd-am4charts -demo/
10- * [ Repository] ( https://github.com/GwtMaterialDesign/gmd-am4charts -demo )
9+ * https://gwtmaterialdesign.github.io/gmd-amcharts4 -demo/
10+ * [ Repository] ( https://github.com/GwtMaterialDesign/gmd-amcharts4 -demo )
1111## Documentation
1212AmCharts V4 Official Documentation can be found [ here] ( https://www.amcharts.com/docs/v4/ )
1313
Original file line number Diff line number Diff line change 66 <modelVersion >4.0.0</modelVersion >
77
88 <groupId >com.github.gwtmaterialdesign</groupId >
9- <artifactId >gwt-material-amcharts </artifactId >
9+ <artifactId >gwt-material-amcharts4 </artifactId >
1010 <version >1.0-rc1</version >
1111 <packaging >gwt-lib</packaging >
1212
13- <name >Gwt Material Am4charts </name >
13+ <name >Gwt Material AmCharts V4 </name >
1414
1515 <properties >
1616 <!-- Project properties -->
Original file line number Diff line number Diff line change 1+ /*
2+ * #%L
3+ * GwtMaterial
4+ * %%
5+ * Copyright (C) 2015 - 2018 GwtMaterialDesign
6+ * %%
7+ * Licensed under the Apache License, Version 2.0 (the "License");
8+ * you may not use this file except in compliance with the License.
9+ * You may obtain a copy of the License at
10+ *
11+ * http://www.apache.org/licenses/LICENSE-2.0
12+ *
13+ * Unless required by applicable law or agreed to in writing, software
14+ * distributed under the License is distributed on an "AS IS" BASIS,
15+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
16+ * See the License for the specific language governing permissions and
17+ * limitations under the License.
18+ * #L%
19+ */
120package gwt .material .design .amcore .client .data ;
221
322import com .google .gwt .core .client .JavaScriptObject ;
Original file line number Diff line number Diff line change 1+ /*
2+ * #%L
3+ * GwtMaterial
4+ * %%
5+ * Copyright (C) 2015 - 2018 GwtMaterialDesign
6+ * %%
7+ * Licensed under the Apache License, Version 2.0 (the "License");
8+ * you may not use this file except in compliance with the License.
9+ * You may obtain a copy of the License at
10+ *
11+ * http://www.apache.org/licenses/LICENSE-2.0
12+ *
13+ * Unless required by applicable law or agreed to in writing, software
14+ * distributed under the License is distributed on an "AS IS" BASIS,
15+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
16+ * See the License for the specific language governing permissions and
17+ * limitations under the License.
18+ * #L%
19+ */
120package gwt .material .design .amcore .client .data ;
221
322import com .google .gwt .json .client .JSONValue ;
Original file line number Diff line number Diff line change 77 * Licensed under the Apache License, Version 2.0 (the "License");
88 * you may not use this file except in compliance with the License.
99 * You may obtain a copy of the License at
10- *
10+ *
1111 * http://www.apache.org/licenses/LICENSE-2.0
12- *
12+ *
1313 * Unless required by applicable law or agreed to in writing, software
1414 * distributed under the License is distributed on an "AS IS" BASIS,
1515 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
Original file line number Diff line number Diff line change 77 * Licensed under the Apache License, Version 2.0 (the "License");
88 * you may not use this file except in compliance with the License.
99 * You may obtain a copy of the License at
10- *
10+ *
1111 * http://www.apache.org/licenses/LICENSE-2.0
12- *
12+ *
1313 * Unless required by applicable law or agreed to in writing, software
1414 * distributed under the License is distributed on an "AS IS" BASIS,
1515 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
Original file line number Diff line number Diff line change 77 * Licensed under the Apache License, Version 2.0 (the "License");
88 * you may not use this file except in compliance with the License.
99 * You may obtain a copy of the License at
10- *
10+ *
1111 * http://www.apache.org/licenses/LICENSE-2.0
12- *
12+ *
1313 * Unless required by applicable law or agreed to in writing, software
1414 * distributed under the License is distributed on an "AS IS" BASIS,
1515 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
Original file line number Diff line number Diff line change 77 * Licensed under the Apache License, Version 2.0 (the "License");
88 * you may not use this file except in compliance with the License.
99 * You may obtain a copy of the License at
10- *
10+ *
1111 * http://www.apache.org/licenses/LICENSE-2.0
12- *
12+ *
1313 * Unless required by applicable law or agreed to in writing, software
1414 * distributed under the License is distributed on an "AS IS" BASIS,
1515 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
You can’t perform that action at this time.
0 commit comments