Hello,
I have a bar chart showing fine, but when I add the option

'data-morris-stacked' => 'TRUE',

I can see all hover information bot no bars. When I see the stacked example available in the morris.js the stack shows fine.

Is stacked not supported by this module?
Thanks, Therese

CommentFileSizeAuthor
#3 table_chart.zip2.27 KBAnonymous (not verified)

Comments

minoroffense’s picture

Category: Bug report » Feature request

All the options available are in this js file:

http://cgit.drupalcode.org/table_chart/tree/table_chart.js

If the option you're looking for isn't there (which it doesn't appear to be) you're more than welcome to write a patch to add it in and I'll be glad to review it.

minoroffense’s picture

Issue tags: -Bar stacked
Anonymous’s picture

StatusFileSize
new2.27 KB

Thanks for the hint. I modified the table_chart.js and it works fine for me. Unfortunately I have no experience with writhing a patch. I therefore attached the modified table_chart.js and hope you can use it for the needed patch.

minoroffense’s picture

Status: Active » Fixed

Thanks for the code. I've added the option. Should appear in the next release.

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.