Snigdha Snigdha
be710cb17b
pivot selection refresh fixed
2020-03-20 18:29:32 +05:30
Avinash Shinde
6513a294b3
fix: Column separator is misaligned
2020-02-10 15:32:43 +05:30
Snigdha Snigdha
73011d0388
fix: eslint error fixed and yarn.lock file removed
2020-01-09 16:24:15 +05:30
Snigdha Snigdha
1355381346
fix: console error fixed of qb-285
2020-01-09 15:18:05 +05:30
Snigdha Snigdha
730f35a83c
fix: console error fixed of qb-285
2020-01-09 15:11:11 +05:30
Snigdha Snigdha
71bf25e8fb
fix: console error fixed of qb-285
2020-01-09 15:08:57 +05:30
Snigdha Snigdha
9b4fe54239
fix: console error of qb-285
2020-01-09 14:56:56 +05:30
Snigdha Snigdha
e59c594215
console error fixed
2019-12-31 19:44:54 +05:30
Purwa Shrivastava
eac9fd2a5f
Fix missing values resulting in data being rendered in wrong columns.
2019-12-10 12:29:28 +01:00
Purwa Shrivastava
2ab340f3f1
React rendering Errors for few apps.
2019-12-06 11:11:25 +01:00
Purwa Shrivastava
8aa86275f0
Changed the rendering of each data cell to check for the headers of each dimesnsion and measure where it shall be written.
2019-12-04 11:15:14 +01:00
Purwa Shrivastava
3ebc2b9e29
Adding Dim 2 to the rendering logic.
2019-11-29 16:17:49 +01:00
Albert Backenhof
28e6237a43
Selecting with backendApi instead of Field
...
-Makes it possible to select master fields with
different names than the original field.
-Alternate state is no longer a problem when using
this technique to select.
Issue: DEB-250
2019-06-14 08:30:57 +02:00
Albert Backenhof
a6faeeb656
Add option to fit cells to chart width
...
-To achieve pixel perfection the container of both
header and data needs to calculate the size of the
child tables' cells.
Issue: QLIK-95962
2019-05-28 07:44:40 +02:00
Albert Backenhof
c22b7f5c6b
Merge pull request #61 from qlik-oss/DEB-232/DoubleMeasure
...
Made the table cell keys more unique
2019-05-27 14:37:07 +02:00
Albert Backenhof
16c380e1c6
Fixed alternate state support
...
-Previously, the shown data always followed
default state, and not the set state.
-Previously, the selections made in smart pivot
sometimes used the previous alternate state.
Issue: QLIK-95802
2019-05-27 14:24:02 +02:00
Albert Backenhof
072a3b80c4
Merge pull request #62 from qlik-oss/DEB-233/Selections
...
Handle selection toggle properly
2019-05-27 14:12:43 +02:00
Albert Backenhof
71cf92c217
Slider for cell width without presets
...
-Previous slider only has three presets, this new
solution sets the actual width.
Issue: DEB-221
2019-05-27 14:08:25 +02:00
Albert Backenhof
d14f5951ac
Using qlik formatting measurements
...
Issue: QLIK-95907
2019-05-20 08:02:15 +02:00
Albert Backenhof
1436463f59
Made the table cell keys more unique
...
-This makes it possible to use the same measurement
multiple times within the same smart-pivot chart.
Issue: DEB-232
2019-05-13 13:12:32 +02:00
Albert Backenhof
729a31920d
Handle selection toggle properly
...
-Previously, the cell selection would toggle
the current selection. This meant, if a column
is already selected when making a cell selection,
the column selection would toggle off. With this
fix the column selection stays on.
Issue: DEB-233
2019-05-13 09:43:41 +02:00
Purwa Shrivastava
0b210e0d35
Revert "Fixed cell number formatting"
2019-05-10 12:44:32 +02:00
Albert Backenhof
49981f6ae3
Fixed cell number formatting
...
-Now will always use the built in Qlik value format.
Issue: DEB-217, DEB-218, DEB-219, DEB-220
2019-05-09 10:09:33 +02:00
Albert Backenhof
d2a24dd256
Color by measure indices
...
-Used to specify what measure columns should
use conditional coloring.
Issue: DEB-187
2019-04-15 14:15:12 +02:00
Albert Backenhof
801c7c862e
Merge pull request #46 from qlik-oss/DEB-177/ConditionalColoring
...
Replaced semaphores with Conditional Coloring
2019-04-12 10:56:05 +02:00
Albert Backenhof
b5d9633496
Replaced semaphores with Conditional Coloring
...
-Was unclear what the two semaphores did and meant.
Also, Concept Semaphores didn't seem to work.
Issue: DEB-177
2019-04-11 14:40:06 +02:00
Albert Backenhof
f1875702be
Improved header arrangement
...
-Only add elements that are displayed.
-Properly align content.
-Use correct font.
Issue: DEB-163, DEB-164
2019-04-11 09:04:53 +02:00
Albert Backenhof
0c18523891
Empty data should result in emtpy cells
...
-Previously, empty data resulted in the cells
completely missing. This caused other cells
to not end up in the correct column.
Issue: DEB-154
2019-04-09 07:50:33 +02:00
Albert Backenhof
769d5cfa3f
New preview image and fixed snapshot
...
-SnapshotApi doesn't have a getProperties
so fetching the source properties from
qlik-app instead.
-The snapshot still cannot be rendered in the
"printing-snapshot" test page because of
limitations on that page.
2019-03-19 10:38:29 +01:00
Kristoffer Lind
398192e057
fix indent and hide when design dimension is applied
2019-02-28 15:36:56 +01:00
Balazs Gobel
a71f80f8fa
minor cleanup
2019-02-27 14:26:27 +01:00
Balazs Gobel
a6cbfcda70
Fix column width issue
...
- Look at the value format to determine if column is percentage based
2019-02-27 14:25:50 +01:00
Balazs Gobel
dae192b7af
Minor adjustments for tooltip
...
- Added tooltip for row header
- Better vertical alignment
- Move static styling to css
2019-02-26 15:44:17 +01:00
Kristoffer Lind
aad92678db
fix metric semaphore colors
2019-02-26 11:31:24 +01:00
Balazs Gobel
633fd39b80
Merge branch 'master' into feature/QPE-549
...
# Conflicts:
# src/main.less
# src/paint.jsx
2019-02-25 12:50:47 +01:00
Kristoffer Lind
7305175049
fix semaphore alignment
2019-02-22 16:08:51 +01:00
Kristoffer Lind
557cd1aeb6
remove some duplicated css
2019-02-22 16:04:24 +01:00
ahmed-Bazzara
585243bb73
merge confloicts solved
2019-02-22 14:49:36 +01:00
ahmed-Bazzara
63c877face
merge conflicts solved
2019-02-22 12:40:30 +01:00
ahmed-Bazzara
9809587c68
merge conflicts solved
2019-02-22 12:12:00 +01:00
ahmed-Bazzara
bdf231f88d
code enhancements
2019-02-21 18:17:45 +01:00
ahmed-Bazzara
79b89a3b25
all logic for tooltip has been moved to it's component
...
data-cell & column-header components reseted to pure ones
2019-02-21 18:17:44 +01:00
ahmed-Bazzara
4520d6a48a
handling tooltip logic within it
2019-02-21 18:17:44 +01:00
ahmed-Bazzara
6994bf51a3
showTooltip boolean changed name
...
skipping values that are header rows
2019-02-21 18:17:44 +01:00
ahmed-Bazzara
aeccbf5d17
tooltip disabled in edit state
2019-02-21 18:16:38 +01:00
ahmed-Bazzara
95e330a50d
tooltip added
2019-02-21 18:16:38 +01:00
ahmed-Bazzara
bcb9d30237
sending the alignment value straight from props instead of numbers
2019-02-19 14:55:50 +01:00
Kristoffer Lind
fa60dd5248
remove unused component
2019-02-19 10:25:14 +01:00
ahmed-Bazzara
ec140efc56
Text alignment property added
2019-02-18 16:42:39 +01:00
Kristoffer Lind
d723451656
revert accidental design change
2019-02-13 13:52:20 +01:00