2017 © Pedro Peláez
 

library google-charts

Google charts easily in PHP/Nette templates (latte)

image

spaceboy/google-charts

Google charts easily in PHP/Nette templates (latte)

  • Sunday, October 29, 2017
  • by spaceboy
  • Repository
  • 1 Watchers
  • 0 Stars
  • 6 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 6 Versions
  • 0 % Grown

The README.md

GoogleChart

GoogleCharts for Nette PHP framework, (*1)

Installation:

Type, (*2)

composer require spaceboy/google-charts

and that's all., (*3)

Using:

In presenter:, (*4)

$this->template->chart = PieChart('chart-id')
  ->setValues([
    ['foo', 100],
    ['bar', 200],
    ['baz', 300],
  ])
  ->setPieHole(0.2)
  ->setTitle('My First Chart');

In template:, (*5)

{!$chart->insertApi()}
{* inserts API, required once for HTML document *}

{!$chart->insertChart()}
{* inserts DIV with GoogleChart; required once for each chart *}

Implemented chart types:

  • BarChart
  • BubbleChart
  • ColumnChart
  • ComboChart
  • DonutChart
  • GeoChart
  • PieChart

The Versions

29/10 2017

dev-master

9999999-dev

Google charts easily in PHP/Nette templates (latte)

  Sources   Download

MIT

The Requires

 

by Avatar spaceboy

php google nette latte charts spaceboy

29/10 2017

0.2.2

0.2.2.0

Google charts easily in PHP/Nette templates (latte)

  Sources   Download

MIT

The Requires

 

by Avatar spaceboy

google nette latte charts spaceboy

29/10 2017

0.2.1

0.2.1.0

Google charts easily in PHP/Nette templates (latte)

  Sources   Download

MIT

The Requires

 

by Avatar spaceboy

google nette latte charts spaceboy

29/10 2017

0.2.0

0.2.0.0

Google charts easily in PHP/Nette templates (latte)

  Sources   Download

MIT

The Requires

 

by Avatar spaceboy

google nette latte charts spaceboy

28/10 2017

0.1.1

0.1.1.0

Google charts easily in PHP/Nette templates (latte)

  Sources   Download

MIT

The Requires

 

by Avatar spaceboy

google nette latte charts spaceboy

01/01 2017

0.1.0

0.1.0.0

Google charts easily in PHP/Nette templates (latte)

  Sources   Download

MIT

The Requires

 

by Avatar spaceboy

google nette latte charts spaceboy