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

multiple demo data through an array field in the JSON file and then be chosen in the menu list #3

Open
ShixiangWang opened this issue Mar 25, 2021 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@ShixiangWang
Copy link
Contributor

这个在生成器中没有实现

@ShixiangWang ShixiangWang self-assigned this Mar 25, 2021
@ShixiangWang ShixiangWang transferred this issue from hiplot/hiplot-plugin-generator Apr 10, 2022
@ShixiangWang ShixiangWang added the enhancement New feature or request label Apr 10, 2022
@ShixiangWang
Copy link
Contributor Author

https://github.com/hiplot/scripts-basic/blob/master/r/heatmap/data.json

 {
      "config": {
        "general": {
          "palette": "nejm",
          "palette2": "aaas"
        },
        "extra": {
          "color": "default"
        }
      }
    },
    {
      "config": {
        "general": {
          "palette": "nejm",
          "palette2": "aaas"
        },
        "extra": {
          "color": "bluered"
        }
      }
    },
    {
      "config": {
        "general": {
          "palette": "nejm",
          "palette2": "aaas"
        },
        "extra": {
          "color": "methylation"
        }
      }
    }

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant