Questions tagged [antv]
32 questions
0
votes
1 answer
change text of antv s2 options, sort
I'm using antv s2, I have the following question, I'm trying to change the text of the content of the table, to sort either ascending or descending, but I can't find the option, does anyone know how to change it or what could be done to change that…

danilo rojas
- 15
- 3
0
votes
1 answer
Create an object based on items in a list - javascript
this.items is a list of items read from a database. For each item in the list I want to create the Shape.Rect-object and load them into a function called stencil.load. This function cannot add items dynamically, so I need to create all the items and…

jeffmayn
- 1,785
- 2
- 9
- 22
0
votes
0 answers
How to reference div container in vue3 (js) - antv/x6
How do I reference contaniner from template within the script?