Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Funkcja generująca wykresy. #1

Closed
marcinlawnik opened this issue Jun 9, 2014 · 0 comments
Closed

Funkcja generująca wykresy. #1

marcinlawnik opened this issue Jun 9, 2014 · 0 comments
Assignees

Comments

@marcinlawnik
Copy link
Owner

Zmodyfikuj funkcję generującą wykres ilości ocen od ich wartości:

2013-11-26-155310_1366x768_scrot

Kod poprzedniej funkcji:
https://github.com/marcinlawnik/DziennikLoginWeb/blob/master/classes/graphReportGenerator.php

Kod źródłowy użytej biblioteki:
http://www.pchart.net/download

Jej dokumentacja:
http://wiki.pchart.net/

Podzadania

  • Argumenty wejściowe: Tablica w formacie ocena => ilość
array(
    '6'   => '8',
    '5.5' => '10',
    '5'   => '7',
    '4.5' => '15',
    '4'   => '3',
    '3.5' => '9',
    '3'   => '17',
    '2.5' => '11',
    '2'   => '8',
    '1.5' => '9',
    '1'   => '2',
);
  • Wyjście: podobny wykres jak na obrazie
  • Potrzebne kilka wersji do wyboru która najlepsza (zmiana kolorów)

Pozdrawiam,
Marcin

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants