Skip to content

Commit 265ffc1

Browse files
authored
Merge pull request #23 from fusioncharts/feature/restructure-and-issue-fix
Feature/restructure and issue fix
2 parents 01f937f + 14257f9 commit 265ffc1

20 files changed

+331
-6
lines changed

.angular-cli.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"apps": [
77
{
88
"root": "src",
9-
"outDir": "gh-pages",
9+
"outDir": "docs",
1010
"assets": [
1111
"assets",
1212
"favicon.ico"

.gitignore

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,5 @@ testem.log
4040
.DS_Store
4141
Thumbs.db
4242

43-
# Docs generated directory
44-
gh-pages/
45-
4643
# rollup tmp files
4744
.tmp/

.npmignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,4 @@ src/
3131
aot/
3232

3333
# Docs generated directory
34-
gh-pages/
34+
docs/

docs/3rdpartylicenses.txt

Whitespace-only changes.

docs/assets/data/data.json

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
{
2+
"chart": {
3+
"caption": "Harry's SuperMart",
4+
"subCaption": "Top 5 stores in last month by revenue",
5+
"numberPrefix": "$",
6+
"theme": "ocean"
7+
},
8+
"data":[{
9+
"label": "Bakersfield Central",
10+
"value": "880000"
11+
},
12+
{
13+
"label": "Garden Groove harbour",
14+
"value": "730000"
15+
},
16+
{
17+
"label": "Los Angeles Topanga",
18+
"value": "590000"
19+
},
20+
{
21+
"label": "Compton-Rancho Dom",
22+
"value": "520000"
23+
},
24+
{
25+
"label": "Daly City Serramonte",
26+
"value": "330000"
27+
}]
28+
}

docs/assets/data/data.xml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
<chart caption="Harry&#39;s SuperMart" subcaption="Top 5 stores in last month by revenue" numberprefix="$" theme="ocean">
2+
<set label="Bakersfield Central" value="880000" />
3+
<set label="Garden Groove harbour" value="730000" />
4+
<set label="Los Angeles Topanga" value="590000" />
5+
<set label="Compton-Rancho Dom" value="520000" />
6+
<set label="Daly City Serramonte" value="330000" />
7+
</chart>

docs/assets/images/ng-fc-logo.png

11.8 KB
Loading

docs/favicon.ico

5.3 KB
Binary file not shown.
17.6 KB
Binary file not shown.

docs/glyphicons-halflings-regular.89889688147bd7575d63.svg

Lines changed: 288 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)