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

legend strategy #129

Open
redet-G opened this issue Nov 19, 2024 · 1 comment
Open

legend strategy #129

redet-G opened this issue Nov 19, 2024 · 1 comment

Comments

@redet-G
Copy link
Collaborator

redet-G commented Nov 19, 2024

  {
    "legend": {
      "showKey": true,
      "style": "FILL",
      "set": {
        "id": "MyhCliL7JrQ"
      },
      "strategy": "FIXED"
    }
  }

image
When the user predefined selected the strategy is changed to BY_DATA_ITEM meaning the legend has to be loaded from the data element. The MoH is not currently assigning legend to the dataset. Let's disable visualization whenever it is set to data element.

{
  "legend": {
    "showKey": true,
    "style": "FILL",
    "set": {
      "id": "MyhCliL7JrQ"
    },
    "strategy": "BY_DATA_ITEM"
  }
}
redet-G added a commit that referenced this issue Nov 19, 2024
… pivot table, bar, gauge, and column chart
@redet-G
Copy link
Collaborator Author

redet-G commented Nov 19, 2024

  • Bar chart
  • Column chart
  • Single value chart
  • Gauge chart
  • Pivot table
  • Thematic map
  • Buble map
  • Split map

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

1 participant