Ecosyste.ms: OpenCollective
An open API service for software projects hosted on Open Collective.
github.com/matomo-org/plugin-TreemapVisualization
Matomo plugin that lets you view reports as treemaps.
https://github.com/matomo-org/plugin-TreemapVisualization
Fix bug where rendering fails if called before DOM elements are correctly sized.
cf5d3d78cf1dcda1a97c5de0a451637f3429ae21 authored about 11 years ago by diosmosis <[email protected]>
cf5d3d78cf1dcda1a97c5de0a451637f3429ae21 authored about 11 years ago by diosmosis <[email protected]>
Fixing regressions, bugs and tweaking the UI.
8d3a49713852e4d8422361132f3952732e672029 authored about 11 years ago by diosmosis <[email protected]>
8d3a49713852e4d8422361132f3952732e672029 authored about 11 years ago by diosmosis <[email protected]>
Fix error that occurs during truncation of Actions reports.
120deccc1b20cdca45afa92602197d1d89416d86 authored about 11 years ago by diosmosis <[email protected]>
120deccc1b20cdca45afa92602197d1d89416d86 authored about 11 years ago by diosmosis <[email protected]>
Refactor const to highlight their coupling #4278
e755455b28d87469dfdf43dbf4f37158b18112f2 authored about 11 years ago by mattab <[email protected]>
e755455b28d87469dfdf43dbf4f37158b18112f2 authored about 11 years ago by mattab <[email protected]>
Adding some type hint
e40d8ed0d47c15ada0636d88f1f2e4e657e05934 authored about 11 years ago by mattab <[email protected]>
e40d8ed0d47c15ada0636d88f1f2e4e657e05934 authored about 11 years ago by mattab <[email protected]>
Phpstorm organize imports
c4eb1a1633e7c49894548b0642fd603a63c80f32 authored about 11 years ago by mattab <[email protected]>
c4eb1a1633e7c49894548b0642fd603a63c80f32 authored about 11 years ago by mattab <[email protected]>
Update plugin.json
a6bb4d318211706692d8ed2d7ec285a5a888d586 authored about 11 years ago by Thomas Steur <[email protected]>
a6bb4d318211706692d8ed2d7ec285a5a888d586 authored about 11 years ago by Thomas Steur <[email protected]>
Update plugin.json
5d2b59a2496b69b53d9c06a95c770192d73d797b authored about 11 years ago by Thomas Steur <[email protected]>
5d2b59a2496b69b53d9c06a95c770192d73d797b authored about 11 years ago by Thomas Steur <[email protected]>
Update plugin.json
85f9b6963254d5c88d057281399f279c0bc5f278 authored about 11 years ago by Thomas Steur <[email protected]>
85f9b6963254d5c88d057281399f279c0bc5f278 authored about 11 years ago by Thomas Steur <[email protected]>
bump version to 1.0.3
0869a23c3bbaf177984146f42367e11aa2216bae authored about 11 years ago by Thomas Steur <[email protected]>
0869a23c3bbaf177984146f42367e11aa2216bae authored about 11 years ago by Thomas Steur <[email protected]>
Update README.md
3e80b3f170fe6a333b354ac3114207838fb436d9 authored about 11 years ago by Thomas Steur <[email protected]>
3e80b3f170fe6a333b354ac3114207838fb436d9 authored about 11 years ago by Thomas Steur <[email protected]>
Update plugin.json
9ff468793e504c204459da813665a1f1c54c21bb authored about 11 years ago by Thomas Steur <[email protected]>
9ff468793e504c204459da813665a1f1c54c21bb authored about 11 years ago by Thomas Steur <[email protected]>
refs #4226 added screenshot
876fd8f0b74f9e1e86541971bb3d9b6f047f19ff authored about 11 years ago by Thomas Steur <[email protected]>
876fd8f0b74f9e1e86541971bb3d9b6f047f19ff authored about 11 years ago by Thomas Steur <[email protected]>
bump version to 1.0.2
050b557eb698e57abfa8855122b6fba9bd67a2c1 authored about 11 years ago by Thomas Steur <[email protected]>
050b557eb698e57abfa8855122b6fba9bd67a2c1 authored about 11 years ago by Thomas Steur <[email protected]>
removed last commas in object literals as it might cause errors in older browsers
23bcdfb58df084b6f579c64f5c504c4d108d1e3f authored about 11 years ago by sgiehl <[email protected]>
23bcdfb58df084b6f579c64f5c504c4d108d1e3f authored about 11 years ago by sgiehl <[email protected]>
Update plugin.json
2365623dc5fbe429a46b27bb1be57f274d16e422 authored about 11 years ago by Thomas Steur <[email protected]>
2365623dc5fbe429a46b27bb1be57f274d16e422 authored about 11 years ago by Thomas Steur <[email protected]>
Moving JIT library from Piwik core to this plugin.
1b5166873c3b7dd4787c9e3789cc33f36920d9b0 authored about 11 years ago by diosmosis <[email protected]>
1b5166873c3b7dd4787c9e3789cc33f36920d9b0 authored about 11 years ago by diosmosis <[email protected]>
added a bit of documentation
d8092999077f8092798fa4b32b33c40be3cb5a93 authored about 11 years ago by Thomas Steur <[email protected]>
d8092999077f8092798fa4b32b33c40be3cb5a93 authored about 11 years ago by Thomas Steur <[email protected]>
let the viewDataTable decide whether it can handle the view or not, better name for showAllViewsIcons
a20d877c09c45e290cc2045701836cc53c11c7f4 authored about 11 years ago by Thomas Steur <[email protected]>
a20d877c09c45e290cc2045701836cc53c11c7f4 authored about 11 years ago by Thomas Steur <[email protected]>
It was confusing to have a coreViewDataTable and pluginViewDataTable class. In addition the coreViewDataTable did two things: Instance creation and managing all viewDataTables --> two new classes
751497b598ef1a61721f7204f20699f57826a24e authored about 11 years ago by Thomas Steur <[email protected]>
751497b598ef1a61721f7204f20699f57826a24e authored about 11 years ago by Thomas Steur <[email protected]>
Merge pull request #1 from piwik/viewdata_refactoring
Viewdata refactoring
85f143c3bfe38f622526778131426b5f99ea16a7 authored about 11 years ago by Thomas Steur <[email protected]>
define the properties in treemap and actions report, not in plugin class
dd0a8cdc4a377d4eff49f53d0015dd25332ef9d7 authored about 11 years ago by Thomas Steur <[email protected]>
dd0a8cdc4a377d4eff49f53d0015dd25332ef9d7 authored about 11 years ago by Thomas Steur <[email protected]>
apparently this code is needed to make sure the Treemap is visible on actions
90ba210227609f508efc6093fb3dbdd981a88299 authored about 11 years ago by Thomas Steur <[email protected]>
90ba210227609f508efc6093fb3dbdd981a88299 authored about 11 years ago by Thomas Steur <[email protected]>
default config has to be static now
56104d10cb0cbb9ac44d6b559e984fe8a13ebf89 authored about 11 years ago by Thomas Steur <[email protected]>
56104d10cb0cbb9ac44d6b559e984fe8a13ebf89 authored about 11 years ago by Thomas Steur <[email protected]>
made Treemap compatible with latest ViewDataTable changes
c50c6506bc42981d4944aee5844d0061167f79d5 authored about 11 years ago by Thomas Steur <[email protected]>
c50c6506bc42981d4944aee5844d0061167f79d5 authored about 11 years ago by Thomas Steur <[email protected]>
trying to get rid of configure view event
8a8c7a5a77b4a325864994d5e6fa86e36c38de5f authored about 11 years ago by Thomas Steur <[email protected]>
8a8c7a5a77b4a325864994d5e6fa86e36c38de5f authored about 11 years ago by Thomas Steur <[email protected]>
coding style
a04fb57f269b6fe85fe9af8585f782a76acc13a2 authored about 11 years ago by Thomas Steur <[email protected]>
a04fb57f269b6fe85fe9af8585f782a76acc13a2 authored about 11 years ago by Thomas Steur <[email protected]>
coding style
f2c13bdb853eef2e9391a4b2fd257045e4541e0f authored about 11 years ago by Thomas Steur <[email protected]>
f2c13bdb853eef2e9391a4b2fd257045e4541e0f authored about 11 years ago by Thomas Steur <[email protected]>
coding style
df7f3d19fcba80b9c9882b55f2a169bcaa129fb3 authored about 11 years ago by Thomas Steur <[email protected]>
df7f3d19fcba80b9c9882b55f2a169bcaa129fb3 authored about 11 years ago by Thomas Steur <[email protected]>
fix path to graph
80b53341dca433d5dc1729b7113d5c1905d46328 authored about 11 years ago by Thomas Steur <[email protected]>
80b53341dca433d5dc1729b7113d5c1905d46328 authored about 11 years ago by Thomas Steur <[email protected]>
fix doc block
9dbdffa367b745015266d0b6f47fd8a4300b2408 authored about 11 years ago by Thomas Steur <[email protected]>
9dbdffa367b745015266d0b6f47fd8a4300b2408 authored about 11 years ago by Thomas Steur <[email protected]>
removed unused namespaces
01cf8f8ff43e626ba63249239d3fc783c5164317 authored about 11 years ago by Thomas Steur <[email protected]>
01cf8f8ff43e626ba63249239d3fc783c5164317 authored about 11 years ago by Thomas Steur <[email protected]>
make visualization compatible with ViewData
fe9106a3bc7fd427f84674d866d456f0b06dca13 authored about 11 years ago by Thomas Steur <[email protected]>
fe9106a3bc7fd427f84674d866d456f0b06dca13 authored about 11 years ago by Thomas Steur <[email protected]>
git diff mail test
c7aa4ca6d2f24f9a105134ea533d43e90c5b1890 authored about 11 years ago by Thomas Steur <[email protected]>
c7aa4ca6d2f24f9a105134ea533d43e90c5b1890 authored about 11 years ago by Thomas Steur <[email protected]>
make treemap compatible with latest visualization updates
9108f8cf450eabdbfe9dd1a27df28aa203f2648e authored about 11 years ago by Thomas Steur <[email protected]>
9108f8cf450eabdbfe9dd1a27df28aa203f2648e authored about 11 years ago by Thomas Steur <[email protected]>
coding style and use new visualization structure
6280ba3397145e72e748126f4ba9faf1acd88d09 authored about 11 years ago by Thomas Steur <[email protected]>
6280ba3397145e72e748126f4ba9faf1acd88d09 authored about 11 years ago by Thomas Steur <[email protected]>
Singleton update
bbfeee1e8c22fcf5d976d994f65144b33b26e35e authored about 11 years ago by mattab <[email protected]>
bbfeee1e8c22fcf5d976d994f65144b33b26e35e authored about 11 years ago by mattab <[email protected]>
defining template file in a constant makes more sense in this case
aaa1bf2393c547433c298f6f6c0b21032cb19149 authored about 11 years ago by Thomas Steur <[email protected]>
aaa1bf2393c547433c298f6f6c0b21032cb19149 authored about 11 years ago by Thomas Steur <[email protected]>
do not pass view to init method, use instance property instead
20b9c84d6e7baf76ac6e1f5d80a720bacda31276 authored about 11 years ago by Thomas Steur <[email protected]>
20b9c84d6e7baf76ac6e1f5d80a720bacda31276 authored about 11 years ago by Thomas Steur <[email protected]>
do not overwrite constructor, use init instead, set templatefile in a property
a5a2f9e5824a33b39e9e213197a218e854355969 authored about 11 years ago by Thomas Steur <[email protected]>
a5a2f9e5824a33b39e9e213197a218e854355969 authored about 11 years ago by Thomas Steur <[email protected]>
phpstorm ignore files
30ce61f8efeb3ef44e55dc9526b45e4a79adca00 authored about 11 years ago by mattab <[email protected]>
30ce61f8efeb3ef44e55dc9526b45e4a79adca00 authored about 11 years ago by mattab <[email protected]>
Testing commit submodules when no modification in piwik master
57c3523ffc36d20cec90ee6d1682b873bdc4e5c9 authored about 11 years ago by mattab <[email protected]>
57c3523ffc36d20cec90ee6d1682b873bdc4e5c9 authored about 11 years ago by mattab <[email protected]>
submodule test
431667ffd540c7aff918b89825926976bf2576bc authored about 11 years ago by Thomas Steur <[email protected]>
431667ffd540c7aff918b89825926976bf2576bc authored about 11 years ago by Thomas Steur <[email protected]>
submodule test
94779db18c5a684a4eaa38f1b19e2e8c6572561a authored about 11 years ago by Thomas Steur <[email protected]>
94779db18c5a684a4eaa38f1b19e2e8c6572561a authored about 11 years ago by Thomas Steur <[email protected]>
submodule test
436bdd459e76ecc05f802cb624001f52c1b07115 authored about 11 years ago by Thomas Steur <[email protected]>
436bdd459e76ecc05f802cb624001f52c1b07115 authored about 11 years ago by Thomas Steur <[email protected]>
Merge branch 'master' of github.com:piwik/plugin-TreemapVisualization
c12e4d6b9d5de78b0ecaee48cdcdcf07fb4476c2 authored about 11 years ago by Thomas Steur <[email protected]>
c12e4d6b9d5de78b0ecaee48cdcdcf07fb4476c2 authored about 11 years ago by Thomas Steur <[email protected]>
submodule test
e7b7c9f3bf03980a3b07a4af42675d20af973d18 authored about 11 years ago by Thomas Steur <[email protected]>
e7b7c9f3bf03980a3b07a4af42675d20af973d18 authored about 11 years ago by Thomas Steur <[email protected]>
code style
8eb8c5e7183c5c1687f490f3041091e5485f2dd8 authored about 11 years ago by mattab <[email protected]>
8eb8c5e7183c5c1687f490f3041091e5485f2dd8 authored about 11 years ago by mattab <[email protected]>
Code style
743b65a6ed26169c19288e7f646f84cda7e4f9c9 authored about 11 years ago by mattab <[email protected]>
743b65a6ed26169c19288e7f646f84cda7e4f9c9 authored about 11 years ago by mattab <[email protected]>
Rename Array->Map
bfc771d9a6df886f9c149375e021b41d33bc11b4 authored about 11 years ago by mattab <[email protected]>
bfc771d9a6df886f9c149375e021b41d33bc11b4 authored about 11 years ago by mattab <[email protected]>
refs #4134 some hooks changed its name
e7b93068ef7df84cfdaa912ec613d9abb1a737fb authored over 11 years ago by Thomas Steur <[email protected]>
e7b93068ef7df84cfdaa912ec613d9abb1a737fb authored over 11 years ago by Thomas Steur <[email protected]>
refs #4134 listen to new hooks
8c0ba2fc2c0cf6423aad17e251ba83ac485b1b9d authored over 11 years ago by Thomas Steur <[email protected]>
8c0ba2fc2c0cf6423aad17e251ba83ac485b1b9d authored over 11 years ago by Thomas Steur <[email protected]>
refs #4134 renamed hook
a8d41d9093a8fa593ff1ccf5401be78837445d0b authored over 11 years ago by Thomas Steur <[email protected]>
a8d41d9093a8fa593ff1ccf5401be78837445d0b authored over 11 years ago by Thomas Steur <[email protected]>
Change version in plugin.json.
d35ffc1e78e3b78366d713314f7616bb85e4246f authored over 11 years ago by Benaka Moorthi <[email protected]>
d35ffc1e78e3b78366d713314f7616bb85e4246f authored over 11 years ago by Benaka Moorthi <[email protected]>
Adding 'require' section to plugin.json.
d94faa2dfdcf265b090f812b80e9702369742480 authored over 11 years ago by Benaka Moorthi <[email protected]>
d94faa2dfdcf265b090f812b80e9702369742480 authored over 11 years ago by Benaka Moorthi <[email protected]>
Fix plugin.json error.
f95676ce16dd92a3e851d9e2feffbb92063495df authored over 11 years ago by Benaka Moorthi <[email protected]>
f95676ce16dd92a3e851d9e2feffbb92063495df authored over 11 years ago by Benaka Moorthi <[email protected]>
Tweaking README.
ace9ca9687982f2fcc96eee70ecb673315333674 authored over 11 years ago by Benaka Moorthi <[email protected]>
ace9ca9687982f2fcc96eee70ecb673315333674 authored over 11 years ago by Benaka Moorthi <[email protected]>
Add plugin.json metadata.
d03b08220846a8ffbe71a05aa07a5f3e3462195a authored over 11 years ago by Benaka Moorthi <[email protected]>
d03b08220846a8ffbe71a05aa07a5f3e3462195a authored over 11 years ago by Benaka Moorthi <[email protected]>
Initial commit.
d4f8f0b8517df30e5b4ed289bc652c3ce6296a3f authored over 11 years ago by Benaka Moorthi <[email protected]>
d4f8f0b8517df30e5b4ed289bc652c3ce6296a3f authored over 11 years ago by Benaka Moorthi <[email protected]>
Initial commit
79a12d1de410f6507c3ec24ee07f937a186ad269 authored over 11 years ago by diosmosis <[email protected]>
79a12d1de410f6507c3ec24ee07f937a186ad269 authored over 11 years ago by diosmosis <[email protected]>