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

theme configuration #2

Closed
yafater opened this issue Apr 30, 2017 · 1 comment
Closed

theme configuration #2

yafater opened this issue Apr 30, 2017 · 1 comment

Comments

@yafater
Copy link

yafater commented Apr 30, 2017

Hello again.
by adding theme in configuration any changes don't apply.

I think it has a problem?
public function addThemeJs($theme)
{
$this->js[] = 'themes/' . $theme . '.js';
}

may be a change like this:
public function addThemeJs($theme)
{
$this->js[] = 'amcharts/themes/' . $theme . '.js';
}

@mitrm
Copy link
Owner

mitrm commented Apr 30, 2017

ok

@mitrm mitrm closed this as completed Apr 30, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants