Jump to content

easegura777

uniGUI Subscriber
  • Posts

    102
  • Joined

  • Last visited

  • Days Won

    1

easegura777 last won the day on August 14 2018

easegura777 had the most liked content!

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

easegura777's Achievements

Active Member

Active Member (3/4)

5

Reputation

  1. Hi @Sherzod , but this run in browser, i need hosted (rasperry with Linux)
  2. It is possible to develp applications with this combination
  3. Test this solution, but not found function chart.beforeInit(sender, config) { config.series[0].tooltip = { trackMouse: true, width: 120, renderer: function(tip, item) { tip.setTitle(item.get('LL')); tip.update('Значение: ' + item.get('A')); } } config.series[1].tooltip = { trackMouse: true, width: 120, renderer: function(tip, item) { tip.setTitle(item.get('LL')); tip.update('Значение: ' + item.get('B')); } } }
  4. only works for one series
  5. I need display tip for TuniLineSeries
  6. Is possible to Show/Hide UniLineSeries in runtime ?
  7. My validations are in the OnValidate event of the field and the validation is done on each keystroke
  8. @Sherzod You can help us with this iussue? Sherzod
  9. Yes, with theme material found, but triton not found!
  10. CSS .x-button { width:120px; color:green; !important; height:30px; background-color: green; !important; border: 5px solid #1E90FF; /* borda branca em volta */ margin: auto; /* centraliza com bordas automáticas nas laterais */ text-align: center; /* centraliza o texto */ font-family: Source Sans Pro; /* fonte */ font-size: 16px; /* tamanho da fonte */ color: green; /* cor fonte */ border: 1px solid #ccc; border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25); border-color: #e6e6e6 #e6e6e6 #bfbfbf; border-bottom-color: #b3b3b3; border-radius: 4px; box-shadow: inset 0 1px 0 rgba(255,255,255,0.2), 0 1px 2px rgba(0,0,0,0.05); } With theme triton with theme material
  11. in the example you shared with me can be validated
×
×
  • Create New...