mobie / mobie.github.io

1 stars 3 forks source link

table annotation color column inconsistent #100

Closed martinschorb closed 1 year ago

martinschorb commented 1 year ago

Hi,

I fell into the following trap:

Can we make this consistent? I suggest changing the lut to "rgbaColumn"

tischi commented 1 year ago

Ah, good point.

@constantinpape in order to avoid changing all projects now, maybe we could support both

argbColumn @Deprecated rgbaColumn

constantinpape commented 1 year ago

I went ahead and added rgbaColumn to the schema: https://github.com/mobie/mobie.github.io/commit/852cd6a75ddc0124abe469fbb92e08067e2bf812

That's all the changes needed in the schema for this (there isn't a conept for deprecation); so you can go ahead and adapt this in mobie-fiji as well.