-
```
What steps will reproduce the problem?
1. add colorfield
2. using south
3. custom feild in south must be a=handled
What is the expected output? What do you see instead?
expected output done
I got…
-
```
What steps will reproduce the problem?
1. add colorfield
2. using south
3. custom feild in south must be a=handled
What is the expected output? What do you see instead?
expected output done
I got…
-
I'm not sure how [make this scatterplot](https://esri.github.io/cedar/examples/scatter-def-url.html) in amCharts using the v1 API:
![image](https://user-images.githubusercontent.com/662944/29194978…
-
Hi @colymba
I'm working on Silverstripe 4 upgrade of your module.
Please check progress @ https://github.com/fractaslabs/silverstripe-colorfield
-
Bring in the [patches script ](https://github.com/digitalutsc/islandora_lite_installation/blob/main/scripts/patches.sh
)into the composer: https://colorfield.be/blog/patch-drupal-project
-
- Laravel Version: 10.40.0
- Nova Version: 4.34.3
- PHP Version: 8.2
- Browser type and version: Google Chrome 126.0.6478.183
### Description:
After udating `laravel/nova package` from `4.28`…
-
I am using django-colorfield in one of my project, it's awesome but I needed a way to get a list overview of the color to make sure they don't clash to much with one another.
So instead of displayi…
-
### 🥰 Features description [Please make everyone to understand it]
1. 数据结构 [{
"name": "2016-05-02",
"value": 888,
"colorField": "颜色映射值"
}, {...}]
2. colorField 颜色映射,颜色图例
3. si…
-
### 🧐 使用折线图,配置缩略轴之后,x轴的刻度标签会重叠在一起,拉动缩略条后会回复正常,下面是折线图的配置
### 💻
```
const lineConfig = {
autoFit: true,
xField: (d: { time: number }) => new Date(d.time).toLocaleTimeString(),
slider: {
…
-
One of base usage its setting color lines by series(from data), but i cant do it in current chart. Maybe someone know way how to do it?