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

Widget URL parameters not working #791

Closed
anonymous-matomo-user opened this issue Jun 12, 2009 · 3 comments
Closed

Widget URL parameters not working #791

anonymous-matomo-user opened this issue Jun 12, 2009 · 3 comments
Labels
Bug For errors / faults / flaws / inconsistencies etc. Major Indicates the severity or impact or benefit of an issue is much higher than normal but not critical.
Milestone

Comments

@anonymous-matomo-user
Copy link

The widget isn't working very well. I figured out a few bugs that block further development of the Drupal module.

  1. token_auth isn't taken into account. Security data problem. Expected: token_auth need to work
  2. viewDataTable=generateDataChartPie isn't taken into account. Additional UserSettings.getBrowser (Table) and UserSettings.getBrowserType (Pie Chart) show the same data, but don't follow any logic in naming (pie vesus table). Therefore I'm not able to pre-configure a widget to show as pie chart if I do not like to show the standard table. If the parameter is only named differently, please shed some light to me.
    Expected -> a URL parameter that allows to select a specific chart type.
  3. If I preconfigure the widget to filter_limit=8, this value is taken into account first. If I use the dataTableFooterIcons to switch to a different view I only need to click on the bars and than back to table view and the filter limit is reset to 3. Expected -> The original filter limit should be kept.
  4. I cannot see anything happens if disableLink=1 is used or not.
  5. enable_sort seems to have no function.
    Keywords: Widget
@robocoder
Copy link
Contributor

  1. already ticketed in token_auth not working with iframe widgets #790
  2. for the iframe (widgetize) API, you'll want to use viewDataTable= set to one of:
  • cloud
  • graphPie
  • graphVerticalBar
  • graphEvolution
  • table
  • tableGoals
  • tableAllColumns
  1. I've added this requirement to Add CloudFlare location provider #90
  2. used on evolution graphs, i.e., click on a date in the graph to open the dashboard for that date
  3. enables/disables column sorting on a datatable; it isn't part of the iframe (widgetize) API

@robocoder
Copy link
Contributor

Attachment: proposed text for /wiki/API/EmbeddingWidgets
embedding_widgets.txt

@robocoder
Copy link
Contributor

wiki:API/EmbeddingWidgets

This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug For errors / faults / flaws / inconsistencies etc. Major Indicates the severity or impact or benefit of an issue is much higher than normal but not critical.
Projects
None yet
Development

No branches or pull requests

2 participants