{"id":26154405,"url":"https://github.com/rcdmk/aspgooglecharts","last_synced_at":"2025-04-14T07:11:20.034Z","repository":{"id":31922958,"uuid":"35492288","full_name":"rcdmk/ASPGoogleCharts","owner":"rcdmk","description":"A classic ASP wrapper for the Google Charts JS API","archived":false,"fork":false,"pushed_at":"2015-05-15T01:24:12.000Z","size":148,"stargazers_count":7,"open_issues_count":1,"forks_count":2,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-27T20:51:15.552Z","etag":null,"topics":["asp","asp-wrapper","chart","classic-asp","google-charts","javascript"],"latest_commit_sha":null,"homepage":null,"language":"ASP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/rcdmk.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-05-12T14:15:18.000Z","updated_at":"2022-08-24T21:08:23.000Z","dependencies_parsed_at":"2022-07-28T23:49:03.842Z","dependency_job_id":null,"html_url":"https://github.com/rcdmk/ASPGoogleCharts","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rcdmk%2FASPGoogleCharts","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rcdmk%2FASPGoogleCharts/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rcdmk%2FASPGoogleCharts/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rcdmk%2FASPGoogleCharts/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rcdmk","download_url":"https://codeload.github.com/rcdmk/ASPGoogleCharts/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248837287,"owners_count":21169374,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["asp","asp-wrapper","chart","classic-asp","google-charts","javascript"],"created_at":"2025-03-11T08:29:30.890Z","updated_at":"2025-04-14T07:11:20.007Z","avatar_url":"https://github.com/rcdmk.png","language":"ASP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ASP GoogleCharts v1.0\n\nA classic ASP wrapper for the Google Charts JS API\n\nGenerate charts with Google Charts API in an easy way.\n\n\nSimple to use:\n\n\tdim chart\n\tset chart = new GoogleCharts\n\n\tchart.type = CHART_COLUMN\n\t\n\tchart.title = \"Friday Night Pizza\"\n\t\n\tchart.addColumn CTYPE_STRING, \"Type\"\n\tchart.addColumn CTYPE_NUMBER, \"Qty\"\n\tchart.addColumn CTYPE_NUMBER, \"Price\"\n\t\n\tchart.addRow Array(\"Peperony\", 2, 1.2)\n\tchart.addRow Array(\"Marguerita\", 1, 3.5)\n\tchart.addRow Array(\"Bacon\", 4, 2.25)\n\t\n\tchart.draw\n\nAccepts loading data from bidimensional arrays, like the ones provided from the `GetRows()` method of `ADODB Recordset`s:\n\n\tdim chart\n\tset chart = new GoogleCharts\n\n\tchart.type = CHART_COLUMN\n\t\n\tchart.title = \"Friday Night Pizza\"\n\t\n\tchart.addColumn CTYPE_STRING, \"Type\"\n\tchart.addColumn CTYPE_NUMBER, \"Qty\"\n\tchart.addColumn CTYPE_NUMBER, \"Price\"\n\t\n\tdim rs\n\tset rs = createObject(\"ADODB.Recordset\")\n\trs.open \"SQL HERE\", yourConnection, 0, 1\n\t\n\tchart.loadArray rs.getRows()\n\tchart.draw\n\t\n\tset rs = nothing\n\t\nIt can also load data from `Recordset`s:\n\n\tdim chart\n\tset chart = new GoogleCharts\n\n\tchart.type = CHART_COLUMN\n\t\n\tchart.title = \"Friday Night Pizza\"\n\n\tdim rs\n\tset rs = createObject(\"ADODB.Recordset\")\n\trs.open \"SQL HERE\", yourConnection, 0, 1\n\t\n\t' No need to declare columns. It gets the type and label from the `Recordset.Fields` property.\n\t\n\tchart.loadRecordSet rs\n\tchart.draw\n\t\n\tset rs = nothing\n\t\n## Licence\n\nThe MIT License (MIT)\nCopyright (c) 2012 RCDMK - rcdmk[at]hotmail[dot]com\n\nPermission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the \"Software\"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n\n\n\t\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frcdmk%2Faspgooglecharts","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frcdmk%2Faspgooglecharts","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frcdmk%2Faspgooglecharts/lists"}